public static class XPathType.Filter
extends java.lang.Object
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 final XPathType.Filter INTERSECT
public static final XPathType.Filter SUBTRACT
public static final XPathType.Filter UNION