Uses of Interface
org.apache.xpath.DOMOrder

Packages that use DOMOrder
org.apache.xalan.lib.sql Provides extension functions for connecting to a JDBC data source, executing a query, and working incrementally through a "streamable" result set. 
org.apache.xalan.stree Implementation of the Xalan Source Tree, which is a DOM implementation that is optimized for XSLT processing and the needs of Xalan. 
 

Uses of DOMOrder in org.apache.xalan.lib.sql
 

Classes in org.apache.xalan.lib.sql that implement DOMOrder
 class Column
           A JDBC Query returns a resultSet that contains rows of Data.
 class ColumnAttribute
          Represents a column attribute on a column-header element.
 class ColumnData
          Represents the col element text node, i.e., the column value.
 class ColumnHeader
           The ColumnHeader is a special branch of the document that provides a mechinsim to interogate columns that are returned from the query without accessing the data or moving the row counter.
 class Row
           This class represents a row from a query result set.
 class RowSet
           The row-set is the controlling element in the Document that determines if the JDB ResultSet is being traversed or if the ResultSet MetaData is being interogated.
 class StreamableNode
           The StreamableNode really just provides a base implemtation for the other SQL Node based classes.
 class XStatement
           Represents a JDBC query statement.
 

Uses of DOMOrder in org.apache.xalan.stree
 

Classes in org.apache.xalan.stree that implement DOMOrder
 class AttrImpl
          **For internal use only** Class to hold information about an attribute node.
 class AttrImplNS
          **For internal use only** Class to hold information about an attribute node with a name space
 class CDATASectionImpl
          **For internal use only** Class to hold information about a CDATASection node
 class Child
          **For internal use only** Class representing a child node
 class CommentImpl
          **For internal use only** Class to hold information about a comment node
 class DocImpl
          **For internal use only** Contains extended functionality that Xalan requires that is common in both the DocumentImpl and DocumentFragmentImpl classes.
 class DocumentFragmentImpl
          **For internal use only** Class to hold information about a DocumentFragment node
 class DocumentImpl
          **For internal use only** This is the implementation of the DOM2 Document interface.
 class DocumentTypeImpl
          **For internal use only** Class to hold information about a DocumentType node
 class ElementImpl
          **For internal use only** This class represents an element in an HTML or XML document.
 class ElementImplWithNS
          **For internal use only** This class represents an element in an HTML or XML document associated with a given namespace.
 class NameSpaceDecl
          **For internal use only** Class to represent NameSpace Decl nodes
 class Parent
          **For internal use only** Class representing a parent node.
 class ProcessingInstructionImpl
          **For internal use only** Class to hold information about ProcessingInstruction node
 class TextImpl
          **For internal use only** Class to hold information about a Text node.
 class WhiteSpace
          Right now this is the same as TextImpl.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.