org.xml.sax.AttributesAttributesExImplpublic 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 | 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) |
Copyright © 2017 Oracle Corporation. All rights reserved.