javax.xml.stream.util
Interface XMLEventAllocator


public interface XMLEventAllocator


Method Summary
 XMLEvent allocate(XMLStreamReader reader)
           
 void allocate(XMLStreamReader reader, XMLEventConsumer consumer)
           
 XMLEventAllocator newInstance()
           
 

Method Detail

allocate

public XMLEvent allocate(XMLStreamReader reader)
                  throws XMLStreamException
Throws:
XMLStreamException

allocate

public void allocate(XMLStreamReader reader,
                     XMLEventConsumer consumer)
              throws XMLStreamException
Throws:
XMLStreamException

newInstance

public XMLEventAllocator newInstance()


Copyright © 1999-2020 The Apache Software Foundation. All Rights Reserved.