Class XPathType.Filter

java.lang.Object
javax.xml.crypto.dsig.spec.XPathType.Filter
Enclosing class:
XPathType

public static class XPathType.Filter extends Object
Represents the filter set operation.
  • Field Details

    • INTERSECT

      public static final XPathType.Filter INTERSECT
      The intersect filter operation.
    • SUBTRACT

      public static final XPathType.Filter SUBTRACT
      The subtract filter operation.
    • UNION

      public static final XPathType.Filter UNION
      The union filter operation.
  • Method Details

    • toString

      public String toString()
      Returns the string form of the operation.
      Overrides:
      toString in class Object
      Returns:
      the string form of the operation