BEA Systems, Inc.

WebLogic Server 6.0sp2 API Reference

Uses of Interface
weblogic.apache.xalan.xpath.NodeCallback

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

Uses of NodeCallback in weblogic.apache.xalan.xpath
 

Methods in weblogic.apache.xalan.xpath that return NodeCallback
 NodeCallback XPathSupportDefault.getCallback()
          Get the callback that may be called by XPath as nodes are located.
 

Methods in weblogic.apache.xalan.xpath with parameters of type NodeCallback
 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.
protected  XNodeSet XPath.union(XPathSupport execContext, org.w3c.dom.Node context, int opPos, NodeCallback callback, java.lang.Object callbackInfo)
          Computes the union of its operands which must be node-sets.
 XNodeSet XPath.locationPath(XPathSupport execContext, org.w3c.dom.Node context, int opPos, NodeCallback callback, java.lang.Object callbackInfo, boolean stopAtFirst)
           Execute a location path.
 XObject XPath.execute(XPathSupport execContext, org.w3c.dom.Node context, int opPos, NodeCallback callback, java.lang.Object callbackInfo, boolean stopAtFirst)
           Execute the XPath object from a given opcode position, calling back to a NodeCallback interface as the nodes are found.
 XNodeSet XLocator.union(XPath xpath, XPathSupport execContext, org.w3c.dom.Node context, int opPos, NodeCallback callback, java.lang.Object callbackInfo)
          Execute a union.
 XNodeSet XLocator.locationPath(XPath xpath, XPathSupport execContext, org.w3c.dom.Node context, int opPos, NodeCallback callback, java.lang.Object callbackInfo, boolean stopAtFirst)
          Execute a location path.
 XNodeSet SimpleNodeLocator.union(XPath xpath, XPathSupport execContext, org.w3c.dom.Node context, int opPos, NodeCallback callback, java.lang.Object callbackInfo)
          Computes the union of its operands which must be node-sets.
 XNodeSet SimpleNodeLocator.locationPath(XPath xpath, XPathSupport execContext, org.w3c.dom.Node context, int opPos, NodeCallback callback, java.lang.Object callbackInfo, boolean stopAtFirst)
          Execute a location path.
protected  MutableNodeList SimpleNodeLocator.step(XPath xpath, XPathSupport execContext, org.w3c.dom.Node context, int opPos, NodeCallback callback, java.lang.Object callbackInfo, boolean isSimpleFollowing, boolean stopAtFirst)
          Execute a step and predicates in a location path.
protected  MutableNodeList SimpleNodeLocator.findSelf(XPath xpath, XPathSupport execContext, org.w3c.dom.Node context, int opPos, int stepType, MutableNodeList subQueryResults, NodeCallback callback, java.lang.Object callbackInfo, boolean isSimpleFollowing, boolean stopAtFirst)
          Add the context to the list if it meets the NodeTest qualification.
protected  MutableNodeList SimpleNodeLocator.findChildren(XPath xpath, XPathSupport execContext, org.w3c.dom.Node context, int opPos, int stepType, MutableNodeList subQueryResults, NodeCallback callback, java.lang.Object callbackInfo, boolean isSimpleFollowing, boolean stopAtFirst)
          Add children to the list if they meet the NodeTest qualification.
protected  MutableNodeList SimpleNodeLocator.findDescendants(XPath xpath, XPathSupport execContext, org.w3c.dom.Node context, int opPos, int stepType, MutableNodeList subQueryResults, NodeCallback callback, java.lang.Object callbackInfo, boolean isSimpleFollowing, boolean stopAtFirst)
          Add the descendants (and the context if the stepType is FROM_DESCENDANTS_OR_SELF) to the list if they meet the NodeTest qualification.
 void XPathSupportDefault.setCallback(NodeCallback callback, java.lang.Object callbackInfo)
          Set a callback that may be called by XPath as nodes are located.
 

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

Methods in weblogic.apache.xalan.xpath.xml that return NodeCallback
 NodeCallback XMLParserLiaisonDefault.getCallback()
           Get the callback that may be called by XPath as nodes are located.
 

Methods in weblogic.apache.xalan.xpath.xml with parameters of type NodeCallback
 void XMLParserLiaisonDefault.setCallback(NodeCallback callback, java.lang.Object callbackInfo)
           Set a callback that may be called by XPath as nodes are located.
 

Uses of NodeCallback in weblogic.apache.xalan.xslt
 

Classes in weblogic.apache.xalan.xslt that implement NodeCallback
 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.
 


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