AttributesEx, org.xml.sax.Attributespublic final class AttributesExImpl extends AttributesImpl implements AttributesEx
AttributesEx implementation.
TODO: proper implementation that holds CharSequence| Constructor | Description |
|---|---|
AttributesExImpl() |
| Modifier and Type | Method | 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) |
getIndex, getIndex, getLength, getLocalName, getQName, getType, getType, getType, getURI, getValue, getValue, getValueaddAttribute, clear, getIndex, getIndex, getIndexFast, getLength, getLocalName, getQName, getType, getType, getType, getURI, getValue, getValue, getValue, removeAttribute, setAttribute, setAttributes, setLocalName, setQName, setType, setURI, setValuepublic java.lang.CharSequence getData(int idx)
AttributesExAttributes.getValue(int)getData in interface AttributesExpublic java.lang.CharSequence getData(java.lang.String nsUri,
java.lang.String localName)
AttributesExAttributes.getValue(String,String)getData in interface AttributesExCopyright © 2017 Oracle Corporation. All rights reserved.