protected class TransformImplXPath2.XPathFilter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
org.w3c.dom.Node |
contextNode_
The context node for evaluating the XPath expression given in
xPath_. |
int |
filterMode_
The mode of this filter.
|
java.util.Map |
nSDeclarations_
The list of additional namespace declarations of this filter.
|
java.util.HashSet |
setS_
The result of evaluating the filter's XPath expression.
|
java.lang.String |
xPath_
The XPath expression of this filter.
|
org.w3c.dom.Element |
xPathDOMElem_
The DOM element representation of this filter.
|
| Modifier | Constructor and Description |
|---|---|
protected |
XPathFilter() |
public java.lang.String xPath_
public int filterMode_
public java.util.Map nSDeclarations_
public org.w3c.dom.Node contextNode_
xPath_.public org.w3c.dom.Element xPathDOMElem_
public java.util.HashSet setS_