Package org.htmlunit.cyberneko.html.dom
package org.htmlunit.cyberneko.html.dom
-
ClassDescription
HTMLCollectionImpl.item(int)
must traverse down the tree and decrement the index until it matches an element who's index is zero.ImplementsHTMLCollection
to traverse any named elements on aHTMLDocument
.Implements an HTML document.Provides number of methods for performing operations that are independent of any particular instance of the document object model.Implements an HTML-specific element, anElement
that will only appear inside HTML documents.Identifies control in a form, so they may be collected in a form elements collection.This class implements the DOM's NodeList behavior for HTMLDocuemnt.getElementsByName().