|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.xml.crypto.dsig.spec.XPathType.Filter
public static class XPathType.Filter
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 |
---|
public static final XPathType.Filter INTERSECT
public static final XPathType.Filter SUBTRACT
public static final XPathType.Filter UNION
Method Detail |
---|
public String toString()
toString
in class Object
|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.