Save This Page
Home » openjdk-7 » com.sun.xml.internal » bind » v2 » runtime » unmarshaller » [javadoc | source]
com.sun.xml.internal.bind.v2.runtime.unmarshaller
public interface: AttributesEx [javadoc | source]

All Implemented Interfaces:
    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.

Method from com.sun.xml.internal.bind.v2.runtime.unmarshaller.AttributesEx Summary:
getData,   getData
Method from com.sun.xml.internal.bind.v2.runtime.unmarshaller.AttributesEx Detail:
 public CharSequence getData(int idx)
 public CharSequence getData(String nsUri,
    String localName)