- java.lang.Object
-
- javax.xml.crypto.dsig.spec.XPathType.Filter
-
-
Field Summary
Fields Modifier and Type Field Description static XPathType.Filter
INTERSECT
The intersect filter operation.static XPathType.Filter
SUBTRACT
The subtract filter operation.static XPathType.Filter
UNION
The union filter 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.
-
UNION
public static final XPathType.Filter UNION
The union filter operation.
-
-