All Packages Class Hierarchy This Package Previous Next Index
Interface org.w3c.dom.AttributeList
- public interface AttributeList
-
getAttribute(String)
-
-
getLength()
-
-
item(long)
-
-
remove(String)
-
-
setAttribute(String, Attribute)
-
getAttribute
public abstract Attribute getAttribute(String name)
setAttribute
public abstract Attribute setAttribute(String name,
Attribute attr)
remove
public abstract Attribute remove(String name) throws NoSuchNodeException
item
public abstract Node item(long index) throws NoSuchNodeException
getLength
public abstract long getLength()
All Packages Class Hierarchy This Package Previous Next Index