Uses of Interface
org.apache.xml.utils.PrefixResolver
Packages that use PrefixResolver
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.In charge of run-time transformations and the production of result trees.
Implementation of Xalan utility classes.
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
Implementation of XPath LocationPath support -- primary classes are
LocPathIterator and UnionPathIterator.
Implements an XPath parser which produces an OpMap, and a so-called Compiler
which produces an expression tree for fast evaluation.
-
Uses of PrefixResolver in org.apache.xalan.processor
Classes in org.apache.xalan.processor that implement PrefixResolverModifier and TypeClassDescriptionclass
This class processes character events for a XSLT template element.class
This class processes parse events for an exslt func:result element.class
This class processes parse events for an exslt func:function element.class
This class processes parse events for an xsl:import element.class
TransformerFactory class for xsl:include markup.class
Processes an XSLT literal-result-element, or something that looks like one.class
This class processes the xsl:stylesheet element.class
TransformerFactory for xsl:stylesheet or xsl:transform markup.class
This class processes parse events for an XSLT template element.class
Process xsl:text.class
This class processes an unknown template element.class
Initializes and processes a stylesheet via SAX events.class
class
This class acts as the superclass for all stylesheet element processors, and deals with things that are common to all elements. -
Uses of PrefixResolver in org.apache.xalan.templates
Classes in org.apache.xalan.templates that implement PrefixResolverModifier and TypeClassDescriptionclass
Implement xsl:decimal-format.class
Implement xsl:apply-imports.class
Implement xsl:apply-templates.class
Implement xsl:attribute.class
Implement xsl:attribute-set.class
Implement xsl:call-template.class
Implement xsl:choose.class
Implement xsl:comment.class
Implement xsl:copy.class
Implement xsl:copy-of.class
Implement xsl:elementclass
Simple empty elem to push on the stack when nothing else got pushed, so that pop() works correctly.class
Handles the EXSLT result element within an EXSLT function element.class
Implement func:function.class
Implement an extension element.class
Implement the declaration of an extension elementclass
Implement Script extension elementclass
Implement xsl:fallback.class
Implement xsl:for-each.class
Implement xsl:if.class
Implement a Literal Result Element.class
Implement xsl:message.class
Implement xsl:number.class
Implement xsl:otherwise.class
Implement xsl:param.class
Implement xsl:processing-instruction.class
Implement xsl:sort.class
Implement xsl:template.class
An instance of this class represents an element inside an xsl:template class.class
Implement xsl:template.class
Implement a text literal.class
Implement an unknown elementclass
Implement xsl:use.class
Implement xsl:value-of.class
Implement xsl:variable.class
class
Implement xsl:when.class
Implement xsl:with-param.class
Holds the attribute declarations for the xsl:keys element.class
Object to hold an xsl:namespace element.class
This class provides information from xsl:output elements.class
Represents a stylesheet element.class
Represents a stylesheet that has methods that resolve includes and imports.class
This class represents the root object of the stylesheet tree.class
This is used as a special "fake" template that can be handled by the TemplateList to do pattern matching on nodes.Methods in org.apache.xalan.templates with parameters of type PrefixResolverModifier and TypeMethodDescriptionAVT.evaluate
(XPathContext xctxt, int context, PrefixResolver nsNode) Evaluate the AVT and return a String.abstract void
AVTPart.evaluate
(XPathContext xctxt, FastStringBuffer buf, int context, PrefixResolver nsNode) Write the evaluated value into the given string buffer.void
AVTPartSimple.evaluate
(XPathContext xctxt, FastStringBuffer buf, int context, PrefixResolver nsNode) Write the value into the buffer.void
AVTPartXPath.evaluate
(XPathContext xctxt, FastStringBuffer buf, int context, PrefixResolver nsNode) Write the value into the buffer.Constructors in org.apache.xalan.templates with parameters of type PrefixResolverModifierConstructorDescriptionAVTPartXPath
(String val, PrefixResolver nsNode, XPathParser xpathProcessor, XPathFactory factory, XPathContext liaison) Construct a simple AVT part. -
Uses of PrefixResolver in org.apache.xalan.transformer
Methods in org.apache.xalan.transformer with parameters of type PrefixResolverModifier and TypeMethodDescriptionKeyManager.getNodeSetDTMByKey
(XPathContext xctxt, int doc, QName name, XMLString ref, PrefixResolver nscontext) Given a valid element key, return the corresponding node list.Constructors in org.apache.xalan.transformer with parameters of type PrefixResolverModifierConstructorDescriptionKeyTable
(int doc, PrefixResolver nscontext, QName name, Vector keyDeclarations, XPathContext xctxt) Build a keys table. -
Uses of PrefixResolver in org.apache.xml.dtm
Methods in org.apache.xml.dtm with parameters of type PrefixResolverModifier and TypeMethodDescriptionabstract DTMIterator
DTMManager.createDTMIterator
(String xpathString, PrefixResolver presolver) Create a newDTMIterator
based on an XPath <a href="http://www.w3.org/TR/xpath#NT-LocationPath>LocationPath or a UnionExpr. -
Uses of PrefixResolver in org.apache.xml.dtm.ref
Methods in org.apache.xml.dtm.ref with parameters of type PrefixResolverModifier and TypeMethodDescriptionDTMManagerDefault.createDTMIterator
(String xpathString, PrefixResolver presolver) NEEDSDOC Method createDTMIterator NEEDSDOC @param xpathString NEEDSDOC @param presolver NEEDSDOC (createDTMIterator) @return -
Uses of PrefixResolver in org.apache.xml.utils
Classes in org.apache.xml.utils that implement PrefixResolverModifier and TypeClassDescriptionclass
This class implements a generic PrefixResolver that can be used to perform prefix-to-namespace lookup for the XPath object.Constructors in org.apache.xml.utils with parameters of type PrefixResolverModifierConstructorDescriptionQName
(String qname, PrefixResolver resolver) Construct a QName from a string, resolving the prefix using the given namespace stack.QName
(String qname, PrefixResolver resolver, boolean validate) Construct a QName from a string, resolving the prefix using the given namespace stack.QName
(String qname, Element namespaceContext, PrefixResolver resolver) Construct a QName from a string, resolving the prefix using the given namespace context and prefix resolver.QName
(String qname, Element namespaceContext, PrefixResolver resolver, boolean validate) Construct a QName from a string, resolving the prefix using the given namespace context and prefix resolver. -
Uses of PrefixResolver in org.apache.xpath
Methods in org.apache.xpath that return PrefixResolverModifier and TypeMethodDescriptionfinal PrefixResolver
XPathContext.getNamespaceContext()
Get the current namespace context for the xpath.Methods in org.apache.xpath with parameters of type PrefixResolverModifier and TypeMethodDescriptionboolean
XPath.bool
(XPathContext xctxt, int contextNode, PrefixResolver namespaceContext) Given an expression and a context, evaluate the XPath and return the result.XPathFactory.create
(String exprString, SourceLocator locator, PrefixResolver prefixResolver, int type) Create an XPath.XPathContext.createDTMIterator
(String xpathString, PrefixResolver presolver) Create a newDTMIterator
based on an XPath <a href="http://www.w3.org/TR/xpath#NT-LocationPath>LocationPath or a UnionExpr.CachedXPathAPI.eval
(Node contextNode, String str, PrefixResolver prefixResolver) Evaluate XPath string to an XObject.static XObject
XPathAPI.eval
(Node contextNode, String str, PrefixResolver prefixResolver) Evaluate XPath string to an XObject.XPath.execute
(XPathContext xctxt, int contextNode, PrefixResolver namespaceContext) Given an expression and a context, evaluate the XPath and return the result.XPath.execute
(XPathContext xctxt, Node contextNode, PrefixResolver namespaceContext) Given an expression and a context, evaluate the XPath and return the result.final void
XPathContext.pushExpressionState
(int cn, int en, PrefixResolver nc) Push the current context node, expression node, and prefix resolver.final void
XPathContext.pushNamespaceContext
(PrefixResolver pr) Push a current namespace context for the xpath.final void
XPathContext.setNamespaceContext
(PrefixResolver pr) Get the current namespace context for the xpath.Constructors in org.apache.xpath with parameters of type PrefixResolverModifierConstructorDescriptionXPath
(String exprString, SourceLocator locator, PrefixResolver prefixResolver, int type) Construct an XPath object.XPath
(String exprString, SourceLocator locator, PrefixResolver prefixResolver, int type, ErrorListener errorListener) Construct an XPath object.XPath
(String exprString, SourceLocator locator, PrefixResolver prefixResolver, int type, ErrorListener errorListener, FunctionTable aTable) Construct an XPath object. -
Uses of PrefixResolver in org.apache.xpath.axes
Methods in org.apache.xpath.axes that return PrefixResolverModifier and TypeMethodDescriptionfinal PrefixResolver
LocPathIterator.getPrefixResolver()
Return the saved reference to the prefix resolver that was in effect when this iterator was created.Methods in org.apache.xpath.axes with parameters of type PrefixResolverModifier and TypeMethodDescriptionstatic XNodeSet
FilterExprIteratorSimple.executeFilterExpr
(int context, XPathContext xctxt, PrefixResolver prefixResolver, boolean isTopLevel, int stackFrame, Expression expr) Execute the expression.Constructors in org.apache.xpath.axes with parameters of type PrefixResolverModifierConstructorDescriptionWalkingIterator
(PrefixResolver nscontext) Create a WalkingIterator object.WalkingIteratorSorted
(PrefixResolver nscontext) Create a WalkingIteratorSorted object. -
Uses of PrefixResolver in org.apache.xpath.compiler
Methods in org.apache.xpath.compiler that return PrefixResolverModifier and TypeMethodDescriptionCompiler.getNamespaceContext()
Get the current namespace context for the xpath.Methods in org.apache.xpath.compiler with parameters of type PrefixResolverModifier and TypeMethodDescriptionvoid
XPathParser.initMatchPattern
(Compiler compiler, String expression, PrefixResolver namespaceContext) Given an string, init an XPath object for pattern matches, in order that a parse doesn't have to be done each time the expression is evaluated.void
XPathParser.initXPath
(Compiler compiler, String expression, PrefixResolver namespaceContext) Given an string, init an XPath object for selections, in order that a parse doesn't have to be done each time the expression is evaluated.void
Compiler.setNamespaceContext
(PrefixResolver pr) Set the current namespace context for the xpath. -
Uses of PrefixResolver in org.apache.xpath.jaxp
Classes in org.apache.xpath.jaxp that implement PrefixResolverModifier and TypeClassDescriptionclass
This class implements a Default PrefixResolver which can be used to perform prefix-to-namespace lookup for the XPath object.