Uses of Interface
org.w3c.dom.NamedNodeMap

Packages that use NamedNodeMap
org.apache.xerces.dom   
org.apache.xerces.impl.xs.opti   
org.w3c.dom   
 

Uses of NamedNodeMap in org.apache.xerces.dom
 

Classes in org.apache.xerces.dom that implement NamedNodeMap
 class AttributeMap
          AttributeMap inherits from NamedNodeMapImpl and extends it to deal with the specifics of storing attributes.
 class NamedNodeMapImpl
          NamedNodeMaps represent collections of Nodes that can be accessed by name.
 

Methods in org.apache.xerces.dom that return NamedNodeMap
 NamedNodeMap ElementDefinitionImpl.getAttributes()
          Query the attributes defined on this Element.
 NamedNodeMap NodeImpl.getAttributes()
          Return the collection of attributes associated with this node, or null if none.
 NamedNodeMap ElementImpl.getAttributes()
          Retrieve all the Attributes as a set.
 NamedNodeMap DocumentTypeImpl.getElements()
          NON-DOM: Access the collection of ElementDefinitions.
 NamedNodeMap DocumentTypeImpl.getEntities()
          Access the collection of general Entities, both external and internal, defined in the DTD.
 NamedNodeMap DocumentTypeImpl.getNotations()
          Access the collection of Notations defined in the DTD.
 

Methods in org.apache.xerces.dom with parameters of type NamedNodeMap
static void DOMNormalizer.isAttrValueWF(DOMErrorHandler errorHandler, DOMErrorImpl error, DOMLocatorImpl locator, NamedNodeMap attributes, Attr a, java.lang.String value, boolean xml11Version)
          NON-DOM: check if attribute value is well-formed
 

Uses of NamedNodeMap in org.apache.xerces.impl.xs.opti
 

Methods in org.apache.xerces.impl.xs.opti that return NamedNodeMap
 NamedNodeMap DefaultNode.getAttributes()
           
 NamedNodeMap ElementImpl.getAttributes()
           
 

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.