javax.xml.crypto.dsig.spec
Class XPathType.Filter

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

public static class XPathType.Filter
extends java.lang.Object

Represents the filter set operation.


Field Summary
static XPathType.Filter INTERSECT
          The intersect filter operation.
static XPathType.Filter SUBTRACT
          The subtract filter operation.
static XPathType.Filter UNION
          The union filter operation.
 
Method Summary
 java.lang.String 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.

Returns:
the string form of the operation