Java™ Platform
Standard Ed. 6

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

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
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 String toString()
Returns the string form of the operation.

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

Java™ Platform
Standard Ed. 6

Submit a bug or feature
For further API reference and developer documentation, see Java SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.