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 Attributes
public String getType(String namespaceUri, String localName)
getType
in interface Attributes
public String getType(int index)
getType
in interface Attributes
public String getType(String qname)
getType
in interface Attributes
public int getIndex(String qname)
getIndex
in interface Attributes
public int getIndex(String uri, String localName)
getIndex
in interface Attributes
public int getLength()
getLength
in interface Attributes
public String getLocalName(int index)
getLocalName
in interface Attributes
public String getURI(int index)
getURI
in interface Attributes
public String getValue(int index)
getValue
in interface Attributes
public String getValue(String qname)
getValue
in interface Attributes
public String getValue(String uri, String localName)
getValue
in interface Attributes
EclipseLink 2.5.2, "build v20140319-9ad6abd" API Reference