Java org.w3c.dom.html HTMLCollection fields, constructors, methods, implement or subclass

Example usage for Java org.w3c.dom.html HTMLCollection fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.w3c.dom.html HTMLCollection.

The text is from its open source code.

Method

intgetLength()
This attribute specifies the length or size of the list.
Nodeitem(int index)
This method retrieves a node specified by ordinal index.