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

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

Uses of XMLEventAllocator in javax.xml.stream
 

Methods in javax.xml.stream that return XMLEventAllocator
abstract  XMLEventAllocator XMLInputFactory.getEventAllocator()
          Gets the allocator used by streams created with this factory
 

Methods in javax.xml.stream with parameters of type XMLEventAllocator
abstract  void XMLInputFactory.setEventAllocator(XMLEventAllocator allocator)
          Set a user defined event allocator for events
 

Uses of XMLEventAllocator in javax.xml.stream.util
 

Methods in javax.xml.stream.util that return XMLEventAllocator
 XMLEventAllocator XMLEventAllocator.newInstance()
          This method creates an instance of the XMLEventAllocator.