javax.xml.crypto.dsig.spec

Class XPathType.Filter

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

  1. public static class XPathType.Filter
  2. extends java.lang.Object
Represents the filter set operation.

Field Summary

Modifier and Type Field and Description
  1. static
  2. XPathType.Filter
INTERSECT
The intersect filter operation.
  1. static
  2. XPathType.Filter
SUBTRACT
The subtract filter operation.
  1. static
  2. XPathType.Filter
UNION
The union filter operation.

Method Summary

Modifier and Type Method and Description
  1. 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

  1. public static final XPathType.Filter INTERSECT
The intersect filter operation.

SUBTRACT

  1. public static final XPathType.Filter SUBTRACT
The subtract filter operation.

UNION

  1. public static final XPathType.Filter UNION
The union filter operation.

Method Detail

toString

  1. 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