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

/openjdk7/jaxp/src/com/sun/xml/internal/stream/
H A DXMLEventReaderImpl.java46 protected XMLEventAllocator fXMLEventAllocator; field in class:XMLEventReaderImpl
51 fXMLEventAllocator = (XMLEventAllocator)reader.getProperty(XMLInputFactory.ALLOCATOR);
52 if(fXMLEventAllocator == null){
53 fXMLEventAllocator = new XMLEventAllocatorImpl();
55 fPeekedEvent = fXMLEventAllocator.allocate(fXMLReader);
84 return fLastEvent = fXMLEventAllocator.allocate(fXMLReader);
187 fLastEvent = fXMLEventAllocator.allocate(fXMLReader);
242 return (fLastEvent = fXMLEventAllocator.allocate(fXMLReader));
276 fPeekedEvent = fXMLEventAllocator.allocate(fXMLReader);

Completed in 29 milliseconds