インターフェース TraxUtils.ResultCallback

含まれているクラス:
TraxUtils

public static interface TraxUtils.ResultCallback
ResultSE の各種類で呼び出されるコールバックインターフェース。
関連事項:
  • メソッドの詳細

    • domResult

      void domResult(NodeSE node) throws ExceptionSE
      DOMResultSE に含まれるノードで操作を実行します。
      パラメーター:
      node - ノード
      例外:
      ExceptionSE
    • saxResult

      void saxResult(ContentHandlerSE contentHandler, LexicalHandlerSE lexicalHandler) throws ExceptionSE
      SAXResultSE に含まれる ContentHandler および LexicalHandler に対して操作を実行します。
      パラメーター:
      contentHandler - コンテンツハンドラー
      lexicalHandler - lexicalHandler は null になることができる
      例外:
      ExceptionSE
    • staxResult

      void staxResult(XMLEventWriterSE eventWriter) throws ExceptionSE
      JAXP 1.4 StAXResultSE または Spring StaxResult に含まれている XMLEventWriter で操作を実行します。
      パラメーター:
      eventWriter - ライター
      例外:
      ExceptionSE
    • staxResult

      void staxResult(XMLStreamWriterSE streamWriter) throws ExceptionSE
      JAXP 1.4 StAXResultSE または Spring StaxResult に含まれている XMLStreamWriter で操作を実行します。
      パラメーター:
      streamWriter - ライター
      例外:
      ExceptionSE
    • streamResult

      void streamResult(OutputStreamSE outputStream) throws ExceptionSE
      StreamResultSE に含まれる OutputStream で操作を実行します。
      パラメーター:
      outputStream - 出力ストリーム
      例外:
      ExceptionSE
    • streamResult

      void streamResult(WriterSE writer) throws ExceptionSE
      StreamResultSE に含まれる Writer で操作を実行します。
      パラメーター:
      writer - ライター
      例外:
      ExceptionSE
    • result

      void result(StringSE systemId) throws ExceptionSE
      任意の ResultSE に含まれているシステム ID に対して操作を実行します。
      パラメーター:
      systemId - システム識別子
      例外:
      ExceptionSE