Package org.pepstock.charba.client.dom
Class NamedNodeMap<T extends BaseNode>
- java.lang.Object
-
- org.pepstock.charba.client.dom.NamedNodeMap<T>
-
-
Constructor Summary
Constructors Constructor Description NamedNodeMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
item(int index)
Returns an item in the map by its index, ornull
if the index is out-of-bounds.int
length()
Returns the number of nodes in the node map.
-
-
-
Method Detail
-
length
@JsProperty(name="length") public int length()
Returns the number of nodes in the node map.- Returns:
- the number of nodes in the node map.
-
-