BEA Systems, Inc.

WebLogic Server 6.1 API Reference

Uses of Interface
weblogic.apache.xpath.axes.ContextNodeList

Packages that use ContextNodeList
weblogic.apache.xalan.lib.sql   
weblogic.apache.xalan.transformer   
weblogic.apache.xpath   
weblogic.apache.xpath.axes   
 

Uses of ContextNodeList in weblogic.apache.xalan.lib.sql
 

Classes in weblogic.apache.xalan.lib.sql that implement ContextNodeList
 class ExtensionError
          A base class that will convert an exception into an XML stream that can be returned in place of the standard result.
 class SQLExtensionError
          Title:
 class XStatement
          Represents a JDBC query statement.
 

Uses of ContextNodeList in weblogic.apache.xalan.transformer
 

Classes in weblogic.apache.xalan.transformer that implement ContextNodeList
 class KeyIterator
           This class implements an optimized iterator for "key()" patterns.
 class KeyRefIterator
           This class implements an optimized iterator for "key()" patterns.
 

Uses of ContextNodeList in weblogic.apache.xpath
 

Classes in weblogic.apache.xpath that implement ContextNodeList
 class NodeSet
          
 

Uses of ContextNodeList in weblogic.apache.xpath.axes
 

Classes in weblogic.apache.xpath.axes that implement ContextNodeList
 class AttributeIterator
           This class implements an optimized iterator for attribute axes patterns.
 class ChildIterator
           This class implements an optimized iterator for "node()" patterns, that is, any children of the context node.
 class ChildTestIterator
           This class implements an optimized iterator for children patterns that have a node test, and possibly a predicate.
 class DescendantIterator
           This class implements an optimized iterator for descendant, descendant-or-self, or "//foo" patterns.
 class LocPathIterator
           This class extends NodeSet, which implements NodeIterator, and fetches nodes one at a time in document order based on a XPath
 class UnionPathIterator
           This class extends NodeSet, which implements NodeIterator, and fetches nodes one at a time in document order based on a XPath UnionExpr.
 


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

WebLogic classes and methods that do not appear in this reference are not public and are not supported.