public class EventAllocator extends BaseXMLEventAllocator
| Constructor and Description |
|---|
EventAllocator() |
allocate, allocatepublic XMLEventAllocator newInstance()
public StartElement allocateStartElement(XMLStreamReader reader) throws XMLStreamException
allocateStartElement in class BaseXMLEventAllocatorXMLStreamExceptionpublic EndElement allocateEndElement(XMLStreamReader reader) throws XMLStreamException
allocateEndElement in class BaseXMLEventAllocatorXMLStreamExceptionpublic List allocateAttributes(Location location, XMLStreamReader reader) throws XMLStreamException
XMLStreamExceptionpublic List allocateNamespaces(Location location, XMLStreamReader reader) throws XMLStreamException
XMLStreamExceptionpublic Characters allocateCData(XMLStreamReader reader) throws XMLStreamException
allocateCData in class BaseXMLEventAllocatorXMLStreamExceptionpublic Characters allocateCharacters(XMLStreamReader reader) throws XMLStreamException
allocateCharacters in class BaseXMLEventAllocatorXMLStreamExceptionpublic Characters allocateIgnorableSpace(XMLStreamReader reader) throws XMLStreamException
allocateIgnorableSpace in class BaseXMLEventAllocatorXMLStreamExceptionpublic Comment allocateComment(XMLStreamReader reader) throws XMLStreamException
allocateComment in class BaseXMLEventAllocatorXMLStreamExceptionpublic DTD allocateDTD(XMLStreamReader reader) throws XMLStreamException
allocateDTD in class BaseXMLEventAllocatorXMLStreamExceptionpublic StartDocument allocateStartDocument(XMLStreamReader reader) throws XMLStreamException
allocateStartDocument in class BaseXMLEventAllocatorXMLStreamExceptionpublic EndDocument allocateEndDocument(XMLStreamReader reader) throws XMLStreamException
allocateEndDocument in class BaseXMLEventAllocatorXMLStreamExceptionpublic EntityReference allocateEntityReference(XMLStreamReader reader) throws XMLStreamException
allocateEntityReference in class BaseXMLEventAllocatorXMLStreamExceptionpublic ProcessingInstruction allocateProcessingInstruction(XMLStreamReader reader) throws XMLStreamException
allocateProcessingInstruction in class BaseXMLEventAllocatorXMLStreamExceptionpublic 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 BaseXMLEventAllocatorpublic NamespaceContext createStableNamespaceContext(XMLStreamReader reader)
createStableNamespaceContext in class BaseXMLEventAllocatorCopyright © 2021. All rights reserved.