All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.w3c.dom.Attribute

public interface Attribute

Method Index

 o getName()
 o getSpecified()
 o getValue()
 o setSpecified(boolean)
 o setValue(Node)
 o toString()

Methods

 o getName
 public abstract String getName()
 o getValue
 public abstract Node getValue()
 o setValue
 public abstract void setValue(Node arg)
 o getSpecified
 public abstract boolean getSpecified()
 o setSpecified
 public abstract void setSpecified(boolean arg)
 o toString
 public abstract String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index