com.sun.xml.bind.v2.runtime.unmarshaller
Class AttributesExImpl
java.lang.Object
com.sun.xml.bind.util.AttributesImpl
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
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 |
AttributesExImpl
public AttributesExImpl()
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