Class AttributesExImpl
java.lang.Object
org.glassfish.jaxb.runtime.util.AttributesImpl
org.glassfish.jaxb.runtime.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 org.glassfish.jaxb.runtime.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()Default constructor.
-
-
Method Details
-
getData
Description copied from interface:AttributesExThe same asAttributes.getValue(int)- Specified by:
getDatain interfaceAttributesEx
-
getData
Description copied from interface:AttributesExThe same asAttributes.getValue(String,String)- Specified by:
getDatain interfaceAttributesEx
-