Module com.sun.xml.bind
Class AttributesExImpl
- java.lang.Object
-
- org.glassfish.jaxb.runtime.util.AttributesImpl
-
- org.glassfish.jaxb.runtime.v2.runtime.unmarshaller.AttributesExImpl
-
- All Implemented Interfaces:
AttributesEx,Attributes
public final class AttributesExImpl extends AttributesImpl implements AttributesEx
AttributesEximplementation. 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 CharSequencegetData(int idx)The same asAttributes.getValue(int)CharSequencegetData(String nsUri, String localName)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
-
-
-
-
Method Detail
-
getData
public CharSequence getData(int idx)
Description copied from interface:AttributesExThe same asAttributes.getValue(int)- Specified by:
getDatain interfaceAttributesEx
-
getData
public CharSequence getData(String nsUri, String localName)
Description copied from interface:AttributesExThe same asAttributes.getValue(String,String)- Specified by:
getDatain interfaceAttributesEx
-
-