Contents | Package | Class | Tree | Deprecated | Index | Help XML for Java 1.0.4
PREV | NEXT SHOW LISTS | HIDE LISTS

Interface org.w3c.dom.AttributeList

Implementing Classes:
TXAttributeList

public interface AttributeList

Method Summary
Attribute  getAttribute(java.lang.String attrName)
 
int  getLength()
 
Attribute  item(int index)
 
Attribute  remove(java.lang.String attrName)
 
Attribute  setAttribute(Attribute attr)
 
 

Method Detail

getAttribute

public Attribute getAttribute(java.lang.String attrName)

setAttribute

public Attribute setAttribute(Attribute attr)

remove

public Attribute remove(java.lang.String attrName)

item

public Attribute item(int index)

getLength

public int getLength()

Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS