public class EventAllocator extends BaseXMLEventAllocator
Constructor and Description |
---|
EventAllocator() |
allocate, allocate
public XMLEventAllocator newInstance()
public StartElement allocateStartElement(XMLStreamReader reader) throws XMLStreamException
allocateStartElement
in class BaseXMLEventAllocator
XMLStreamException
public EndElement allocateEndElement(XMLStreamReader reader) throws XMLStreamException
allocateEndElement
in class BaseXMLEventAllocator
XMLStreamException
public List allocateAttributes(Location location, XMLStreamReader reader) throws XMLStreamException
XMLStreamException
public List allocateNamespaces(Location location, XMLStreamReader reader) throws XMLStreamException
XMLStreamException
public Characters allocateCData(XMLStreamReader reader) throws XMLStreamException
allocateCData
in class BaseXMLEventAllocator
XMLStreamException
public Characters allocateCharacters(XMLStreamReader reader) throws XMLStreamException
allocateCharacters
in class BaseXMLEventAllocator
XMLStreamException
public Characters allocateIgnorableSpace(XMLStreamReader reader) throws XMLStreamException
allocateIgnorableSpace
in class BaseXMLEventAllocator
XMLStreamException
public Comment allocateComment(XMLStreamReader reader) throws XMLStreamException
allocateComment
in class BaseXMLEventAllocator
XMLStreamException
public DTD allocateDTD(XMLStreamReader reader) throws XMLStreamException
allocateDTD
in class BaseXMLEventAllocator
XMLStreamException
public StartDocument allocateStartDocument(XMLStreamReader reader) throws XMLStreamException
allocateStartDocument
in class BaseXMLEventAllocator
XMLStreamException
public EndDocument allocateEndDocument(XMLStreamReader reader) throws XMLStreamException
allocateEndDocument
in class BaseXMLEventAllocator
XMLStreamException
public EntityReference allocateEntityReference(XMLStreamReader reader) throws XMLStreamException
allocateEntityReference
in class BaseXMLEventAllocator
XMLStreamException
public ProcessingInstruction allocateProcessingInstruction(XMLStreamReader reader) throws XMLStreamException
allocateProcessingInstruction
in class BaseXMLEventAllocator
XMLStreamException
public QName determineSchemaType(XMLStreamReader reader)
public QName determineAttributeSchemaType(XMLStreamReader reader, int index)
public EntityDeclaration determineEntityDeclaration(String name, XMLStreamReader reader)
public Location createStableLocation(XMLStreamReader reader)
createStableLocation
in class BaseXMLEventAllocator
public NamespaceContext createStableNamespaceContext(XMLStreamReader reader)
createStableNamespaceContext
in class BaseXMLEventAllocator