public class DeferredContentHandler.AttributeList extends Object implements Attributes
| Constructor and Description |
|---|
AttributeList(int size) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(String localName,
String qName,
String uri,
String type,
String value,
int index) |
int |
getIndex(String qname) |
int |
getIndex(String uri,
String localName) |
int |
getLength() |
String |
getLocalName(int index) |
String |
getQName(int index) |
String |
getType(int index) |
String |
getType(String qname) |
String |
getType(String namespaceUri,
String localName) |
String |
getURI(int index) |
String |
getValue(int index) |
String |
getValue(String qname) |
String |
getValue(String uri,
String localName) |
public void addAttribute(String localName, String qName, String uri, String type, String value, int index)
public String getQName(int index)
getQName in interface Attributespublic String getType(String namespaceUri, String localName)
getType in interface Attributespublic String getType(int index)
getType in interface Attributespublic String getType(String qname)
getType in interface Attributespublic int getIndex(String qname)
getIndex in interface Attributespublic int getIndex(String uri, String localName)
getIndex in interface Attributespublic int getLength()
getLength in interface Attributespublic String getLocalName(int index)
getLocalName in interface Attributespublic String getURI(int index)
getURI in interface Attributespublic String getValue(int index)
getValue in interface Attributespublic String getValue(String qname)
getValue in interface Attributespublic String getValue(String uri, String localName)
getValue in interface AttributesEclipseLink 2.5.2, "build v20140319-9ad6abd" API Reference