インターフェース TraxUtils.SourceCallback
- 含まれているクラス:
- TraxUtils
public static interface TraxUtils.SourceCallback
SourceSE の各種類で呼び出されるコールバックインターフェース。方法の概要
修飾子と型メソッド説明voidDOMSourceSE に含まれるノードで操作を実行します。voidsaxSource(XMLReaderSE reader, InputSourceSE inputSource) void任意のSourceSE に含まれているシステム ID に対して操作を実行します。voidstaxSource(XMLEventReaderSE eventReader) voidstaxSource(XMLStreamReaderSE streamReader) voidstreamSource(InputStreamSE inputStream) StreamSourceSE に含まれるInputStreamで操作を実行します。voidstreamSource(ReaderSE reader) StreamSourceSE に含まれるReaderで操作を実行します。
メソッドの詳細
domSource
DOMSourceSE に含まれるノードで操作を実行します。- パラメーター:
node- ノード- 例外:
ExceptionSE
saxSource
- パラメーター:
reader- リーダーは、nullにすることができますinputSource- 入力ソースは、nullにすることができます- 例外:
ExceptionSE
staxSource
- パラメーター:
eventReader- リーダー- 例外:
ExceptionSE
staxSource
- パラメーター:
streamReader- リーダー- 例外:
ExceptionSE
streamSource
StreamSourceSE に含まれるInputStreamで操作を実行します。- パラメーター:
inputStream- 入力ストリーム- 例外:
ExceptionSE
streamSource
StreamSourceSE に含まれるReaderで操作を実行します。- パラメーター:
reader- リーダー- 例外:
ExceptionSE
source
任意のSourceSE に含まれているシステム ID に対して操作を実行します。- パラメーター:
systemId- システム識別子- 例外:
ExceptionSE