BEA Systems, Inc.

WebLogic Server 6.0sp2 API Reference

Uses of Interface
weblogic.apache.xalan.xpath.xml.PrefixResolver

Packages that use PrefixResolver
weblogic.apache.xalan.xpath Infrastructure for processing XPATH expressions 
weblogic.apache.xalan.xpath.xml   
weblogic.apache.xalan.xslt   
 

Uses of PrefixResolver in weblogic.apache.xalan.xpath
 

Methods in weblogic.apache.xalan.xpath that return PrefixResolver
 PrefixResolver XPathSupport.getNamespaceContext()
          Get the current namespace context for the xpath.
 PrefixResolver XPathSupportDefault.getNamespaceContext()
          Get the current namespace context for the xpath.
 

Methods in weblogic.apache.xalan.xpath with parameters of type PrefixResolver
 XObject XPath.execute(XPathSupport execContext, org.w3c.dom.Node contextNode, PrefixResolver namespaceContext)
          Given an expression and a context, evaluate the XPath and return the result.
 XObject XPath.execute(XPathSupport execContext, org.w3c.dom.Node contextNode, PrefixResolver namespaceContext, NodeCallback callback, java.lang.Object callbackInfo, boolean stopAtFirst)
           Given an expression and a context, evaluate the XPath and call the callback as nodes are found.
 org.w3c.dom.NodeList XPathEnvSupport.getNodeSetByKey(org.w3c.dom.Node doc, java.lang.String name, java.lang.String ref, PrefixResolver nscontext)
          Given a valid element key, return the corresponding node list.
 void XPathProcessor.initXPath(XPath pathObj, java.lang.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 XPathProcessor.initMatchPattern(XPath pathObj, java.lang.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 XPathProcessorImpl.initXPath(XPath pathObj, java.lang.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 XPathProcessorImpl.initMatchPattern(XPath pathObj, java.lang.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 XPathSupport.pushXPathContext(XPath xpath, XPathSupport execContext, org.w3c.dom.Node contextNode, PrefixResolver namespaceContext)
           Push the current XPath selection, needed for support of the last() function in depth-first execution.
 void XPathSupport.setNamespaceContext(PrefixResolver pr)
          Get the current namespace context for the xpath.
 void XPathSupportDefault.pushXPathContext(XPath xpath, XPathSupport execContext, org.w3c.dom.Node contextNode, PrefixResolver namespaceContext)
           Push the current XPath selection, needed for support of the last() function in depth-first execution.
 void XPathSupportDefault.setNamespaceContext(PrefixResolver pr)
          Get the current namespace context for the xpath.
 org.w3c.dom.NodeList XPathSupportDefault.getNodeSetByKey(org.w3c.dom.Node doc, java.lang.String name, java.lang.String ref, PrefixResolver nscontext)
          Given a valid element key, return the corresponding node list.
 

Uses of PrefixResolver in weblogic.apache.xalan.xpath.xml
 

Classes in weblogic.apache.xalan.xpath.xml that implement PrefixResolver
 class PrefixResolverDefault
           This class implements a generic PrefixResolver that can be used to perform prefix-to-namespace lookup for the XPath object.
 

Methods in weblogic.apache.xalan.xpath.xml with parameters of type PrefixResolver
 org.w3c.dom.NodeList XMLParserLiaisonDefault.getNodeSetByKey(org.w3c.dom.Node doc, java.lang.String name, java.lang.String ref, PrefixResolver nscontext)
          Given a valid element key, return the corresponding node list.
 

Constructors in weblogic.apache.xalan.xpath.xml with parameters of type PrefixResolver
QName.QName(java.lang.String qname, org.w3c.dom.Element namespaceContext, PrefixResolver resolver)
          Construct a QName from a string, resolving the prefix using the given namespace stack.
QName.QName(java.lang.String qname, PrefixResolver resolver)
          Construct a QName from a string, resolving the prefix using the given namespace stack.
 

Uses of PrefixResolver in weblogic.apache.xalan.xslt
 

Classes in weblogic.apache.xalan.xslt that implement PrefixResolver
 class ElemApplyImport
           Implement xsl:apply-imports.
 class ElemApplyTemplates
           Implement xsl:apply-templates.
 class ElemAttribute
           Implement xsl:attribute.
 class ElemAttributeSet
           Implement xsl:attribute-set.
 class ElemCallTemplate
           Implement xsl:call-template.
 class ElemChoose
           Implement xsl:choose.
 class ElemComment
           Implement xsl:comment.
 class ElemCopy
           Implement xsl:copy.
 class ElemCopyOf
           Implement xsl:copy-of.
 class ElemDecimalFormat
           Implement xsl:decimal-format.
 class ElemElement
           Implement xsl:decimal-format.
 class ElemExtensionCall
           Implement an extension element.
 class ElemFallback
           Implement xsl:fallback.
 class ElemForEach
           Implement xsl:for-each.
 class ElemIf
           Implement xsl:if.
 class ElemLiteralResult
           Implement a Literal Result Element.
 class ElemMessage
           Implement xsl:message.
 class ElemNumber
           Implement xsl:number.
 class ElemOtherwise
           Implement xsl:otherwise.
 class ElemParam
           Implement xsl:param.
 class ElemPI
           Implement xsl:processing-instruction.
 class ElemSort
           Implement xsl:sort.
 class ElemTemplate
           Implement xsl:template.
 class ElemTemplateElement
           An instance of this class represents an element inside an xsl:template class.
 class ElemText
           Implement xsl:template.
 class ElemTextLiteral
           Implement a text literal.
 class ElemUse
           Implement xsl:use.
 class ElemValueOf
           Implement xsl:value-of.
 class ElemVariable
           Implement xsl:variable.
 class ElemWhen
           Implement xsl:when.
 class ElemWithParam
           Implement xsl:with-param.
 class Stylesheet
          Represents the base stylesheet or an "import" stylesheet; "include" stylesheets are combined with the including stylesheet.
 class StylesheetRoot
           Binary representation of a stylesheet -- use the XSLTProcessor ProcessStylesheet method to create a StylesheetRoot and improve performance for a stylesheet performing multiple transformations.
 

Methods in weblogic.apache.xalan.xslt with parameters of type PrefixResolver
abstract  void AVTPart.evaluate(XPathSupport execContext, java.lang.StringBuffer buf, org.w3c.dom.Node context, PrefixResolver nsNode)
          Write the evaluated value into the given string buffer.
 void AVTPartXPath.evaluate(XPathSupport execContext, java.lang.StringBuffer buf, org.w3c.dom.Node context, PrefixResolver nsNode)
          Write the value into the buffer.
 java.lang.String AVT.evaluate(XPathSupport execContext, org.w3c.dom.Node context, PrefixResolver nsNode, java.lang.StringBuffer buf)
          Evaluate the AVT and return a String.
 org.w3c.dom.NodeList XSLTEngineImpl.getNodeSetByKey(org.w3c.dom.Node doc, java.lang.String name, java.lang.String ref, PrefixResolver nscontext)
          Given a valid element key, return the corresponding node list.
 org.w3c.dom.Node XSLTEngineImpl.getSourceNode(java.lang.String selectPattern, PrefixResolver namespaceContext)
          Returns the current input node that is being processed.
 org.w3c.dom.NodeList Stylesheet.getNodeSetByKey(XSLTEngineImpl tcontext, org.w3c.dom.Node doc, java.lang.String name, java.lang.String ref, PrefixResolver nscontext)
          Given a valid element key, return the corresponding node list.
 XObject Stylesheet.evalXPathStr(XPathSupport execContext, java.lang.String str, org.w3c.dom.Node context, PrefixResolver nsNode)
          Evaluate an xpath string and return the result.
 void AVTPartSimple.evaluate(XPathSupport execContext, java.lang.StringBuffer buf, org.w3c.dom.Node context, PrefixResolver nsNode)
          Write the value into the buffer.
 

Constructors in weblogic.apache.xalan.xslt with parameters of type PrefixResolver
AVTPartXPath.AVTPartXPath(java.lang.String val, PrefixResolver nsNode, XPathProcessor xpathProcessor, XPathFactory factory, XMLParserLiaison liaison)
          Construct a simple AVT part.
AVT.AVT(java.lang.String name, java.lang.String type, java.lang.String stringedValue, PrefixResolver namespaceContext, Stylesheet stylesheet, XSLTEngineImpl execContext)
          Construct an AVT by parsing the string, and either constructing a vector of AVTParts, or simply hold on to the string if the AVT is simple.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs60