Searched refs:XMLEventAllocatorImpl (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/xml/internal/stream/events/
H A DXMLEventAllocatorImpl.java42 public class XMLEventAllocatorImpl implements XMLEventAllocator { class in inherits:XMLEventAllocator
45 public XMLEventAllocatorImpl() { method in class:XMLEventAllocatorImpl
65 return new XMLEventAllocatorImpl();
/openjdk7/jaxp/src/com/sun/xml/internal/stream/
H A DXMLEventReaderImpl.java28 import com.sun.xml.internal.stream.events.XMLEventAllocatorImpl;
53 fXMLEventAllocator = new XMLEventAllocatorImpl();

Completed in 30 milliseconds