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

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

public static class XPathType.Filter
extends Object

Disabled: no SafeJ information.

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
 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
Class is disabled.

The intersect filter operation.


SUBTRACT

public static final XPathType.Filter SUBTRACT
Class is disabled.

The subtract filter operation.


UNION

public static final XPathType.Filter UNION
Class is disabled.

The union filter operation.

Method Detail

toString

public String toString()
Class is disabled.

Returns the string form of the operation.

Overrides:
toString in class Object
Returns:
the string form of the operation