Package com.google.gwt.xml.client
Interface NamedNodeMap
public interface NamedNodeMap
Represents a string-to-node map, used in
getAttributes
.-
Method Summary
-
Method Details
-
getLength
int getLength()Returns the number of items in thisNamedNodeMap
.- Returns:
- the number of items in this
NamedNodeMap
-
getNamedItem
This method gets the item having the given name.- Parameters:
name
- - the name used to look up the item- Returns:
- the item retrieved
-
item
This method gets the item at the index position.- Parameters:
index
- - the index to retrieve the item from- Returns:
- the item retrieved
-