public abstract class BaseXMLEventAllocator extends Object implements XMLEventAllocator
XMLEventAllocator
implementations.Constructor and Description |
---|
BaseXMLEventAllocator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
newInstance
public void allocate(XMLStreamReader reader, XMLEventConsumer consumer) throws XMLStreamException
allocate
in interface XMLEventAllocator
XMLStreamException
public XMLEvent allocate(XMLStreamReader reader) throws XMLStreamException
allocateXXX
method.allocate
in interface XMLEventAllocator
XMLStreamException
public abstract StartElement allocateStartElement(XMLStreamReader reader) throws XMLStreamException
XMLStreamException
public abstract EndElement allocateEndElement(XMLStreamReader reader) throws XMLStreamException
XMLStreamException
public abstract Characters allocateCharacters(XMLStreamReader reader) throws XMLStreamException
XMLStreamException
public abstract Characters allocateCData(XMLStreamReader reader) throws XMLStreamException
XMLStreamException
public abstract Characters allocateIgnorableSpace(XMLStreamReader reader) throws XMLStreamException
XMLStreamException
public abstract EntityReference allocateEntityReference(XMLStreamReader reader) throws XMLStreamException
XMLStreamException
public abstract Comment allocateComment(XMLStreamReader reader) throws XMLStreamException
XMLStreamException
public abstract DTD allocateDTD(XMLStreamReader reader) throws XMLStreamException
XMLStreamException
public abstract StartDocument allocateStartDocument(XMLStreamReader reader) throws XMLStreamException
XMLStreamException
public abstract EndDocument allocateEndDocument(XMLStreamReader reader) throws XMLStreamException
XMLStreamException
public abstract ProcessingInstruction allocateProcessingInstruction(XMLStreamReader reader) throws XMLStreamException
XMLStreamException
public abstract NamespaceContext createStableNamespaceContext(XMLStreamReader reader)
public abstract Location createStableLocation(XMLStreamReader reader)