Module com.sun.xml.bind
Interface AttributesEx
-
- All Superinterfaces:
Attributes
- All Known Implementing Classes:
AttributesExImpl
public interface AttributesEx extends Attributes
Attributesextension 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 CharSequencegetData(int idx)The same asAttributes.getValue(int)CharSequencegetData(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)
-
-