Class XPathType.Filter

Enclosing class:
XPathType
public static class XPathType.Filter
extends Object

Represents the filter set operation.

Field Summary

Fields
Modifier and Type Field 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.

Method Summary

All Methods Instance Methods Concrete Methods
Modifier and Type Method Description
String toString()

Returns the string form of the operation.

Methods declared in 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