Package javanet.staxutils.events
Class EventAllocator
java.lang.Object
javanet.staxutils.events.BaseXMLEventAllocator
javanet.staxutils.events.EventAllocator
- All Implemented Interfaces:
XMLEventAllocator
Allocates events within this package.
- Version:
- $Revision: 1.1 $
- Author:
- Christian Niles
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallocateAttributes(Location location, XMLStreamReader reader) allocateCData(XMLStreamReader reader) allocateCharacters(XMLStreamReader reader) allocateComment(XMLStreamReader reader) allocateDTD(XMLStreamReader reader) allocateEndDocument(XMLStreamReader reader) allocateEndElement(XMLStreamReader reader) allocateNamespaces(Location location, XMLStreamReader reader) allocateStartDocument(XMLStreamReader reader) allocateStartElement(XMLStreamReader reader) createStableLocation(XMLStreamReader reader) determineAttributeSchemaType(XMLStreamReader reader, int index) determineEntityDeclaration(String name, XMLStreamReader reader) determineSchemaType(XMLStreamReader reader) Methods inherited from class javanet.staxutils.events.BaseXMLEventAllocator
allocate, allocate
-
Constructor Details
-
EventAllocator
public EventAllocator()
-
-
Method Details
-
newInstance
-
allocateStartElement
- Specified by:
allocateStartElementin classBaseXMLEventAllocator- Throws:
XMLStreamException
-
allocateEndElement
- Specified by:
allocateEndElementin classBaseXMLEventAllocator- Throws:
XMLStreamException
-
allocateAttributes
- Throws:
XMLStreamException
-
allocateNamespaces
- Throws:
XMLStreamException
-
allocateCData
- Specified by:
allocateCDatain classBaseXMLEventAllocator- Throws:
XMLStreamException
-
allocateCharacters
- Specified by:
allocateCharactersin classBaseXMLEventAllocator- Throws:
XMLStreamException
-
allocateIgnorableSpace
- Specified by:
allocateIgnorableSpacein classBaseXMLEventAllocator- Throws:
XMLStreamException
-
allocateComment
- Specified by:
allocateCommentin classBaseXMLEventAllocator- Throws:
XMLStreamException
-
allocateDTD
- Specified by:
allocateDTDin classBaseXMLEventAllocator- Throws:
XMLStreamException
-
allocateStartDocument
- Specified by:
allocateStartDocumentin classBaseXMLEventAllocator- Throws:
XMLStreamException
-
allocateEndDocument
- Specified by:
allocateEndDocumentin classBaseXMLEventAllocator- Throws:
XMLStreamException
-
allocateEntityReference
- Specified by:
allocateEntityReferencein classBaseXMLEventAllocator- Throws:
XMLStreamException
-
allocateProcessingInstruction
public ProcessingInstruction allocateProcessingInstruction(XMLStreamReader reader) throws XMLStreamException - Specified by:
allocateProcessingInstructionin classBaseXMLEventAllocator- Throws:
XMLStreamException
-
determineSchemaType
-
determineAttributeSchemaType
-
determineEntityDeclaration
-
createStableLocation
- Specified by:
createStableLocationin classBaseXMLEventAllocator
-
createStableNamespaceContext
- Specified by:
createStableNamespaceContextin classBaseXMLEventAllocator
-