Uses of Interface
javax.xml.stream.util.XMLEventAllocator
Packages that use XMLEventAllocator
包
描述
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 XMLEventAllocator修饰符和类方法描述abstract XMLEventAllocatorXMLInputFactory.getEventAllocator()Gets the allocator used by streams created with this factoryMethods in javax.xml.stream with parameters of type XMLEventAllocator修饰符和类方法描述abstract voidXMLInputFactory.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.newInstance()This method creates an instance of the XMLEventAllocator.