Module org.eclipse.persistence.core
Class XMLReaderAdapter.IndexedAttributeList
- java.lang.Object
-
- org.eclipse.persistence.internal.oxm.record.XMLReaderAdapter.IndexedAttributeList
-
- All Implemented Interfaces:
Attributes
- Enclosing class:
- XMLReaderAdapter
protected abstract static class XMLReaderAdapter.IndexedAttributeList extends Object implements 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(String qName)intgetIndex(String uri, String localName)intgetLength()StringgetLocalName(int index)StringgetQName(int index)StringgetType(int index)StringgetType(String name)StringgetType(String uri, String localName)StringgetURI(int index)StringgetValue(int index)StringgetValue(String qName)StringgetValue(String uri, 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(String qName)
- Specified by:
getIndexin interfaceAttributes
-
getIndex
public int getIndex(String uri, String localName)
- Specified by:
getIndexin interfaceAttributes
-
getLength
public int getLength()
- Specified by:
getLengthin interfaceAttributes
-
getLocalName
public String getLocalName(int index)
- Specified by:
getLocalNamein interfaceAttributes
-
getQName
public String getQName(int index)
- Specified by:
getQNamein interfaceAttributes
-
getType
public String getType(int index)
- Specified by:
getTypein interfaceAttributes
-
getType
public String getType(String name)
- Specified by:
getTypein interfaceAttributes
-
getType
public String getType(String uri, String localName)
- Specified by:
getTypein interfaceAttributes
-
getURI
public String getURI(int index)
- Specified by:
getURIin interfaceAttributes
-
getValue
public String getValue(int index)
- Specified by:
getValuein interfaceAttributes
-
getValue
public String getValue(String qName)
- Specified by:
getValuein interfaceAttributes
-
getValue
public String getValue(String uri, String localName)
- Specified by:
getValuein interfaceAttributes
-
reset
public XMLReaderAdapter.IndexedAttributeList reset()
-
-