| Package | Description |
|---|---|
| jdk7u.jaxp.org.apache.xpath.external |
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
|
| jdk7u.jaxp.org.apache.xpath.external.jaxp |
| Modifier and Type | Method and Description |
|---|---|
XPath |
XPathFactory.create(String exprString,
SourceLocator locator,
PrefixResolver prefixResolver,
int type)
Create an XPath.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XPathExpressionImpl.setXPath(XPath xpath) |
| Constructor and Description |
|---|
XPathExpressionImpl(XPath xpath,
JAXPPrefixResolver prefixResolver,
XPathFunctionResolver functionResolver,
XPathVariableResolver variableResolver) |
XPathExpressionImpl(XPath xpath,
JAXPPrefixResolver prefixResolver,
XPathFunctionResolver functionResolver,
XPathVariableResolver variableResolver,
boolean featureSecureProcessing,
boolean useServicesMechanism,
FeatureManager featureManager) |
Copyright © 2018–2021 mhoffrogge. All rights reserved.