All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.w3c.dom.Attribute

public interface Attribute
extends Node

Method Index

 o getName()
 o getSpecified()
 o getValue()
 o setName(String)
 o setSpecified(boolean)
 o setValue(NodeList)
 o toString()

Methods

 o setName
 public abstract void setName(String name)
 o getName
 public abstract String getName()
 o setValue
 public abstract void setValue(NodeList value)
 o getValue
 public abstract NodeList getValue()
 o setSpecified
 public abstract void setSpecified(boolean specified)
 o getSpecified
 public abstract boolean getSpecified()
 o toString
 public abstract String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index