All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.w3c.dom.AttributeList

public interface AttributeList

Method Index

 o getAttribute(String)
 o getLength()
 o item(long)
 o remove(String)
 o setAttribute(String, Attribute)

Methods

 o getAttribute
 public abstract Attribute getAttribute(String name)
 o setAttribute
 public abstract Attribute setAttribute(String name,
                                        Attribute attr)
 o remove
 public abstract Attribute remove(String name) throws NoSuchNodeException
 o item
 public abstract Node item(long index) throws NoSuchNodeException
 o getLength
 public abstract long getLength()

All Packages  Class Hierarchy  This Package  Previous  Next  Index