|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributesEx
Attributes
extension that allows attribute values
to be exposed as CharSequence
.
All namespace URIs and local names are assumed to be interned.
Method Summary | |
---|---|
CharSequence |
getData(int idx)
The same as Attributes.getValue(int) |
CharSequence |
getData(String nsUri,
String localName)
The same as Attributes.getValue(String,String) |
Methods inherited from interface org.xml.sax.Attributes |
---|
getIndex, getIndex, getLength, getLocalName, getQName, getType, getType, getType, getURI, getValue, getValue, getValue |
Method Detail |
---|
CharSequence getData(int idx)
Attributes.getValue(int)
CharSequence getData(String nsUri, String localName)
Attributes.getValue(String,String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |