Save This Page
Home » openjdk-7 » com.sun.xml.internal » bind » v2 » runtime » unmarshaller » [javadoc | source]
com.sun.xml.internal.bind.v2.runtime.unmarshaller
public final class: AttributesExImpl [javadoc | source]
java.lang.Object
   com.sun.xml.internal.bind.util.AttributesImpl
      com.sun.xml.internal.bind.v2.runtime.unmarshaller.AttributesExImpl

All Implemented Interfaces:
    AttributesEx, Attributes

AttributesEx implementation. TODO: proper implementation that holds CharSequence
Fields inherited from com.sun.xml.internal.bind.util.AttributesImpl:
length,  data
Method from com.sun.xml.internal.bind.v2.runtime.unmarshaller.AttributesExImpl Summary:
getData,   getData
Methods from com.sun.xml.internal.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 from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sun.xml.internal.bind.v2.runtime.unmarshaller.AttributesExImpl Detail:
 public CharSequence getData(int idx) 
 public CharSequence getData(String nsUri,
    String localName)