|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NamedNodeMap | |
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. |
org.apache.xml.utils | Implementation of Xalan utility classes. |
org.w3c.dom | Document Object Model level 2 interfaces. |
Uses of NamedNodeMap in org.apache.xalan.lib.sql |
Classes in org.apache.xalan.lib.sql that implement NamedNodeMap | |
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. |
Methods in org.apache.xalan.lib.sql that return NamedNodeMap | |
NamedNodeMap |
StreamableNode.getAttributes()
Get list of attributes |
NamedNodeMap |
Column.getAttributes()
Return the metadata for this column. |
NamedNodeMap |
ColumnHeader.getAttributes()
Return the metadata for this column. |
Uses of NamedNodeMap in org.apache.xalan.stree |
Classes in org.apache.xalan.stree that implement NamedNodeMap | |
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. |
Methods in org.apache.xalan.stree that return NamedNodeMap | |
NamedNodeMap |
Child.getAttributes()
Unimplemented. |
NamedNodeMap |
ElementImpl.getAttributes()
Get attributes of this node. |
NamedNodeMap |
DocumentTypeImpl.getEntities()
A NamedNodeMap containing the general entities, both
external and internal, declared in the DTD. |
NamedNodeMap |
DocumentTypeImpl.getNotations()
A NamedNodeMap containing the notations declared in the
DTD. |
Uses of NamedNodeMap in org.apache.xml.utils |
Methods in org.apache.xml.utils that return NamedNodeMap | |
NamedNodeMap |
UnImplNode.getAttributes()
Unimplemented. |
Constructors in org.apache.xml.utils with parameters of type NamedNodeMap | |
AttList.AttList(NamedNodeMap attrs)
Constructor AttList |
|
AttList.AttList(NamedNodeMap attrs,
DOMHelper dh)
Constructor AttList |
Uses of NamedNodeMap in org.w3c.dom |
Methods in org.w3c.dom that return NamedNodeMap | |
NamedNodeMap |
Node.getAttributes()
A NamedNodeMap containing the attributes of this node (if
it is an Element ) or null otherwise. |
NamedNodeMap |
DocumentType.getEntities()
A NamedNodeMap containing the general entities, both
external and internal, declared in the DTD. |
NamedNodeMap |
DocumentType.getNotations()
A NamedNodeMap containing the notations declared in the
DTD. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |