Uses of Interface
javax.xml.stream.util.XMLEventAllocator
-
Packages that use XMLEventAllocator 软件包 描述 javax.xml.stream 为Streaming API for XML(StAX)定义接口和类。javax.xml.stream.util 提供Streaming API for XML(StAX)的实用程序类。 -
-
Uses of XMLEventAllocator in javax.xml.stream
Methods in javax.xml.stream that return XMLEventAllocator 变量和类型 方法 描述 abstract XMLEventAllocator
XMLInputFactory. getEventAllocator()
获取使用此工厂创建的流使用的分配器Methods in javax.xml.stream with parameters of type XMLEventAllocator 变量和类型 方法 描述 abstract void
XMLInputFactory. setEventAllocator(XMLEventAllocator allocator)
为事件设置用户定义的事件分配器 -
Uses of XMLEventAllocator in javax.xml.stream.util
Methods in javax.xml.stream.util that return XMLEventAllocator 变量和类型 方法 描述 XMLEventAllocator
XMLEventAllocator. newInstance()
此方法创建XMLEventAllocator的实例。
-