Module java.xml.crypto

Class XPathType.Filter

java.lang.Object
javax.xml.crypto.dsig.spec.XPathType.Filter
封装类:
XPathType

public static class XPathType.Filter extends Object
代表过滤器集合操作。
  • Field Details

    • INTERSECT

      public static final XPathType.Filter INTERSECT
      交集过滤器操作。
    • SUBTRACT

      public static final XPathType.Filter SUBTRACT
      差集过滤器操作。
    • UNION

      public static final XPathType.Filter UNION
      并集过滤器操作。
  • Method Details

    • toString

      public String toString()
      返回操作的字符串形式。
      覆盖:
      toString 在类 Object
      返回:
      操作的字符串形式