public interface XPathFilter
Modifier and Type | Field and Description |
---|---|
static String |
INTERSECT_TYPE
Intersect this filter's node set with the resulting node set.
|
static String |
SUBTRACT_TYPE
Subtract this filter's node set from the resulting node set.
|
static String |
UNION_TYPE
Compute the union of this filter's node set and the resulting node set.
|
Modifier and Type | Method and Description |
---|---|
String |
getFilterType()
Gets the type of this
XPathFilter . |
Map |
getNamespaceDeclarations()
Gets The namespace prefix to URI mapping used during evaluation of the
XPath expression.
|
String |
getXPathExpression()
Gets the XPath expression for selecting the nodes.
|
static final String SUBTRACT_TYPE
static final String INTERSECT_TYPE
static final String UNION_TYPE
String getFilterType()
XPathFilter
.XPathFilter
.String getXPathExpression()
Map getNamespaceDeclarations()
Copyright © 2016. All rights reserved.