Java com.google.gwt.xml.client NamedNodeMap fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.xml.client NamedNodeMap fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.xml.client NamedNodeMap.

The text is from its open source code.

Implementation

com.google.gwt.xml.client.NamedNodeMap has the following implementations.
Click this link to see all its implementation.

Method

intgetLength()
Returns the number of items in this NamedNodeMap.
NodegetNamedItem(String name)
This method gets the item having the given name.
Nodeitem(int index)
This method gets the item at the index position.