|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XPath | |
|---|---|
| org.apache.xpath | Implementation of XPath; for the most part, only classes meant for public use are found at this root level of the XPath packages. |
| org.apache.xpath.domapi | Implements DOM Level 3 XPath API |
| org.apache.xpath.jaxp | |
| Uses of XPath in org.apache.xpath |
|---|
| Methods in org.apache.xpath that return XPath | |
|---|---|
XPath |
XPathFactory.create(java.lang.String exprString,
javax.xml.transform.SourceLocator locator,
PrefixResolver prefixResolver,
int type)
Create an XPath. |
| Uses of XPath in org.apache.xpath.domapi |
|---|
| Fields in org.apache.xpath.domapi declared as XPath | |
|---|---|
private XPath |
XPathResultImpl.m_xpath
The xpath object that wraps the expression used for this result. |
private XPath |
XPathExpressionImpl.m_xpath
The xpath object that this expression wraps |
| Constructors in org.apache.xpath.domapi with parameters of type XPath | |
|---|---|
XPathExpressionImpl(XPath xpath,
org.w3c.dom.Document doc)
Constructor for XPathExpressionImpl. |
|
XPathResultImpl(short type,
XObject result,
org.w3c.dom.Node contextNode,
XPath xpath)
Constructor for XPathResultImpl. |
|
| Uses of XPath in org.apache.xpath.jaxp |
|---|
| Fields in org.apache.xpath.jaxp declared as XPath | |
|---|---|
private XPath |
XPathExpressionImpl.xpath
|
| Methods in org.apache.xpath.jaxp with parameters of type XPath | |
|---|---|
void |
XPathExpressionImpl.setXPath(XPath xpath)
|
| Constructors in org.apache.xpath.jaxp with parameters of type XPath | |
|---|---|
XPathExpressionImpl(XPath xpath,
JAXPPrefixResolver prefixResolver,
javax.xml.xpath.XPathFunctionResolver functionResolver,
javax.xml.xpath.XPathVariableResolver variableResolver)
|
|
XPathExpressionImpl(XPath xpath,
JAXPPrefixResolver prefixResolver,
javax.xml.xpath.XPathFunctionResolver functionResolver,
javax.xml.xpath.XPathVariableResolver variableResolver,
boolean featureSecureProcessing)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||