javax.xml.crypto.dsig.spec
Class XPathType.Filter
- java.lang.Object
javax.xml.crypto.dsig.spec.XPathType.Filter
Enclosing class:
- public static class XPathType.Filter
- extends java.lang.Object
Field Summary
Modifier and Type | Field and Description |
---|---|
|
INTERSECT
The intersect filter operation.
|
|
SUBTRACT
The subtract filter operation.
|
|
UNION
The union filter operation.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
toString()
Returns the string form of the operation.
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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.
Method Detail
toString
- public java.lang.String toString( )
Returns the string form of the operation.
Overrides:
toString
in class java.lang.Object
Returns:
the string form of the operation