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, trimToSize
equals, hashCode
containsAll
containsAll, equals, hashCode
parallelStream, stream
public Attributes()
public Attributes(Attributes attributes)
public String toString()
toString
in class AbstractCollection
public String getValue(String name)
getValue
in interface Attributes
public boolean isEmpty(String name)
public int getLength()
getLength
in interface Attributes
public String getURI(int index)
getURI
in interface Attributes
public String getLocalName(int index)
getLocalName
in interface Attributes
public String getQName(int index)
getQName
in interface Attributes
public String getType(int index)
getType
in interface Attributes
public String getValue(int index)
getValue
in interface Attributes
public int getIndex(String uri, String localName)
getIndex
in interface Attributes
public int getIndex(String qName)
getIndex
in interface Attributes
public String getType(String uri, String localName)
getType
in interface Attributes
public String getType(String qName)
getType
in interface Attributes
public String getValue(String uri, String localName)
getValue
in interface Attributes
public void addMap(HashMap map)
public int hashCode(String string)
public String getKey()
Revision 4.0.15 / 20220727-0149