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

java.lang.Object
  extended by com.sun.xml.bind.util.AttributesImpl
      extended by com.sun.xml.bind.v2.runtime.unmarshaller.AttributesExImpl
All Implemented Interfaces:
AttributesEx, Attributes

public final class AttributesExImpl
extends AttributesImpl
implements AttributesEx

AttributesEx implementation. TODO: proper implementation that holds CharSequence


Constructor Summary
AttributesExImpl()
           
 
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 class com.sun.xml.bind.util.AttributesImpl
addAttribute, clear, getIndex, getIndex, getIndexFast, getLength, getLocalName, getQName, getType, getType, getType, getURI, getValue, getValue, getValue, removeAttribute, setAttribute, setAttributes, setLocalName, setQName, setType, setURI, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.xml.sax.Attributes
getIndex, getIndex, getLength, getLocalName, getQName, getType, getType, getType, getURI, getValue, getValue, getValue
 

Constructor Detail

AttributesExImpl

public AttributesExImpl()
Method Detail

getData

public CharSequence getData(int idx)
Description copied from interface: AttributesEx
The same as Attributes.getValue(int)

Specified by:
getData in interface AttributesEx

getData

public CharSequence getData(String nsUri,
                            String localName)
Description copied from interface: AttributesEx
The same as Attributes.getValue(String,String)

Specified by:
getData in interface AttributesEx