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