public class XMLAttributeMap extends java.lang.Object implements org.w3c.dom.NamedNodeMap, java.util.Set<XMLAttribute>
Constructor and Description |
---|
XMLAttributeMap() |
Modifier and Type | Method and Description |
---|---|
boolean |
add(XMLAttribute inXMLAttribute) |
boolean |
addAll(java.util.Collection<? extends XMLAttribute> inXMLAttributes) |
void |
clear() |
boolean |
contains(java.lang.Object inObject) |
boolean |
containsAll(java.util.Collection<?> inObjects) |
int |
getLength() |
org.w3c.dom.Node |
getNamedItem(java.lang.String inName) |
org.w3c.dom.Node |
getNamedItemNS(java.lang.String inNamespaceURI,
java.lang.String inLocalName) |
boolean |
isEmpty() |
org.w3c.dom.Node |
item(int i) |
java.util.Iterator<XMLAttribute> |
iterator() |
boolean |
remove(java.lang.Object inObject) |
boolean |
removeAll(java.util.Collection<?> inObjects) |
org.w3c.dom.Node |
removeNamedItem(java.lang.String inName) |
org.w3c.dom.Node |
removeNamedItemNS(java.lang.String inNamespaceURI,
java.lang.String inLocalName) |
boolean |
retainAll(java.util.Collection<?> inObjects) |
org.w3c.dom.Node |
setNamedItem(org.w3c.dom.Node inNode) |
org.w3c.dom.Node |
setNamedItemNS(org.w3c.dom.Node node) |
int |
size() |
java.lang.Object[] |
toArray() |
<T> T[] |
toArray(T[] ts) |
public XMLAttributeMap()
public org.w3c.dom.Node getNamedItem(java.lang.String inName)
getNamedItem
in interface org.w3c.dom.NamedNodeMap
public org.w3c.dom.Node setNamedItem(org.w3c.dom.Node inNode) throws org.w3c.dom.DOMException
setNamedItem
in interface org.w3c.dom.NamedNodeMap
org.w3c.dom.DOMException
public org.w3c.dom.Node removeNamedItem(java.lang.String inName) throws org.w3c.dom.DOMException
removeNamedItem
in interface org.w3c.dom.NamedNodeMap
org.w3c.dom.DOMException
public org.w3c.dom.Node item(int i)
item
in interface org.w3c.dom.NamedNodeMap
public int getLength()
getLength
in interface org.w3c.dom.NamedNodeMap
public org.w3c.dom.Node getNamedItemNS(java.lang.String inNamespaceURI, java.lang.String inLocalName) throws org.w3c.dom.DOMException
getNamedItemNS
in interface org.w3c.dom.NamedNodeMap
org.w3c.dom.DOMException
public org.w3c.dom.Node setNamedItemNS(org.w3c.dom.Node node) throws org.w3c.dom.DOMException
setNamedItemNS
in interface org.w3c.dom.NamedNodeMap
org.w3c.dom.DOMException
public org.w3c.dom.Node removeNamedItemNS(java.lang.String inNamespaceURI, java.lang.String inLocalName) throws org.w3c.dom.DOMException
removeNamedItemNS
in interface org.w3c.dom.NamedNodeMap
org.w3c.dom.DOMException
public int size()
size
in interface java.util.Collection<XMLAttribute>
size
in interface java.util.Set<XMLAttribute>
public boolean isEmpty()
isEmpty
in interface java.util.Collection<XMLAttribute>
isEmpty
in interface java.util.Set<XMLAttribute>
public boolean contains(java.lang.Object inObject)
contains
in interface java.util.Collection<XMLAttribute>
contains
in interface java.util.Set<XMLAttribute>
public java.util.Iterator<XMLAttribute> iterator()
iterator
in interface java.lang.Iterable<XMLAttribute>
iterator
in interface java.util.Collection<XMLAttribute>
iterator
in interface java.util.Set<XMLAttribute>
public java.lang.Object[] toArray()
toArray
in interface java.util.Collection<XMLAttribute>
toArray
in interface java.util.Set<XMLAttribute>
public <T> T[] toArray(T[] ts)
toArray
in interface java.util.Collection<XMLAttribute>
toArray
in interface java.util.Set<XMLAttribute>
public boolean add(XMLAttribute inXMLAttribute)
add
in interface java.util.Collection<XMLAttribute>
add
in interface java.util.Set<XMLAttribute>
public boolean remove(java.lang.Object inObject)
remove
in interface java.util.Collection<XMLAttribute>
remove
in interface java.util.Set<XMLAttribute>
public boolean containsAll(java.util.Collection<?> inObjects)
containsAll
in interface java.util.Collection<XMLAttribute>
containsAll
in interface java.util.Set<XMLAttribute>
public boolean addAll(java.util.Collection<? extends XMLAttribute> inXMLAttributes)
addAll
in interface java.util.Collection<XMLAttribute>
addAll
in interface java.util.Set<XMLAttribute>
public boolean retainAll(java.util.Collection<?> inObjects)
retainAll
in interface java.util.Collection<XMLAttribute>
retainAll
in interface java.util.Set<XMLAttribute>
public boolean removeAll(java.util.Collection<?> inObjects)
removeAll
in interface java.util.Collection<XMLAttribute>
removeAll
in interface java.util.Set<XMLAttribute>
public void clear()
clear
in interface java.util.Collection<XMLAttribute>
clear
in interface java.util.Set<XMLAttribute>
[email protected]