com.sun.xml.bind.v2.runtime.unmarshaller

Interface AttributesEx

public interface AttributesEx extends Attributes

Attributes extension that allows attribute values to be exposed as CharSequence.

All namespace URIs and local names are assumed to be interned.

Method Summary
CharSequencegetData(int idx)
The same as
CharSequencegetData(String nsUri, String localName)
The same as

Method Detail

getData

public CharSequence getData(int idx)
The same as AttributesEx

getData

public CharSequence getData(String nsUri, String localName)
The same as AttributesEx