|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NamedNodeMap
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 |
---|
int getLength()
NamedNodeMap
.
NamedNodeMap
Node getNamedItem(java.lang.String name)
name
- - the name used to look up the item
Node item(int index)
index
- - the index to retrieve the item from
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |