|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface extends the SAX Attributes interface to expose information needed to support DOM Level 2 features used in document editing, and detection of ID attributes which are declared for an element.
| Method Summary | |
String |
getDefault(int i)
Returns the default value of the specified attribute, or null if no default value is known. |
String |
getIdAttributeName()
Returns the name of the ID attribute for the associated element, if one was declared. |
boolean |
isSpecified(int i)
Returns true if the attribute was specified in the document. |
| Methods inherited from interface org.xml.sax.Attributes |
getIndex, getIndex, getLength, getLocalName, getQName, getType, getType, getType, getURI, getValue, getValue, getValue |
| Method Detail |
public boolean isSpecified(int i)
i - the index of the attribute in the list.public String getDefault(int i)
i - the index of the attribute in the list.public String getIdAttributeName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||