public interface AttributesEx
extends org.xml.sax.Attributes
Attributes
extension that allows attribute values
to be exposed as CharSequence
.
All namespace URIs and local names are assumed to be interned.
Modifier and Type | Method and Description |
---|---|
java.lang.CharSequence |
getData(int idx)
The same as
Attributes.getValue(int) |
java.lang.CharSequence |
getData(java.lang.String nsUri,
java.lang.String localName)
The same as
Attributes.getValue(String,String) |