Interface AttributesEx
-
- All Superinterfaces:
Attributes
- All Known Implementing Classes:
AttributesExImpl
public interface AttributesEx extends Attributes
Attributes
extension that allows attribute values to be exposed asCharSequence
.All namespace URIs and local names are assumed to be interned.
- Author:
- Kohsuke Kawaguchi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CharSequence
getData(int idx)
The same asAttributes.getValue(int)
CharSequence
getData(String nsUri, String localName)
The same asAttributes.getValue(String,String)
-
-
-
Method Detail
-
getData
CharSequence getData(int idx)
The same asAttributes.getValue(int)
-
getData
CharSequence getData(String nsUri, String localName)
The same asAttributes.getValue(String,String)
-
-