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 setValue(String)

Methods

 o getName
 public abstract String getName()
 o getSpecified
 public abstract boolean getSpecified()
 o getValue
 public abstract String getValue()
 o setValue
 public abstract void setValue(String arg)

All Packages  Class Hierarchy  This Package  Previous  Next  Index