public class XMLEventAllocatorImpl extends java.lang.Object implements XMLEventAllocator
Constructor and Description |
---|
XMLEventAllocatorImpl() |
Modifier and Type | Method and Description |
---|---|
XMLEvent |
allocate(XMLStreamReader reader) |
void |
allocate(XMLStreamReader reader,
XMLEventConsumer consumer) |
XMLEventAllocator |
newInstance() |
public XMLEvent allocate(XMLStreamReader reader) throws XMLStreamException
allocate
in interface XMLEventAllocator
XMLStreamException
public void allocate(XMLStreamReader reader, XMLEventConsumer consumer) throws XMLStreamException
allocate
in interface XMLEventAllocator
XMLStreamException
public XMLEventAllocator newInstance()
newInstance
in interface XMLEventAllocator