インタフェース
javax.xml.stream.util.XMLEventAllocatorの使用
| パッケージ | 説明 | 
|---|---|
| javax.xml.stream | 
 Streaming API for XML (StAX)のインタフェースとクラスを定義します。 | 
| javax.xml.stream.util | Streaming API for XML (StAX)のユーティリティ・クラスを提供します。 | 
- 
javax.xml.streamでのXMLEventAllocatorの使用XMLEventAllocatorを返すjavax.xml.stream内のメソッド 修飾子と型 メソッド 説明 abstract XMLEventAllocatorXMLInputFactory. getEventAllocator()このファクトリを使用して作成されるストリームが使用するアロケータを取得します。XMLEventAllocator型のパラメータを持つjavax.xml.stream内のメソッド 修飾子と型 メソッド 説明 abstract voidXMLInputFactory. setEventAllocator(XMLEventAllocator allocator)イベント用のユーザー定義のイベント・アロケータを設定します。
- 
javax.xml.stream.utilでのXMLEventAllocatorの使用XMLEventAllocatorを返すjavax.xml.stream.util内のメソッド 修飾子と型 メソッド 説明 XMLEventAllocatorXMLEventAllocator. newInstance()このメソッドは、XMLEventAllocatorのインスタンスを作成します。