インターフェース TraxUtils.SourceCallback

含まれているクラス:
TraxUtils

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

    • domSource

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

      void saxSource(XMLReaderSE reader, InputSourceSE inputSource) throws ExceptionSE
      SAXSourceSE に含まれる XMLReader および InputSource に対して操作を実行します。
      パラメーター:
      reader - リーダーは、null にすることができます
      inputSource - 入力ソースは、null にすることができます
      例外:
      ExceptionSE
    • staxSource

      void staxSource(XMLEventReaderSE eventReader) throws ExceptionSE
      JAXP 1.4 StAXSourceSE または Spring StaxSource に含まれている XMLEventReader で操作を実行します。
      パラメーター:
      eventReader - リーダー
      例外:
      ExceptionSE
    • staxSource

      void staxSource(XMLStreamReaderSE streamReader) throws ExceptionSE
      JAXP 1.4 StAXSourceSE または Spring StaxSource に含まれている XMLStreamReader で操作を実行します。
      パラメーター:
      streamReader - リーダー
      例外:
      ExceptionSE
    • streamSource

      void streamSource(InputStreamSE inputStream) throws ExceptionSE
      StreamSourceSE に含まれる InputStream で操作を実行します。
      パラメーター:
      inputStream - 入力ストリーム
      例外:
      ExceptionSE
    • streamSource

      void streamSource(ReaderSE reader) throws ExceptionSE
      StreamSourceSE に含まれる Reader で操作を実行します。
      パラメーター:
      reader - リーダー
      例外:
      ExceptionSE
    • source

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