public class SimpleXMLEventAllocator extends Object implements XMLEventAllocator
XMLEventAllocator
.Constructor and Description |
---|
SimpleXMLEventAllocator() |
Modifier and Type | Method and Description |
---|---|
XMLEvent |
allocate(XMLStreamReader reader) |
void |
allocate(XMLStreamReader reader,
XMLEventConsumer consumer) |
XMLEventAllocator |
newInstance() |
public XMLEventAllocator newInstance()
newInstance
in interface XMLEventAllocator
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
Copyright © 2005–2018 Apache Software Foundation. All rights reserved.