public class XMLAttributeMap extends Object implements NamedNodeMap, Set<XMLAttribute>
Constructor and Description |
---|
XMLAttributeMap() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(XMLAttribute inXMLAttribute) |
boolean |
addAll(Collection<? extends XMLAttribute> inXMLAttributes) |
void |
clear() |
boolean |
contains(Object inObject) |
boolean |
containsAll(Collection<?> inObjects) |
int |
getLength() |
Node |
getNamedItem(String inName) |
Node |
getNamedItemNS(String inNamespaceURI,
String inLocalName) |
boolean |
isEmpty() |
Node |
item(int i) |
Iterator<XMLAttribute> |
iterator() |
boolean |
remove(Object inObject) |
boolean |
removeAll(Collection<?> inObjects) |
Node |
removeNamedItem(String inName) |
Node |
removeNamedItemNS(String inNamespaceURI,
String inLocalName) |
boolean |
retainAll(Collection<?> inObjects) |
Node |
setNamedItem(Node inNode) |
Node |
setNamedItemNS(Node node) |
int |
size() |
Object[] |
toArray() |
<T> T[] |
toArray(T[] ts) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, spliterator
parallelStream, removeIf, stream
public XMLAttributeMap()
public Node getNamedItem(String inName)
getNamedItem
in interface NamedNodeMap
public Node setNamedItem(Node inNode) throws DOMException
setNamedItem
in interface NamedNodeMap
DOMException
public Node removeNamedItem(String inName) throws DOMException
removeNamedItem
in interface NamedNodeMap
DOMException
public Node item(int i)
item
in interface NamedNodeMap
public int getLength()
getLength
in interface NamedNodeMap
public Node getNamedItemNS(String inNamespaceURI, String inLocalName) throws DOMException
getNamedItemNS
in interface NamedNodeMap
DOMException
public Node setNamedItemNS(Node node) throws DOMException
setNamedItemNS
in interface NamedNodeMap
DOMException
public Node removeNamedItemNS(String inNamespaceURI, String inLocalName) throws DOMException
removeNamedItemNS
in interface NamedNodeMap
DOMException
public int size()
size
in interface Collection<XMLAttribute>
size
in interface Set<XMLAttribute>
public boolean isEmpty()
isEmpty
in interface Collection<XMLAttribute>
isEmpty
in interface Set<XMLAttribute>
public boolean contains(Object inObject)
contains
in interface Collection<XMLAttribute>
contains
in interface Set<XMLAttribute>
public Iterator<XMLAttribute> iterator()
iterator
in interface Iterable<XMLAttribute>
iterator
in interface Collection<XMLAttribute>
iterator
in interface Set<XMLAttribute>
public Object[] toArray()
toArray
in interface Collection<XMLAttribute>
toArray
in interface Set<XMLAttribute>
public <T> T[] toArray(T[] ts)
toArray
in interface Collection<XMLAttribute>
toArray
in interface Set<XMLAttribute>
public boolean add(XMLAttribute inXMLAttribute)
add
in interface Collection<XMLAttribute>
add
in interface Set<XMLAttribute>
public boolean remove(Object inObject)
remove
in interface Collection<XMLAttribute>
remove
in interface Set<XMLAttribute>
public boolean containsAll(Collection<?> inObjects)
containsAll
in interface Collection<XMLAttribute>
containsAll
in interface Set<XMLAttribute>
public boolean addAll(Collection<? extends XMLAttribute> inXMLAttributes)
addAll
in interface Collection<XMLAttribute>
addAll
in interface Set<XMLAttribute>
public boolean retainAll(Collection<?> inObjects)
retainAll
in interface Collection<XMLAttribute>
retainAll
in interface Set<XMLAttribute>
public boolean removeAll(Collection<?> inObjects)
removeAll
in interface Collection<XMLAttribute>
removeAll
in interface Set<XMLAttribute>
public void clear()
clear
in interface Collection<XMLAttribute>
clear
in interface Set<XMLAttribute>