public class Attributes extends ArrayList implements Attributes
| Constructor and Description |
|---|
Attributes() |
Attributes(Attributes attributes) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(String name,
String value) |
void |
addAttribute(String name,
String value,
boolean keepCase) |
void |
addMap(HashMap map) |
Object |
clone() |
int |
getIndex(String qName) |
int |
getIndex(String uri,
String localName) |
String |
getKey() |
int |
getLength() |
String |
getLocalName(int index) |
String |
getQName(int index) |
String |
getType(int index) |
String |
getType(String qName) |
String |
getType(String uri,
String localName) |
String |
getURI(int index) |
String |
getValue(int index) |
String |
getValue(String name) |
String |
getValue(String uri,
String localName) |
int |
hashCode(String string) |
boolean |
isEmpty(String name) |
String |
toString() |
add, add, addAll, addAll, clear, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAllcontainsAll, equals, hashCodeparallelStream, streampublic Attributes()
public Attributes(Attributes attributes)
public String toString()
toString in class AbstractCollectionpublic String getValue(String name)
getValue in interface Attributespublic boolean isEmpty(String name)
public int getLength()
getLength in interface Attributespublic String getURI(int index)
getURI in interface Attributespublic String getLocalName(int index)
getLocalName in interface Attributespublic String getQName(int index)
getQName in interface Attributespublic String getType(int index)
getType in interface Attributespublic String getValue(int index)
getValue in interface Attributespublic int getIndex(String uri, String localName)
getIndex in interface Attributespublic int getIndex(String qName)
getIndex in interface Attributespublic String getType(String uri, String localName)
getType in interface Attributespublic String getType(String qName)
getType in interface Attributespublic String getValue(String uri, String localName)
getValue in interface Attributespublic void addMap(HashMap map)
public int hashCode(String string)
public String getKey()
Revision 4.0.15 / 20220727-0149