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.stream
Methods in javax.xml.stream that return XMLEventAllocatorModifier and TypeMethodDescriptionabstract XMLEventAllocator
XMLInputFactory.getEventAllocator()
Gets the allocator used by streams created with this factoryMethods in javax.xml.stream with parameters of type XMLEventAllocatorModifier and TypeMethodDescriptionabstract 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 XMLEventAllocatorModifier and TypeMethodDescriptionXMLEventAllocator.newInstance()
This method creates an instance of the XMLEventAllocator.