public interface XMLEventAllocator
| Modifier and Type | Method and Description | 
|---|---|
| XMLEvent | allocate(XMLStreamReader reader) | 
| void | allocate(XMLStreamReader reader,
        XMLEventConsumer consumer) | 
| XMLEventAllocator | newInstance() | 
XMLEvent allocate(XMLStreamReader reader) throws XMLStreamException
XMLStreamExceptionvoid allocate(XMLStreamReader reader, XMLEventConsumer consumer) throws XMLStreamException
XMLStreamExceptionXMLEventAllocator newInstance()
Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.