モジュール java.xml.crypto

クラスXPathType.Filter

java.lang.Object
javax.xml.crypto.dsig.spec.XPathType.Filter
含まれているクラス:
XPathType

public static class XPathType.Filter
extends Object
フィルタ設定操作を表現します。
  • フィールド詳細

    • INTERSECT

      public static final XPathType.Filter INTERSECT
      交差フィルタ処理です。
    • SUBTRACT

      public static final XPathType.Filter SUBTRACT
      減算フィルタ処理です。
    • UNION

      public static final XPathType.Filter UNION
      和集合フィルタ処理です。
  • メソッドの詳細

    • toString

      public String toString()
      処理の文字列形式を返します。
      オーバーライド:
      toString 、クラス:  Object
      戻り値:
      処理の文字列形式