Uses of Class
org.apache.xpath.XPath
Packages that use XPath
Package
Description
Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot
(a TRaX Templates object).
Implements the
Templates
interface,
and defines a set of classes that represent an XSLT stylesheet.Implementation of Xalan Trace events, for use by a debugger.
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
-
Uses of XPath in org.apache.xalan.processor
Methods in org.apache.xalan.processor that return XPathModifier and TypeMethodDescriptionStylesheetHandler.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 XPathModifier and TypeFieldDescriptionElemCopyOf.m_selectExpression
The required select attribute contains an expression.Methods in org.apache.xalan.templates that return XPathModifier and TypeMethodDescriptionElemNumber.getCount()
Get the "count" attribute.ElemNumber.getFrom()
Get the "from" attribute.ElemTemplate.getMatch()
Get the "match" attribute.KeyDeclaration.getMatch()
Get the "match" attribute.ElemCopyOf.getSelect()
Get the "select" attribute.ElemSort.getSelect()
Get the "select" attribute.ElemValueOf.getSelect()
Get the "select" attribute.ElemVariable.getSelect()
Get the "select" attribute.ElemWithParam.getSelect()
Get the "select" attribute.ElemIf.getTest()
Get the "test" attribute.ElemWhen.getTest()
Get the "test" attribute.KeyDeclaration.getUse()
Get the "use" attribute.ElemNumber.getValue()
Get the "value" attribute.Methods in org.apache.xalan.templates with parameters of type XPathModifier and TypeMethodDescriptionvoid
Set the "count" attribute.void
Set the "from" attribute.void
Set the "match" attribute.void
Set the "match" attribute.void
Set the "select" attribute.void
Set the "select" attribute.void
Set the "select" attribute.void
Set the "select" attribute.void
Set the "select" attribute.void
Set the "select" attribute.void
Set the "select" attribute.void
Set the "test" attribute.void
Set the "test" attribute.void
Set the "use" attribute.void
Set the "value" attribute.Constructors in org.apache.xalan.templates with parameters of type XPathModifierConstructorDescriptionAVTPartXPath
(XPath xpath) Construct a simple AVT part.WhiteSpaceInfo
(XPath matchPattern, boolean shouldStripSpace, Stylesheet thisSheet) Constructor WhiteSpaceInfo -
Uses of XPath in org.apache.xalan.trace
Fields in org.apache.xalan.trace declared as XPathModifier and TypeFieldDescriptionfinal XPath
SelectionEvent.m_xpath
The XPath that executed the selection.Methods in org.apache.xalan.trace with parameters of type XPathModifier and TypeMethodDescriptionvoid
TraceManager.fireSelectedEndEvent
(int sourceNode, ElemTemplateElement styleNode, String attributeName, XPath xpath, XObject selection) Fire a selection event.void
TraceManager.fireSelectedEvent
(int sourceNode, ElemTemplateElement styleNode, String attributeName, XPath xpath, XObject selection) Fire a selection event.Constructors in org.apache.xalan.trace with parameters of type XPathModifierConstructorDescriptionEndSelectionEvent
(TransformerImpl processor, Node sourceNode, ElemTemplateElement styleNode, String attributeName, XPath xpath, XObject selection) Create an EndSelectionEvent.SelectionEvent
(TransformerImpl processor, Node sourceNode, ElemTemplateElement styleNode, String attributeName, XPath xpath, XObject selection) Create an event originating at the given node of the style tree. -
Uses of XPath in org.apache.xpath
Methods in org.apache.xpath that return XPathModifier and TypeMethodDescriptionXPathFactory.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