javax.xml.stream.util

Interface XMLEventAllocator

public interface XMLEventAllocator

Method Summary
XMLEventallocate(XMLStreamReader reader)
voidallocate(XMLStreamReader reader, XMLEventConsumer consumer)
XMLEventAllocatornewInstance()

Method Detail

allocate

public XMLEvent allocate(XMLStreamReader reader)

allocate

public void allocate(XMLStreamReader reader, XMLEventConsumer consumer)

newInstance

public XMLEventAllocator newInstance()