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

All Superinterfaces:
Attributes
All Known Implementing Classes:
AttributesExImpl

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
 CharSequence getData(int idx)
          The same as Attributes.getValue(int)
 CharSequence getData(String nsUri, String localName)
          The same as Attributes.getValue(String,String)
 
Methods inherited from interface org.xml.sax.Attributes
getIndex, getIndex, getLength, getLocalName, getQName, getType, getType, getType, getURI, getValue, getValue, getValue
 

Method Detail

getData

CharSequence getData(int idx)
The same as Attributes.getValue(int)


getData

CharSequence getData(String nsUri,
                     String localName)
The same as Attributes.getValue(String,String)