Uses of Interface
org.w3c.dom.Attr

Packages that use Attr
org.apache.xml.dtm.ref   
org.apache.xml.dtm.ref.dom2dtm   
org.apache.xml.utils Implementation of Xalan utility classes. 
org.w3c.dom   
 

Uses of Attr in org.apache.xml.dtm.ref
 

Classes in org.apache.xml.dtm.ref that implement Attr
 class DTMNodeProxy
          DTMNodeProxy presents a DOM Node API front-end to the DTM model.
 

Methods in org.apache.xml.dtm.ref that return Attr
 Attr DTMNodeProxy.createAttribute(java.lang.String name)
           
 Attr DTMNodeProxy.createAttributeNS(java.lang.String namespaceURI, java.lang.String qualifiedName)
           
 Attr DTMNodeProxy.getAttributeNode(java.lang.String name)
           
 Attr DTMNodeProxy.setAttributeNode(Attr newAttr)
           
 Attr DTMNodeProxy.removeAttributeNode(Attr oldAttr)
           
 Attr DTMNodeProxy.getAttributeNodeNS(java.lang.String namespaceURI, java.lang.String localName)
           
 Attr DTMNodeProxy.setAttributeNodeNS(Attr newAttr)
           
 

Methods in org.apache.xml.dtm.ref with parameters of type Attr
 Attr DTMNodeProxy.setAttributeNode(Attr newAttr)
           
 Attr DTMNodeProxy.removeAttributeNode(Attr oldAttr)
           
 Attr DTMNodeProxy.setAttributeNodeNS(Attr newAttr)
           
 

Uses of Attr in org.apache.xml.dtm.ref.dom2dtm
 

Classes in org.apache.xml.dtm.ref.dom2dtm that implement Attr
 class DOM2DTMdefaultNamespaceDeclarationNode
          This is a kluge to let us shove a declaration for xml: into the DOM2DTM model.
 

Uses of Attr in org.apache.xml.utils
 

Methods in org.apache.xml.utils that return Attr
 Attr UnImplNode.removeAttributeNode(Attr oldAttr)
          Unimplemented.
 Attr UnImplNode.setAttributeNode(Attr newAttr)
          Unimplemented.
 Attr UnImplNode.getAttributeNode(java.lang.String name)
          Unimplemented.
 Attr UnImplNode.setAttributeNodeNS(Attr newAttr)
          Unimplemented.
 Attr UnImplNode.getAttributeNodeNS(java.lang.String namespaceURI, java.lang.String localName)
          Unimplemented.
 Attr UnImplNode.createAttribute(java.lang.String name)
          Unimplemented.
 Attr UnImplNode.createAttributeNS(java.lang.String namespaceURI, java.lang.String qualifiedName)
          Unimplemented.
 

Methods in org.apache.xml.utils with parameters of type Attr
 Attr UnImplNode.removeAttributeNode(Attr oldAttr)
          Unimplemented.
 Attr UnImplNode.setAttributeNode(Attr newAttr)
          Unimplemented.
 Attr UnImplNode.setAttributeNodeNS(Attr newAttr)
          Unimplemented.
 java.lang.String DOMHelper.getExpandedAttributeName(Attr attr)
          Deprecated. Returns the attribute name with the namespace prefix (if any) replaced by the Namespace URI it was bound to.
 

Uses of Attr in org.w3c.dom
 

Methods in org.w3c.dom that return Attr
 Attr Element.getAttributeNode(java.lang.String name)
          Retrieves an attribute node by name.
 Attr Element.setAttributeNode(Attr newAttr)
          Adds a new attribute node.
 Attr Element.removeAttributeNode(Attr oldAttr)
          Removes the specified attribute node.
 Attr Element.getAttributeNodeNS(java.lang.String namespaceURI, java.lang.String localName)
          Retrieves an Attr node by local name and namespace URI.
 Attr Element.setAttributeNodeNS(Attr newAttr)
          Adds a new attribute.
 Attr Document.createAttribute(java.lang.String name)
          Creates an Attr of the given name.
 Attr Document.createAttributeNS(java.lang.String namespaceURI, java.lang.String qualifiedName)
          Creates an attribute of the given qualified name and namespace URI.
 

Methods in org.w3c.dom with parameters of type Attr
 Attr Element.setAttributeNode(Attr newAttr)
          Adds a new attribute node.
 Attr Element.removeAttributeNode(Attr oldAttr)
          Removes the specified attribute node.
 Attr Element.setAttributeNodeNS(Attr newAttr)
          Adds a new attribute.
 



Copyright © 2004 Apache XML Project. All Rights Reserved.