Uses of Interface
javax.xml.stream.util.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
Modifier and TypeMethodDescriptionabstract XMLEventAllocator
XMLInputFactory.getEventAllocator()
Gets the allocator used by streams created with this factoryModifier and TypeMethodDescriptionabstract void
XMLInputFactory.setEventAllocator
(XMLEventAllocator allocator) Set a user defined event allocator for events -
Uses of XMLEventAllocator in javax.xml.stream.util
Modifier and TypeMethodDescriptionXMLEventAllocator.newInstance()
This method creates an instance of the XMLEventAllocator.