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 XMLEventAllocatorXMLStreamExceptionpublic void allocate(XMLStreamReader reader, XMLEventConsumer consumer) throws XMLStreamException
allocate in interface XMLEventAllocatorXMLStreamExceptionpublic XMLEventAllocator newInstance()
newInstance in interface XMLEventAllocator