Class AttributesExImpl
- java.lang.Object
-
- com.sun.xml.bind.util.AttributesImpl
-
- com.sun.xml.bind.v2.runtime.unmarshaller.AttributesExImpl
-
- All Implemented Interfaces:
AttributesEx
,org.xml.sax.Attributes
public final class AttributesExImpl extends AttributesImpl implements AttributesEx
AttributesEx
implementation. TODO: proper implementation that holds CharSequence- Author:
- Kohsuke Kawaguchi
-
-
Constructor Summary
Constructors Constructor Description AttributesExImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.CharSequence
getData(int idx)
The same asAttributes.getValue(int)
java.lang.CharSequence
getData(java.lang.String nsUri, java.lang.String localName)
The same asAttributes.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
-
-
-
-
Method Detail
-
getData
public java.lang.CharSequence getData(int idx)
Description copied from interface:AttributesEx
The same asAttributes.getValue(int)
- Specified by:
getData
in interfaceAttributesEx
-
getData
public java.lang.CharSequence getData(java.lang.String nsUri, java.lang.String localName)
Description copied from interface:AttributesEx
The same asAttributes.getValue(String,String)
- Specified by:
getData
in interfaceAttributesEx
-
-