Uses of Class org.apache.xpath.XPath

Uses in package org.apache.xalan.templates

Constructors with parameter type org.apache.xpath.XPath

Construct a simple AVT part.
WhiteSpaceInfo.WhiteSpaceInfo(XPath matchPattern, boolean shouldStripSpace, Stylesheet thisSheet)
Constructor WhiteSpaceInfo

Fields of type org.apache.xpath.XPath

XPath
The required select attribute contains an expression.

Methods with parameter type org.apache.xpath.XPath

void
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.

Methods with return type org.apache.xpath.XPath

XPath
Get the "count" attribute.
XPath
Get the "from" attribute.
XPath
Get the "match" attribute.
XPath
Get the "match" attribute.
XPath
Get the "select" attribute.
XPath
Get the "select" attribute.
XPath
Get the "select" attribute.
XPath
Get the "select" attribute.
XPath
Get the "select" attribute.
XPath
Get the "test" attribute.
XPath
Get the "test" attribute.
XPath
Get the "use" attribute.
XPath
Get the "value" attribute.

Uses in package org.apache.xpath

Methods with return type org.apache.xpath.XPath

XPath
XPathFactory.create(String exprString, SourceLocator locator, PrefixResolver prefixResolver, int type)
Create an XPath.

Uses in package org.apache.xpath.jaxp

Methods with parameter type org.apache.xpath.XPath

void

Uses in package org.apache.xalan.processor

Methods with return type org.apache.xpath.XPath

XPath
StylesheetHandler.createXPath(String str, ElemTemplateElement owningTemplate)
Process an expression string into an XPath.

Uses in package org.apache.xalan.trace

Constructors with parameter type org.apache.xpath.XPath

EndSelectionEvent.EndSelectionEvent(TransformerImpl processor, Node sourceNode, ElemTemplateElement styleNode, String attributeName, XPath xpath, XObject selection)
Create an EndSelectionEvent.
SelectionEvent.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.

Fields of type org.apache.xpath.XPath

XPath
The XPath that executed the selection.

Methods with parameter type org.apache.xpath.XPath

void
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.

Copyright B) 2005 Apache XML Project. All Rights Reserved.