|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.jeuclid.dom.AbstractPartialElementImpl.AttributeNodeMap
public static class AbstractPartialElementImpl.AttributeNodeMap
Partial Implementation for an NodeMap describing Attributes.
| Constructor Summary | |
|---|---|
protected |
AbstractPartialElementImpl.AttributeNodeMap(Map<String,String> attrs,
Element parent)
Creates a new AttributeNodeMap. |
| Method Summary | |
|---|---|
int |
getLength()
|
Node |
getNamedItem(String name)
|
Node |
getNamedItemNS(String namespaceURI,
String localName)
|
Node |
item(int index)
|
Node |
removeNamedItem(String name)
|
Node |
removeNamedItemNS(String namespaceURI,
String localName)
|
Node |
setNamedItem(Node arg)
|
Node |
setNamedItemNS(Node arg)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractPartialElementImpl.AttributeNodeMap(Map<String,String> attrs,
Element parent)
attrs - A Map containing attributes and values.parent - the node these attributes belong to.| Method Detail |
|---|
public int getLength()
getLength in interface NamedNodeMappublic Node getNamedItem(String name)
getNamedItem in interface NamedNodeMap
public Node getNamedItemNS(String namespaceURI,
String localName)
getNamedItemNS in interface NamedNodeMappublic Node item(int index)
item in interface NamedNodeMappublic Node removeNamedItem(String name)
removeNamedItem in interface NamedNodeMap
public Node removeNamedItemNS(String namespaceURI,
String localName)
removeNamedItemNS in interface NamedNodeMappublic Node setNamedItem(Node arg)
setNamedItem in interface NamedNodeMappublic Node setNamedItemNS(Node arg)
setNamedItemNS in interface NamedNodeMap
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||