Uses of Class
org.apache.xpath.XPath
| Package | Description |
|---|---|
| org.apache.xalan.processor |
Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot
(a TRaX Templates object).
|
| org.apache.xalan.templates |
Implements the
Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
| 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.jaxp |
-
Uses of XPath in org.apache.xalan.processor
Methods in org.apache.xalan.processor that return XPath Modifier and Type Method Description XPathStylesheetHandler. createXPath(String str, ElemTemplateElement owningTemplate)Process an expression string into an XPath. -
Uses of XPath in org.apache.xalan.templates
Fields in org.apache.xalan.templates declared as XPath Modifier and Type Field Description XPathElemCopyOf. m_selectExpressionThe required select attribute contains an expression.protected XPathElemForEach. m_xpathUsed to fix bug#16889 Store XPath away for later processing.Methods in org.apache.xalan.templates that return XPath Modifier and Type Method Description XPathElemNumber. getCount()Get the "count" attribute.XPathElemNumber. getFrom()Get the "from" attribute.XPathElemTemplate. getMatch()Get the "match" attribute.XPathKeyDeclaration. getMatch()Get the "match" attribute.XPathElemCopyOf. getSelect()Get the "select" attribute.XPathElemSort. getSelect()Get the "select" attribute.XPathElemValueOf. getSelect()Get the "select" attribute.XPathElemVariable. getSelect()Get the "select" attribute.XPathElemWithParam. getSelect()Get the "select" attribute.XPathElemIf. getTest()Get the "test" attribute.XPathElemWhen. getTest()Get the "test" attribute.XPathKeyDeclaration. getUse()Get the "use" attribute.XPathElemNumber. getValue()Get the "value" attribute.Methods in org.apache.xalan.templates with parameters of type XPath Modifier and Type Method Description voidElemNumber. setCount(XPath v)Set the "count" attribute.voidElemNumber. setFrom(XPath v)Set the "from" attribute.voidElemTemplate. setMatch(XPath v)Set the "match" attribute.voidKeyDeclaration. setMatch(XPath v)Set the "match" attribute.voidElemCopyOf. setSelect(XPath expr)Set the "select" attribute.voidElemForEach. setSelect(XPath xpath)Set the "select" attribute.voidElemSort. setSelect(XPath v)Set the "select" attribute.voidElemValueOf. setSelect(XPath v)Set the "select" attribute.voidElemVariable. setSelect(XPath v)Set the "select" attribute.voidElemVariablePsuedo. setSelect(XPath v)Set the "select" attribute.voidElemWithParam. setSelect(XPath v)Set the "select" attribute.voidElemIf. setTest(XPath v)Set the "test" attribute.voidElemWhen. setTest(XPath v)Set the "test" attribute.voidKeyDeclaration. setUse(XPath v)Set the "use" attribute.voidElemNumber. setValue(XPath v)Set the "value" attribute.Constructors in org.apache.xalan.templates with parameters of type XPath Constructor Description AVTPartXPath(XPath xpath)Construct a simple AVT part.WhiteSpaceInfo(XPath matchPattern, boolean shouldStripSpace, Stylesheet thisSheet)Constructor WhiteSpaceInfo -
Uses of XPath in org.apache.xpath
Methods in org.apache.xpath that return XPath Modifier and Type Method Description XPathXPathFactory. create(String exprString, SourceLocator locator, PrefixResolver prefixResolver, int type)Create an XPath. -
Uses of XPath in org.apache.xpath.jaxp
Methods in org.apache.xpath.jaxp with parameters of type XPath Modifier and Type Method Description voidXPathExpressionImpl. setXPath(XPath xpath)Constructors in org.apache.xpath.jaxp with parameters of type XPath Constructor Description XPathExpressionImpl(XPath xpath, JAXPPrefixResolver prefixResolver, XPathFunctionResolver functionResolver, XPathVariableResolver variableResolver)XPathExpressionImpl(XPath xpath, JAXPPrefixResolver prefixResolver, XPathFunctionResolver functionResolver, XPathVariableResolver variableResolver, boolean featureSecureProcessing)