Package | Description |
---|---|
com.gargoylesoftware.htmlunit.html |
Classes specific to html pages
|
com.gargoylesoftware.htmlunit.javascript |
Classes in this package are specific for the javascript engine - users of HtmlUnit shouldn't
need anything in this package.
|
Modifier and Type | Method and Description |
---|---|
HtmlSelect |
HtmlOption.getEnclosingSelect()
Gets the enclosing select of this option
|
HtmlSelect |
HtmlForm.getSelectByName(String name)
Find the first select element with the specified name
|
Modifier and Type | Method and Description |
---|---|
void |
HTMLOptionsCollection.initialize(HtmlSelect select)
Initializes this object.
|
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.