|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 "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 -- derived nodes can index the children, and, combined with specialized node iterators (and tree walkers) can provide optimal child retrieval. |
org.apache.xalan.transformer | In charge of run-time transformations and the production of result trees. |
Uses of DOMOrder in org.apache.xalan.lib.sql |
Classes in org.apache.xalan.lib.sql that implement DOMOrder | |
class |
Column
Represents a col node from a row node. |
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
This class represents a column-header Node, which contains the metadata for a column. |
class |
Row
This class represents a row from a query result set. |
class |
RowSet
This class represents the row-set StreamableNode, a "streamable" holder for the JDBC query result set. |
class |
StreamableNode
This is the superclass for all nodes in the org.apache.xalan.lib.sql package. |
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
|
class |
AttrImplNS
|
class |
CDATASectionImpl
|
class |
Child
|
class |
CommentImpl
|
class |
DocumentFragmentImpl
|
class |
DocumentImpl
|
class |
DocumentTypeImpl
|
class |
ElementImpl
|
class |
ElementImplWithNS
|
class |
IndexedDocImpl
|
class |
IndexedElemImpl
|
class |
IndexedElemWithNS
|
class |
NameSpaceDecl
|
class |
Parent
|
class |
ProcessingInstructionImpl
|
class |
TextImpl
|
class |
WhiteSpace
Right now this is the same as TextImpl. |
Uses of DOMOrder in org.apache.xalan.transformer |
Classes in org.apache.xalan.transformer that implement DOMOrder | |
class |
ResultTreeFrag
**For internal use only** Container of a result tree fragment. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |