public static class XPathType.Filter
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static XPathType.Filter |
INTERSECT
The intersect filter operation.
|
static XPathType.Filter |
SUBTRACT
The subtract filter operation.
|
static XPathType.Filter |
UNION
The union filter operation.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Returns the string form of the operation.
|
public static XPathType.Filter INTERSECT
public static XPathType.Filter SUBTRACT
public static XPathType.Filter UNION