Uses of Interface
org.w3c.dom.Attr

Packages that use Attr
com.japisoft.fastparser.dom   
org.w3c.dom   
 

Uses of Attr in com.japisoft.fastparser.dom
 

Classes in com.japisoft.fastparser.dom that implement Attr
 class AttrImpl
          Att
 

Methods in com.japisoft.fastparser.dom that return Attr
 Attr DocumentImpl.createAttribute(java.lang.String name)
          Creates an Attr of the given name.
 Attr DocumentImpl.createAttributeNS(java.lang.String namespaceURI, java.lang.String qualifiedName)
           
 Attr ElementImpl.getAttributeNode(java.lang.String name)
          Retrieves an Attr node by name.
 Attr ElementImpl.setAttributeNode(Attr newAttr)
          Adds a new attribute.
 Attr ElementImpl.removeAttributeNode(Attr oldAttr)
          Removes the specified attribute.
 Attr ElementImpl.getAttributeNodeNS(java.lang.String namespaceURI, java.lang.String localName)
           
 Attr ElementImpl.setAttributeNodeNS(Attr newAttr)
           
 

Methods in com.japisoft.fastparser.dom with parameters of type Attr
 Attr ElementImpl.setAttributeNode(Attr newAttr)
          Adds a new attribute.
 Attr ElementImpl.removeAttributeNode(Attr oldAttr)
          Removes the specified attribute.
 Attr ElementImpl.setAttributeNodeNS(Attr newAttr)
           
 

Uses of Attr in org.w3c.dom
 

Methods in org.w3c.dom that return Attr
 Attr Element.getAttributeNode(java.lang.String name)
          Retrieves an Attr node by name.
 Attr Element.setAttributeNode(Attr newAttr)
          Adds a new attribute.
 Attr Element.removeAttributeNode(Attr oldAttr)
          Removes the specified attribute.
 Attr Document.createAttribute(java.lang.String name)
          Creates an Attr of the given name.
 

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