Package javax.xml.stream.util
Interface XMLEventAllocator
-
public interface XMLEventAllocator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XMLEventallocate(XMLStreamReader reader)voidallocate(XMLStreamReader reader, XMLEventConsumer consumer)XMLEventAllocatornewInstance()
-
-
-
Method Detail
-
allocate
XMLEvent allocate(XMLStreamReader reader) throws XMLStreamException
- Throws:
XMLStreamException
-
allocate
void allocate(XMLStreamReader reader, XMLEventConsumer consumer) throws XMLStreamException
- Throws:
XMLStreamException
-
newInstance
XMLEventAllocator newInstance()
-
-