|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.bind.util.AttributesImpl
com.sun.xml.bind.v2.runtime.unmarshaller.AttributesExImpl
public final class AttributesExImpl
AttributesEx
implementation.
TODO: proper implementation that holds CharSequence
Constructor Summary | |
---|---|
AttributesExImpl()
|
Method Summary | |
---|---|
java.lang.CharSequence |
getData(int idx)
The same as Attributes.getValue(int) |
java.lang.CharSequence |
getData(java.lang.String nsUri,
java.lang.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 |
---|
public AttributesExImpl()
Method Detail |
---|
public java.lang.CharSequence getData(int idx)
AttributesEx
Attributes.getValue(int)
getData
in interface AttributesEx
public java.lang.CharSequence getData(java.lang.String nsUri, java.lang.String localName)
AttributesEx
Attributes.getValue(String,String)
getData
in interface AttributesEx
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |