Interface AttributesEx
- All Superinterfaces:
Attributes
- All Known Implementing Classes:
AttributesExImpl
Attributes extension that allows attribute values
to be exposed as CharSequence.
All namespace URIs and local names are assumed to be interned.
- Author:
- Kohsuke Kawaguchi
-
Method Summary
Modifier and TypeMethodDescriptiongetData(int idx) The same asAttributes.getValue(int)The same asAttributes.getValue(String,String)
-
Method Details
-
getData
The same asAttributes.getValue(int) -
getData
The same asAttributes.getValue(String,String)
-