Uses of Interface
javax.xml.stream.util.XMLEventAllocator

Packages that use XMLEventAllocator
com.caucho.xml.stream   
javax.xml.stream   
javax.xml.stream.util   
 

Uses of XMLEventAllocator in com.caucho.xml.stream
 

Classes in com.caucho.xml.stream that implement XMLEventAllocator
 class XMLEventAllocatorImpl
           
 

Methods in com.caucho.xml.stream that return XMLEventAllocator
 XMLEventAllocator XMLInputFactoryImpl.getEventAllocator()
           
 XMLEventAllocator XMLEventAllocatorImpl.newInstance()
           
 

Methods in com.caucho.xml.stream with parameters of type XMLEventAllocator
 void XMLInputFactoryImpl.setEventAllocator(XMLEventAllocator allocator)
           
 

Constructors in com.caucho.xml.stream with parameters of type XMLEventAllocator
XMLEventReaderImpl(XMLEventAllocator allocator, XMLStreamReader in)
           
 

Uses of XMLEventAllocator in javax.xml.stream
 

Methods in javax.xml.stream that return XMLEventAllocator
abstract  XMLEventAllocator XMLInputFactory.getEventAllocator()
           
 

Methods in javax.xml.stream with parameters of type XMLEventAllocator
abstract  void XMLInputFactory.setEventAllocator(XMLEventAllocator allocator)
           
 

Uses of XMLEventAllocator in javax.xml.stream.util
 

Methods in javax.xml.stream.util that return XMLEventAllocator
 XMLEventAllocator XMLEventAllocator.newInstance()