Searched defs:XMLEventAllocator (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/javax/xml/stream/util/
H A DXMLEventAllocator.java39 * is recommended. The XMLEventAllocator can be set on an XMLInputFactory
48 public interface XMLEventAllocator { interface
51 * This method creates an instance of the XMLEventAllocator. This
54 public XMLEventAllocator newInstance();
58 * state of the XMLStreamReader. If this XMLEventAllocator

Completed in 43 milliseconds