クラス XmlNavigateCommand
java.lang.Object
com.streamConverter.command.AbstractStreamCommand
com.streamConverter.command.impl.XmlNavigateCommand
- すべての実装されたインタフェース:
IStreamCommand
XML変換コマンドクラス
このクラスは、XML形式のデータを変換するためのコマンドを実装します。 ストリームを使用して、XMLデータを読み込み、変換後のデータを出力します。 変換対象のXPathである箇所を特定したあとに、変換処理を実行することを想定しています。
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明protected void
_execute
(InputStream inputStream, OutputStream outputStream) Abstract method to be implemented by subclasses for executing the command.クラスから継承されたメソッド com.streamConverter.command.AbstractStreamCommand
execute
-
コンストラクタの詳細
-
XmlNavigateCommand
public XmlNavigateCommand()
-
-
メソッドの詳細
-
_execute
クラスからコピーされた説明:AbstractStreamCommand
Abstract method to be implemented by subclasses for executing the command.- 定義:
_execute
クラス内AbstractStreamCommand
- パラメータ:
inputStream
- The input stream to read data from.outputStream
- The output stream to write data to.- 例外:
IOException
- If an I/O error occurs during the execution of the command.
-