Uses of Interface
org.w3c.dom.NamedNodeMap

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 -- derived nodes can index the children, and, combined with specialized node iterators (and tree walkers) can provide optimal child retrieval. 
org.apache.xalan.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()
           
 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 ElementImpl
           
 class ElementImplWithNS
           
 class IndexedElemImpl
           
 class IndexedElemWithNS
           
 

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.xalan.utils
 

Methods in org.apache.xalan.utils that return NamedNodeMap
 NamedNodeMap UnImplNode.getAttributes()
          **For internal use only** Unimplemented.
 

Constructors in org.apache.xalan.utils with parameters of type NamedNodeMap
AttList.AttList(NamedNodeMap attrs)
          **For internal use only**  
AttList.AttList(NamedNodeMap attrs, DOMHelper dh)
          **For internal use only**  
 

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.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.