|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MutableAttributes
Defines mutable SAX attributes.
Method Summary | |
---|---|
void |
addAttribute(String uri,
String lName,
String qName,
String type,
String value)
Add an attribute to the set of attributes |
void |
setValue(int index,
String value)
Set the value of an attribute at the specified index |
Methods inherited from interface org.xml.sax.Attributes |
---|
getIndex, getIndex, getLength, getLocalName, getQName, getType, getType, getType, getURI, getValue, getValue, getValue |
Method Detail |
---|
void setValue(int index, String value)
void addAttribute(String uri, String lName, String qName, String type, String value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |