|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Represents a string-to-node map, used in getAttributes.
| Method Summary | |
int |
getLength()
Returns the number of items in this NamedNodeMap. |
Node |
getNamedItem(java.lang.String name)
This method gets the item having the given name |
Node |
item(int index)
This method gets the item at the index position. |
| Method Detail |
public Node getNamedItem(java.lang.String name)
name - - the name used to look up the item
public Node item(int index)
index - - the index to retrieve the item from
public int getLength()
NamedNodeMap.
NamedNodeMap
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||