Uses of Interface
org.w3c.dom.Attr

Packages that use Attr
org.apache.batik.dom Provides an implementation of the DOM level 2 core module. 
org.apache.batik.dom.svg   
org.w3c.dom   
 

Uses of Attr in org.apache.batik.dom
 

Classes in org.apache.batik.dom that implement Attr
 class AbstractAttr
          This class implements the Attr interface.
 class AbstractAttrNS
          This class implements the Attr interface with support for namespaces.
 class GenericAttr
          This class implements the Attr interface.
 class GenericAttrNS
          This class implements the Attr interface with support for namespaces.
 

Methods in org.apache.batik.dom that return Attr
 Attr AbstractElement.getAttributeNode(java.lang.String name)
          DOM: Implements Element.getAttributeNode(String).
 Attr AbstractElement.setAttributeNode(Attr newAttr)
          DOM: Implements Element.setAttributeNode(Attr).
 Attr AbstractElement.removeAttributeNode(Attr oldAttr)
          DOM: Implements Element.removeAttributeNode(Attr).
 Attr AbstractElement.getAttributeNodeNS(java.lang.String namespaceURI, java.lang.String localName)
          DOM: Implements Element.getAttributeNodeNS(String,String).
 Attr AbstractElement.setAttributeNodeNS(Attr newAttr)
          DOM: Implements Element.setAttributeNodeNS(Attr).
 Attr GenericDocument.createAttribute(java.lang.String name)
          DOM: Implements Document.createAttribute(String).
 Attr GenericDocument.createAttributeNS(java.lang.String namespaceURI, java.lang.String qualifiedName)
          DOM: Implements Document.createAttributeNS(String,String).
 

Methods in org.apache.batik.dom with parameters of type Attr
 Attr AbstractElement.setAttributeNode(Attr newAttr)
          DOM: Implements Element.setAttributeNode(Attr).
 Attr AbstractElement.removeAttributeNode(Attr oldAttr)
          DOM: Implements Element.removeAttributeNode(Attr).
 Attr AbstractElement.setAttributeNodeNS(Attr newAttr)
          DOM: Implements Element.setAttributeNodeNS(Attr).
 

Uses of Attr in org.apache.batik.dom.svg
 

Methods in org.apache.batik.dom.svg that return Attr
 Attr SVGOMDocument.createAttribute(java.lang.String name)
          DOM: Implements Document.createAttribute(String).
 Attr SVGOMDocument.createAttributeNS(java.lang.String namespaceURI, java.lang.String qualifiedName)
          DOM: Implements Document.createAttributeNS(String,String).
 

Methods in org.apache.batik.dom.svg with parameters of type Attr
 void LiveAttributeValue.valueChanged(Attr oldValue, Attr newValue)
          Called when the string representation of the value as been modified.
 void SVGOMTransformList.valueChanged(Attr oldValue, Attr newValue)
          Called when the string representation of the value as been modified.
 void SVGOMLength.valueChanged(Attr oldValue, Attr newValue)
          Called when the string representation of the value as been modified.
 

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 © 2000 Apache Software Foundation. All Rights Reserved.