Class XMLReaderAdapter.IndexedAttributeList
- java.lang.Object
-
- org.eclipse.persistence.internal.oxm.record.XMLReaderAdapter.IndexedAttributeList
-
- All Implemented Interfaces:
org.xml.sax.Attributes
- Enclosing class:
- XMLReaderAdapter
protected abstract static class XMLReaderAdapter.IndexedAttributeList extends java.lang.Object implements org.xml.sax.Attributes
-
-
Field Summary
Fields Modifier and Type Field Description protected XMLReaderAdapter.Attribute[]attributesprotected static XMLReaderAdapter.Attribute[]NO_ATTRIBUTES
-
Constructor Summary
Constructors Modifier Constructor Description protectedIndexedAttributeList()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract XMLReaderAdapter.Attribute[]attributes()intgetIndex(java.lang.String qName)intgetIndex(java.lang.String uri, java.lang.String localName)intgetLength()java.lang.StringgetLocalName(int index)java.lang.StringgetQName(int index)java.lang.StringgetType(int index)java.lang.StringgetType(java.lang.String name)java.lang.StringgetType(java.lang.String uri, java.lang.String localName)java.lang.StringgetURI(int index)java.lang.StringgetValue(int index)java.lang.StringgetValue(java.lang.String qName)java.lang.StringgetValue(java.lang.String uri, java.lang.String localName)XMLReaderAdapter.IndexedAttributeListreset()
-
-
-
Field Detail
-
NO_ATTRIBUTES
protected static final XMLReaderAdapter.Attribute[] NO_ATTRIBUTES
-
attributes
protected XMLReaderAdapter.Attribute[] attributes
-
-
Method Detail
-
attributes
protected abstract XMLReaderAdapter.Attribute[] attributes()
-
getIndex
public int getIndex(java.lang.String qName)
- Specified by:
getIndexin interfaceorg.xml.sax.Attributes
-
getIndex
public int getIndex(java.lang.String uri, java.lang.String localName)- Specified by:
getIndexin interfaceorg.xml.sax.Attributes
-
getLength
public int getLength()
- Specified by:
getLengthin interfaceorg.xml.sax.Attributes
-
getLocalName
public java.lang.String getLocalName(int index)
- Specified by:
getLocalNamein interfaceorg.xml.sax.Attributes
-
getQName
public java.lang.String getQName(int index)
- Specified by:
getQNamein interfaceorg.xml.sax.Attributes
-
getType
public java.lang.String getType(int index)
- Specified by:
getTypein interfaceorg.xml.sax.Attributes
-
getType
public java.lang.String getType(java.lang.String name)
- Specified by:
getTypein interfaceorg.xml.sax.Attributes
-
getType
public java.lang.String getType(java.lang.String uri, java.lang.String localName)- Specified by:
getTypein interfaceorg.xml.sax.Attributes
-
getURI
public java.lang.String getURI(int index)
- Specified by:
getURIin interfaceorg.xml.sax.Attributes
-
getValue
public java.lang.String getValue(int index)
- Specified by:
getValuein interfaceorg.xml.sax.Attributes
-
getValue
public java.lang.String getValue(java.lang.String qName)
- Specified by:
getValuein interfaceorg.xml.sax.Attributes
-
getValue
public java.lang.String getValue(java.lang.String uri, java.lang.String localName)- Specified by:
getValuein interfaceorg.xml.sax.Attributes
-
reset
public XMLReaderAdapter.IndexedAttributeList reset()
-
-