Class XPathType.Filter

  • Enclosing class:
    XPathType

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

      • INTERSECT

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

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

      • toString

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