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 Modifier and Type 方法 描述 abstract XMLEventAllocator
XMLInputFactory. getEventAllocator()
获取由此工厂创建的流使用的分配器Methods in javax.xml.stream with parameters of type XMLEventAllocator Modifier and Type 方法 描述 abstract void
XMLInputFactory. setEventAllocator(XMLEventAllocator allocator)
为事件设置用户定义的事件分配器 -
Uses of XMLEventAllocator in javax.xml.stream.util
Methods in javax.xml.stream.util that return XMLEventAllocator Modifier and Type 方法 描述 XMLEventAllocator
XMLEventAllocator. newInstance()
此方法创建XMLEventAllocator的实例。
-