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