Uses of Interface
javax.xml.stream.util.XMLEventAllocator
Packages that use XMLEventAllocator
Package
Description
 Defines interfaces and classes for the Streaming API for XML (StAX).
Provides utility classes for the Streaming API for XML (StAX).
- 
Uses of XMLEventAllocator in javax.xml.streamMethods in javax.xml.stream that return XMLEventAllocatorModifier and TypeMethodDescriptionabstract XMLEventAllocatorXMLInputFactory.getEventAllocator()Gets the allocator used by streams created with this factoryMethods in javax.xml.stream with parameters of type XMLEventAllocatorModifier and TypeMethodDescriptionabstract voidXMLInputFactory.setEventAllocator(XMLEventAllocator allocator) Set a user defined event allocator for events
- 
Uses of XMLEventAllocator in javax.xml.stream.utilMethods in javax.xml.stream.util that return XMLEventAllocatorModifier and TypeMethodDescriptionXMLEventAllocator.newInstance()This method creates an instance of the XMLEventAllocator.