Serialized Form


Package com.gargoylesoftware.htmlunit

Class com.gargoylesoftware.htmlunit.AjaxController extends Object implements Serializable

Class com.gargoylesoftware.htmlunit.BinaryPage extends Object implements Serializable

Serialized Fields

webResponse_

WebResponse webResponse_

enclosingWindow_

WebWindow enclosingWindow_

Class com.gargoylesoftware.htmlunit.BrowserVersion extends Object implements Serializable

Serialized Fields

applicationCodeName_

String applicationCodeName_

applicationMinorVersion_

String applicationMinorVersion_

applicationName_

String applicationName_

applicationVersion_

String applicationVersion_

browserLanguage_

String browserLanguage_

cpuClass_

String cpuClass_

onLine_

boolean onLine_

platform_

String platform_

systemLanguage_

String systemLanguage_

userAgent_

String userAgent_

userLanguage_

String userLanguage_

browserVersionNumeric_

float browserVersionNumeric_

plugins_

Set<E> plugins_

features_

Set<E> features_

nickname_

String nickname_

Class com.gargoylesoftware.htmlunit.Cache extends Object implements Serializable

Serialized Fields

maxSize_

int maxSize_
The maximum size of the cache.


entries_

Map<K,V> entries_
The map which holds the cached responses. Note that when keying on URLs, we key on the string version of the URLs, rather than on the URLs themselves. This is done for performance, because a) the URL.hashCode() method is synchronized, and b) the URL.hashCode() method triggers DNS lookups of the URL hostnames' IPs. As of this writing, the HtmlUnit unit tests run ~20% faster whey keying on strings rather than on URL instances.

Class com.gargoylesoftware.htmlunit.CollectingAlertHandler extends Object implements Serializable

Serialized Fields

collectedAlerts_

List<E> collectedAlerts_

Class com.gargoylesoftware.htmlunit.CookieManager extends Object implements Serializable

Serialized Fields

cookiesEnabled_

boolean cookiesEnabled_
Whether or not cookies are enabled.


cookies_

Set<E> cookies_
The cookies added to this cookie manager.

Class com.gargoylesoftware.htmlunit.DefaultCredentialsProvider extends Object implements Serializable

Serialized Fields

credentialsMap_

HashMap<K,V> credentialsMap_

Class com.gargoylesoftware.htmlunit.DefaultCssErrorHandler extends Object implements Serializable

Class com.gargoylesoftware.htmlunit.DefaultPageCreator extends Object implements Serializable

Class com.gargoylesoftware.htmlunit.DialogWindow extends WebWindowImpl implements Serializable

Serialized Fields

arguments_

Object arguments_
The arguments object exposed via the dialogArguments JavaScript property.

Class com.gargoylesoftware.htmlunit.DownloadedContent.InMemory extends Object implements Serializable

Serialized Fields

bytes_

byte[] bytes_

Class com.gargoylesoftware.htmlunit.DownloadedContent.OnFile extends Object implements Serializable

Serialized Fields

file_

File file_

Class com.gargoylesoftware.htmlunit.ElementNotFoundException extends RuntimeException implements Serializable

Serialized Fields

elementName_

String elementName_

attributeName_

String attributeName_

attributeValue_

String attributeValue_

Class com.gargoylesoftware.htmlunit.FailingHttpStatusCodeException extends RuntimeException implements Serializable

Serialized Fields

response_

WebResponse response_

Class com.gargoylesoftware.htmlunit.FormEncodingType extends Object implements Serializable

Serialized Fields

name_

String name_

Class com.gargoylesoftware.htmlunit.History extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Re-initializes transient fields when an object of this type is deserialized.

Throws:
IOException
ClassNotFoundException
Serialized Fields

window_

WebWindow window_
The window to which this navigation history belongs.


urls_

List<E> urls_
The URLs of the pages in this navigation history; stored as Strings instead of java.net.URLs because "about:blank" URLs don't serialize correctly.


index_

int index_
The current index within the list of pages which make up this navigation history.

Class com.gargoylesoftware.htmlunit.ImmediateRefreshHandler extends Object implements Serializable

Class com.gargoylesoftware.htmlunit.IncorrectnessListenerImpl extends Object implements Serializable

Class com.gargoylesoftware.htmlunit.JavaScriptPage extends Object implements Serializable

Serialized Fields

webResponse_

WebResponse webResponse_

content_

String content_

enclosingWindow_

WebWindow enclosingWindow_

Class com.gargoylesoftware.htmlunit.NicelyResynchronizingAjaxController extends AjaxController implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Custom deserialization logic.

Throws:
IOException - if an IO error occurs
ClassNotFoundException - if a class cannot be found

Class com.gargoylesoftware.htmlunit.NiceRefreshHandler extends ImmediateRefreshHandler implements Serializable

Serialized Fields

maxDelay_

int maxDelay_

Class com.gargoylesoftware.htmlunit.ObjectInstantiationException extends RuntimeException implements Serializable

Class com.gargoylesoftware.htmlunit.PluginConfiguration extends Object implements Serializable

Serialized Fields

description_

String description_

filename_

String filename_

name_

String name_

mimeTypes_

Set<E> mimeTypes_

Class com.gargoylesoftware.htmlunit.PluginConfiguration.MimeType extends Object implements Serializable

Serialized Fields

description_

String description_

suffixes_

String suffixes_

type_

String type_

Class com.gargoylesoftware.htmlunit.ProxyConfig extends Object implements Serializable

Serialized Fields

proxyHost_

String proxyHost_

proxyPort_

int proxyPort_

isSocksProxy_

boolean isSocksProxy_

proxyBypassHosts_

Map<K,V> proxyBypassHosts_

proxyAutoConfigUrl_

String proxyAutoConfigUrl_

proxyAutoConfigContent_

String proxyAutoConfigContent_

Class com.gargoylesoftware.htmlunit.ScriptException extends RuntimeException implements Serializable

Serialized Fields

scriptSourceCode_

String scriptSourceCode_

page_

HtmlPage page_

Class com.gargoylesoftware.htmlunit.SgmlPage extends DomNode implements Serializable

Serialized Fields

documentType_

DomDocumentType documentType_

webResponse_

WebResponse webResponse_

enclosingWindow_

WebWindow enclosingWindow_

webClient_

WebClient webClient_

Class com.gargoylesoftware.htmlunit.SilentCssErrorHandler extends Object implements Serializable

Class com.gargoylesoftware.htmlunit.StringWebResponse extends WebResponse implements Serializable

Serialized Fields

fromJavascript_

boolean fromJavascript_

Class com.gargoylesoftware.htmlunit.TextPage extends Object implements Serializable

Serialized Fields

webResponse_

WebResponse webResponse_

content_

String content_

enclosingWindow_

WebWindow enclosingWindow_

Class com.gargoylesoftware.htmlunit.TopLevelWindow extends WebWindowImpl implements Serializable

Serialized Fields

opener_

WebWindow opener_
The window which caused this window to be opened, if any.

Class com.gargoylesoftware.htmlunit.UnexpectedPage extends Object implements Serializable

Serialized Fields

webResponse_

WebResponse webResponse_

enclosingWindow_

WebWindow enclosingWindow_

Class com.gargoylesoftware.htmlunit.WebClient extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
When we deserialize, re-initializie transient fields.

Throws:
IOException
ClassNotFoundException
Serialized Fields

printContentOnFailingStatusCode_

boolean printContentOnFailingStatusCode_

throwExceptionOnFailingStatusCode_

boolean throwExceptionOnFailingStatusCode_

credentialsProvider_

org.apache.http.client.CredentialsProvider credentialsProvider_

proxyConfig_

ProxyConfig proxyConfig_

cookieManager_

CookieManager cookieManager_

javaScriptEnabled_

boolean javaScriptEnabled_

cssEnabled_

boolean cssEnabled_

appletEnabled_

boolean appletEnabled_

popupBlockerEnabled_

boolean popupBlockerEnabled_

homePage_

String homePage_

requestHeaders_

Map<K,V> requestHeaders_

incorrectnessListener_

IncorrectnessListener incorrectnessListener_

alertHandler_

AlertHandler alertHandler_

confirmHandler_

ConfirmHandler confirmHandler_

promptHandler_

PromptHandler promptHandler_

statusHandler_

StatusHandler statusHandler_

attachmentHandler_

AttachmentHandler attachmentHandler_

ajaxController_

AjaxController ajaxController_

browserVersion_

BrowserVersion browserVersion_

isRedirectEnabled_

boolean isRedirectEnabled_

pageCreator_

PageCreator pageCreator_

webWindowListeners_

Set<E> webWindowListeners_

topLevelWindows_

Stack<E> topLevelWindows_

windows_

List<E> windows_

currentWindow_

WebWindow currentWindow_

timeout_

int timeout_

htmlParserListener_

HTMLParserListener htmlParserListener_

cssErrorHandler_

org.w3c.css.sac.ErrorHandler cssErrorHandler_

onbeforeunloadHandler_

OnbeforeunloadHandler onbeforeunloadHandler_

cache_

Cache cache_

scriptPreProcessor_

ScriptPreProcessor scriptPreProcessor_

activeXObjectMap_

Map<K,V> activeXObjectMap_

activeXNative_

boolean activeXNative_

refreshHandler_

RefreshHandler refreshHandler_

throwExceptionOnScriptError_

boolean throwExceptionOnScriptError_

javaScriptErrorListener_

JavaScriptErrorListener javaScriptErrorListener_

sslClientCertificateUrl_

URL sslClientCertificateUrl_

sslClientCertificatePassword_

String sslClientCertificatePassword_

sslClientCertificateType_

String sslClientCertificateType_

loadQueue_

List<E> loadQueue_

Class com.gargoylesoftware.htmlunit.WebRequest extends Object implements Serializable

Serialized Fields

url_

String url_

proxyHost_

String proxyHost_

proxyPort_

int proxyPort_

isSocksProxy_

boolean isSocksProxy_

httpMethod_

HttpMethod httpMethod_

encodingType_

FormEncodingType encodingType_

additionalHeaders_

Map<K,V> additionalHeaders_

urlCredentials_

org.apache.http.auth.Credentials urlCredentials_

credentials_

org.apache.http.auth.Credentials credentials_

charset_

String charset_

requestParameters_

List<E> requestParameters_

requestBody_

String requestBody_

Class com.gargoylesoftware.htmlunit.WebResponse extends Object implements Serializable

Serialized Fields

loadTime_

long loadTime_

responseData_

WebResponseData responseData_

request_

WebRequest request_

Class com.gargoylesoftware.htmlunit.WebResponseData extends Object implements Serializable

Serialized Fields

statusCode_

int statusCode_

statusMessage_

String statusMessage_

responseHeaders_

List<E> responseHeaders_

downloadedContent_

DownloadedContent downloadedContent_

Class com.gargoylesoftware.htmlunit.WebWindowEvent extends EventObject implements Serializable

Serialized Fields

oldPage_

Page oldPage_

newPage_

Page newPage_

type_

int type_

Class com.gargoylesoftware.htmlunit.WebWindowImpl extends Object implements Serializable

serialVersionUID: 1272747208915903553L

Serialized Fields

webClient_

WebClient webClient_

enclosedPage_

Page enclosedPage_

scriptObject_

Object scriptObject_

jobManager_

JavaScriptJobManager jobManager_

childWindows_

List<E> childWindows_

name_

String name_

history_

History history_

closed_

boolean closed_

Class com.gargoylesoftware.htmlunit.WebWindowNotFoundException extends RuntimeException implements Serializable

Serialized Fields

name_

String name_

Package com.gargoylesoftware.htmlunit.html

Class com.gargoylesoftware.htmlunit.html.BaseFrame extends HtmlElement implements Serializable

Serialized Fields

enclosedWindow_

WebWindow enclosedWindow_

contentLoaded_

boolean contentLoaded_

createdByJavascript_

boolean createdByJavascript_

Class com.gargoylesoftware.htmlunit.html.DomAttr extends DomNamespaceNode implements Serializable

Serialized Fields

value_

String value_

specified_

boolean specified_

Class com.gargoylesoftware.htmlunit.html.DomCDataSection extends DomText implements Serializable

Class com.gargoylesoftware.htmlunit.html.DomChangeEvent extends EventObject implements Serializable

Serialized Fields

changedNode_

DomNode changedNode_

Class com.gargoylesoftware.htmlunit.html.DomCharacterData extends DomNode implements Serializable

Serialized Fields

data_

String data_
The data string.

Class com.gargoylesoftware.htmlunit.html.DomComment extends DomCharacterData implements Serializable

Class com.gargoylesoftware.htmlunit.html.DomDocumentFragment extends DomNode implements Serializable

Class com.gargoylesoftware.htmlunit.html.DomDocumentType extends DomNode implements Serializable

Serialized Fields

name_

String name_

publicId_

String publicId_

systemId_

String systemId_

Class com.gargoylesoftware.htmlunit.html.DomElement extends DomNamespaceNode implements Serializable

Serialized Fields

attributes_

com.gargoylesoftware.htmlunit.html.NamedAttrNodeMapImpl attributes_
The map holding the attributes, keyed by name.


namespaces_

Map<K,V> namespaces_
The map holding the namespaces, keyed by URI.

Class com.gargoylesoftware.htmlunit.html.DomNamespaceNode extends DomNode implements Serializable

Serialized Fields

namespaceURI_

String namespaceURI_

qualifiedName_

String qualifiedName_

localName_

String localName_

prefix_

String prefix_

Class com.gargoylesoftware.htmlunit.html.DomNode extends Object implements Serializable

Serialized Fields

page_

SgmlPage page_
The owning page of this node.


parent_

DomNode parent_
The parent node.


previousSibling_

DomNode previousSibling_
The previous sibling. The first child's previousSibling points to the end of the list


nextSibling_

DomNode nextSibling_
The next sibling. The last child's nextSibling is null


firstChild_

DomNode firstChild_
Start of the child list.


scriptObject_

net.sourceforge.htmlunit.corejs.javascript.ScriptableObject scriptObject_
This is the JavaScript object corresponding to this DOM node. It may be null if there isn't a corresponding JavaScript object.


readyState_

String readyState_
The ready state is is an IE-only value that is available to a large number of elements.


startLineNumber_

int startLineNumber_
The line number in the source page where the DOM node starts.


startColumnNumber_

int startColumnNumber_
The column number in the source page where the DOM node starts.


endLineNumber_

int endLineNumber_
The line number in the source page where the DOM node ends.


endColumnNumber_

int endColumnNumber_
The column number in the source page where the DOM node ends.


directlyAttachedToPage_

boolean directlyAttachedToPage_

domListeners_

Collection<E> domListeners_

domListeners_lock_

Object domListeners_lock_

Class com.gargoylesoftware.htmlunit.html.DomProcessingInstruction extends DomNode implements Serializable

Serialized Fields

target_

String target_

data_

String data_

Class com.gargoylesoftware.htmlunit.html.DomText extends DomCharacterData implements Serializable

Class com.gargoylesoftware.htmlunit.html.FrameWindow extends WebWindowImpl implements Serializable

Serialized Fields

frame_

BaseFrame frame_

Class com.gargoylesoftware.htmlunit.html.HtmlAbbreviated extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlAcronym extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlAddress extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlAnchor extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlApplet extends HtmlElement implements Serializable

Serialized Fields

applet_

Applet applet_

appletClassLoader_

AppletClassLoader appletClassLoader_

archiveUrls_

List<E> archiveUrls_

Class com.gargoylesoftware.htmlunit.html.HtmlArea extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlAttributeChangeEvent extends EventObject implements Serializable

Serialized Fields

name_

String name_

value_

String value_

Class com.gargoylesoftware.htmlunit.html.HtmlAudio extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlBackgroundSound extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlBase extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlBaseFont extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlBidirectionalOverride extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlBig extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlBlink extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlBlockQuote extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlBody extends HtmlElement implements Serializable

Serialized Fields

temporary_

boolean temporary_
Whether or not this body is temporary (created because the body tag has not yet been parsed).

Class com.gargoylesoftware.htmlunit.html.HtmlBold extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlBreak extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlButton extends HtmlElement implements Serializable

Serialized Fields

originalName_

String originalName_

previousNames_

Collection<E> previousNames_

Class com.gargoylesoftware.htmlunit.html.HtmlButtonInput extends HtmlInput implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlCanvas extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlCaption extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlCenter extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlCheckBoxInput extends HtmlInput implements Serializable

Serialized Fields

defaultCheckedState_

boolean defaultCheckedState_

valueAtFocus_

boolean valueAtFocus_

Class com.gargoylesoftware.htmlunit.html.HtmlCitation extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlCode extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlDefinition extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlDefinitionDescription extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlDefinitionList extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlDefinitionTerm extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlDeletedText extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlDirectory extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlDivision extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlElement extends DomElement implements Serializable

Serialized Fields

attributeListeners_

List<E> attributeListeners_
The listeners which are to be notified of attribute changes.


owningForm_

HtmlForm owningForm_
The owning form for lost form children.

Class com.gargoylesoftware.htmlunit.html.HtmlEmbed extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlEmphasis extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlExample extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlFieldSet extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlFileInput extends HtmlInput implements Serializable

Serialized Fields

contentType_

String contentType_

data_

byte[] data_

valueAtFocus_

String valueAtFocus_

Class com.gargoylesoftware.htmlunit.html.HtmlFont extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlForm extends HtmlElement implements Serializable

Serialized Fields

lostChildren_

List<E> lostChildren_

isPreventDefault_

boolean isPreventDefault_

Class com.gargoylesoftware.htmlunit.html.HtmlFrame extends BaseFrame implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlFrameSet extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlHead extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlHeading1 extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlHeading2 extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlHeading3 extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlHeading4 extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlHeading5 extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlHeading6 extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlHiddenInput extends HtmlInput implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlHorizontalRule extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlHtml extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlImage extends HtmlElement implements Serializable

Serialized Fields

lastClickX_

int lastClickX_

lastClickY_

int lastClickY_

imageWebResponse_

WebResponse imageWebResponse_

imageReader_

ImageReader imageReader_

downloaded_

boolean downloaded_

onloadInvoked_

boolean onloadInvoked_

Class com.gargoylesoftware.htmlunit.html.HtmlImageInput extends HtmlInput implements Serializable

Serialized Fields

wasPositionSpecified_

boolean wasPositionSpecified_

xPosition_

int xPosition_

yPosition_

int yPosition_

Class com.gargoylesoftware.htmlunit.html.HtmlInlineFrame extends BaseFrame implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlInlineQuotation extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlInput extends HtmlElement implements Serializable

Serialized Fields

defaultValue_

String defaultValue_

originalName_

String originalName_

previousNames_

Collection<E> previousNames_

Class com.gargoylesoftware.htmlunit.html.HtmlInsertedText extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlIsIndex extends HtmlElement implements Serializable

Serialized Fields

value_

String value_

Class com.gargoylesoftware.htmlunit.html.HtmlItalic extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlKeyboard extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlLabel extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlLegend extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlLink extends HtmlElement implements Serializable

Serialized Fields

cachedWebResponse_

WebResponse cachedWebResponse_

Class com.gargoylesoftware.htmlunit.html.HtmlListing extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlListItem extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlMap extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlMarquee extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlMenu extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlMeta extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlMultiColumn extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlNoBreak extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlNoEmbed extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlNoFrames extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlNoScript extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlObject extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlOption extends HtmlElement implements Serializable

Serialized Fields

initialSelectedState_

boolean initialSelectedState_

selected_

boolean selected_

Class com.gargoylesoftware.htmlunit.html.HtmlOptionGroup extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlOrderedList extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlPage extends SgmlPage implements Serializable

Serialized Fields

builder_

com.gargoylesoftware.htmlunit.html.HTMLParser.HtmlUnitDOMBuilder builder_

originalCharset_

String originalCharset_

idMap_

Map<K,V> idMap_

nameMap_

Map<K,V> nameMap_

elementWithFocus_

HtmlElement elementWithFocus_

parserCount_

int parserCount_

snippetParserCount_

int snippetParserCount_

inlineSnippetParserCount_

int inlineSnippetParserCount_

attributeListeners_

List<E> attributeListeners_

lock_

Object lock_

selectionRanges_

List<E> selectionRanges_

afterLoadActions_

List<E> afterLoadActions_

cleaning_

boolean cleaning_

base_

HtmlBase base_

baseUrl_

URL baseUrl_

Class com.gargoylesoftware.htmlunit.html.HtmlParagraph extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlParameter extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlPasswordInput extends HtmlInput implements Serializable

Serialized Fields

valueAtFocus_

String valueAtFocus_

selectionDelegate_

SelectionDelegate selectionDelegate_

doTypeProcessor_

com.gargoylesoftware.htmlunit.html.DoTypeProcessor doTypeProcessor_

Class com.gargoylesoftware.htmlunit.html.HtmlPlainText extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlPreformattedText extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlRadioButtonInput extends HtmlInput implements Serializable

Serialized Fields

defaultCheckedState_

boolean defaultCheckedState_

valueAtFocus_

boolean valueAtFocus_

Class com.gargoylesoftware.htmlunit.html.HtmlResetInput extends HtmlInput implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlS extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlSample extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlScript extends HtmlElement implements Serializable

Serialized Fields

executeScriptOnAttach_

boolean executeScriptOnAttach_

Class com.gargoylesoftware.htmlunit.html.HtmlSelect extends HtmlElement implements Serializable

Serialized Fields

originalName_

String originalName_

previousNames_

Collection<E> previousNames_

Class com.gargoylesoftware.htmlunit.html.HtmlSmall extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlSource extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlSpacer extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlSpan extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlStrike extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlStrong extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlStyle extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlSubmitInput extends HtmlInput implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlSubscript extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlSuperscript extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlTable extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlTableBody extends TableRowGroup implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlTableCell extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlTableColumn extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlTableColumnGroup extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlTableDataCell extends HtmlTableCell implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlTableFooter extends TableRowGroup implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlTableHeader extends TableRowGroup implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlTableHeaderCell extends HtmlTableCell implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlTableRow extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlTeletype extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlTextArea extends HtmlElement implements Serializable

Serialized Fields

defaultValue_

String defaultValue_

valueAtFocus_

String valueAtFocus_

originalName_

String originalName_

previousNames_

Collection<E> previousNames_

selectionDelegate_

SelectionDelegate selectionDelegate_

doTypeProcessor_

com.gargoylesoftware.htmlunit.html.DoTypeProcessor doTypeProcessor_

Class com.gargoylesoftware.htmlunit.html.HtmlTextInput extends HtmlInput implements Serializable

Serialized Fields

valueAtFocus_

String valueAtFocus_

selectionDelegate_

SelectionDelegate selectionDelegate_

doTypeProcessor_

com.gargoylesoftware.htmlunit.html.DoTypeProcessor doTypeProcessor_

Class com.gargoylesoftware.htmlunit.html.HtmlTitle extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlUnderlined extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlUnknownElement extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlUnorderedList extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlVariable extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlVideo extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.HtmlWordBreak extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.TableRowGroup extends HtmlElement implements Serializable

Class com.gargoylesoftware.htmlunit.html.XHtmlPage extends HtmlPage implements Serializable


Package com.gargoylesoftware.htmlunit.html.impl

Class com.gargoylesoftware.htmlunit.html.impl.SelectionDelegate extends Object implements Serializable

Serialized Fields

element_

SelectableTextInput element_
The owner element.


selection_

org.w3c.dom.ranges.Range selection_
The field selection, which is independent of the browsing context's selection.

Class com.gargoylesoftware.htmlunit.html.impl.SimpleRange extends Object implements Serializable

Serialized Fields

startContainer_

Node startContainer_
The start (anchor) container.


endContainer_

Node endContainer_
The end (focus) container.


startOffset_

int startOffset_
The start (anchor) offset; units are chars if the start container is a text node or an input element, DOM nodes otherwise.


endOffset_

int endOffset_
The end (focus) offset; units are chars if the end container is a text node or an input element, DOM nodes otherwise.


Package com.gargoylesoftware.htmlunit.html.xpath

Class com.gargoylesoftware.htmlunit.html.xpath.LowerCaseFunction extends org.apache.xpath.functions.FunctionDef1Arg implements Serializable


Package com.gargoylesoftware.htmlunit.javascript

Class com.gargoylesoftware.htmlunit.javascript.HtmlUnitWrapFactory extends net.sourceforge.htmlunit.corejs.javascript.WrapFactory implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.MethodWrapper extends net.sourceforge.htmlunit.corejs.javascript.ScriptableObject implements Serializable

Serialized Fields

clazz_

Class<T> clazz_

method_

Method method_

jsTypeTags_

int[] jsTypeTags_

Class com.gargoylesoftware.htmlunit.javascript.NamedNodeMap extends SimpleScriptable implements Serializable

Serialized Fields

attributes_

NamedNodeMap attributes_

Class com.gargoylesoftware.htmlunit.javascript.ScriptableWrapper extends net.sourceforge.htmlunit.corejs.javascript.ScriptableObject implements Serializable

Serialized Fields

properties_

Map<K,V> properties_

getByIndexMethod_

Method getByIndexMethod_

javaObject_

Object javaObject_

jsClassName_

String jsClassName_

getByNameFallback_

Method getByNameFallback_

Class com.gargoylesoftware.htmlunit.javascript.SimpleScriptable extends net.sourceforge.htmlunit.corejs.javascript.ScriptableObject implements Serializable

Serialized Fields

domNode_

DomNode domNode_

caseSensitive_

boolean caseSensitive_

Class com.gargoylesoftware.htmlunit.javascript.SimpleScriptableProxy extends net.sourceforge.htmlunit.corejs.javascript.Delegator implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.StrictErrorReporter extends Object implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.TimeoutError extends Error implements Serializable

Serialized Fields

allowedTime_

long allowedTime_

executionTime_

long executionTime_

Package com.gargoylesoftware.htmlunit.javascript.background

Package com.gargoylesoftware.htmlunit.javascript.host

Class com.gargoylesoftware.htmlunit.javascript.host.ActiveXObject extends SimpleScriptable implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.ActiveXObjectImpl extends SimpleScriptable implements Serializable

Serialized Fields

object_

Object object_

Class com.gargoylesoftware.htmlunit.javascript.host.Attr extends Node implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.BoxObject extends SimpleScriptable implements Serializable

Serialized Fields

element_

HTMLElement element_
The element to which this box object corresponds.

Class com.gargoylesoftware.htmlunit.javascript.host.CDATASection extends Text implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.CharacterDataImpl extends Node implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.ClientRect extends SimpleScriptable implements Serializable

Serialized Fields

bottom_

int bottom_

left_

int left_

right_

int right_

top_

int top_

Class com.gargoylesoftware.htmlunit.javascript.host.ClipboardData extends SimpleScriptable implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.Comment extends CharacterDataImpl implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.Document extends EventNode implements Serializable

Serialized Fields

window_

Window window_

implementation_

DOMImplementation implementation_

designMode_

String designMode_

Class com.gargoylesoftware.htmlunit.javascript.host.DocumentFragment extends Node implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.DocumentType extends Node implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.DOMException extends SimpleScriptable implements Serializable

Serialized Fields

code_

short code_

message_

String message_

lineNumber_

int lineNumber_

fileName_

String fileName_

Class com.gargoylesoftware.htmlunit.javascript.host.DOMImplementation extends SimpleScriptable implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.DOMParser extends SimpleScriptable implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.Element extends EventNode implements Serializable

Serialized Fields

attributes_

NamedNodeMap attributes_

elementsByTagName_

Map<K,V> elementsByTagName_

style_

CSSStyleDeclaration style_

Class com.gargoylesoftware.htmlunit.javascript.host.Enumerator extends SimpleScriptable implements Serializable

Serialized Fields

index_

int index_

collection_

HTMLCollection collection_

Class com.gargoylesoftware.htmlunit.javascript.host.Event extends SimpleScriptable implements Serializable

Serialized Fields

srcElement_

Object srcElement_

target_

Object target_

currentTarget_

Object currentTarget_

type_

String type_

keyCode_

Object keyCode_

shiftKey_

boolean shiftKey_

ctrlKey_

boolean ctrlKey_

altKey_

boolean altKey_

propertyName_

String propertyName_

stopPropagation_

boolean stopPropagation_

returnValue_

Object returnValue_

preventDefault_

boolean preventDefault_

eventPhase_

short eventPhase_
The current event phase. This is a W3C standard attribute not implemented by IE. One of Event.CAPTURING_PHASE, Event.AT_TARGET or Event.BUBBLING_PHASE.


bubbles_

boolean bubbles_
Whether or not the event bubbles. The value of this attribute depends on the event type. To determine if a certain event type bubbles, see http://www.w3.org/TR/DOM-Level-2-Events/events.html Most event types do bubble, so this is true by default; event types which do not bubble should overwrite this value in their constructors.


cancelable_

boolean cancelable_
Whether or not the event can be canceled. The value of this attribute depends on the event type. To determine if a certain event type can be canceled, see http://www.w3.org/TR/DOM-Level-2-Events/events.html The more common event types are cancelable, so this is true by default; event types which cannot be canceled should overwrite this value in their constructors.


timeStamp_

long timeStamp_
The time at which the event was created.

Class com.gargoylesoftware.htmlunit.javascript.host.EventHandler extends net.sourceforge.htmlunit.corejs.javascript.BaseFunction implements Serializable

Serialized Fields

node_

DomNode node_

eventName_

String eventName_

jsSnippet_

String jsSnippet_

realFunction_

net.sourceforge.htmlunit.corejs.javascript.Function realFunction_

Class com.gargoylesoftware.htmlunit.javascript.host.EventListenersContainer extends Object implements Serializable

Serialized Fields

eventHandlers_

Map<K,V> eventHandlers_

jsNode_

SimpleScriptable jsNode_

Class com.gargoylesoftware.htmlunit.javascript.host.EventNode extends Node implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.External extends SimpleScriptable implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.FormChild extends HTMLElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.FormField extends FormChild implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.HashChangeEvent extends UIEvent implements Serializable

Serialized Fields

oldURL_

Object oldURL_

newURL_

Object newURL_

Class com.gargoylesoftware.htmlunit.javascript.host.History extends SimpleScriptable implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.KeyboardEvent extends UIEvent implements Serializable

Serialized Fields

charCode_

int charCode_

Class com.gargoylesoftware.htmlunit.javascript.host.Location extends SimpleScriptable implements Serializable

Serialized Fields

window_

Window window_
The window which owns this location object.


hash_

String hash_
The current hash; we cache it locally because we don't want to modify the page's URL and force a page reload each time this changes.

Class com.gargoylesoftware.htmlunit.javascript.host.MediaList extends SimpleScriptable implements Serializable

Serialized Fields

wrappedList_

org.w3c.dom.stylesheets.MediaList wrappedList_

Class com.gargoylesoftware.htmlunit.javascript.host.MessageEvent extends SimpleScriptable implements Serializable

Serialized Fields

data_

Object data_

Class com.gargoylesoftware.htmlunit.javascript.host.MimeType extends SimpleScriptable implements Serializable

Serialized Fields

description_

String description_

suffixes_

String suffixes_

type_

String type_

enabledPlugin_

Plugin enabledPlugin_

Class com.gargoylesoftware.htmlunit.javascript.host.MimeTypeArray extends SimpleArray implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.MouseEvent extends UIEvent implements Serializable

Serialized Fields

screenX_

Integer screenX_
The event's screen coordinates; initially null and lazily initialized for performance reasons.


screenY_

Integer screenY_
The event's screen coordinates; initially null and lazily initialized for performance reasons.


clientX_

Integer clientX_
The event's client coordinates; initially null and lazily initialized for performance reasons.


clientY_

Integer clientY_
The event's client coordinates; initially null and lazily initialized for performance reasons.


button_

int button_
The button code according to W3C (0: left button, 1: middle button, 2: right button).

Class com.gargoylesoftware.htmlunit.javascript.host.MutationEvent extends Event implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.Namespace extends SimpleScriptable implements Serializable

Serialized Fields

name_

String name_

urn_

String urn_

Class com.gargoylesoftware.htmlunit.javascript.host.NamespaceCollection extends SimpleScriptable implements Serializable

Serialized Fields

doc_

HTMLDocument doc_
The HTML document to which this namespace collection belongs.


namespaces_

List<E> namespaces_
The namespaces contained by this namespace collection.

Class com.gargoylesoftware.htmlunit.javascript.host.Navigator extends SimpleScriptable implements Serializable

Serialized Fields

plugins_

PluginArray plugins_

mimeTypes_

MimeTypeArray mimeTypes_

Class com.gargoylesoftware.htmlunit.javascript.host.Node extends SimpleScriptable implements Serializable

Serialized Fields

childNodes_

HTMLCollection childNodes_
"Live" child nodes collection; has to be a member to have equality (==) working.


eventListenersContainer_

EventListenersContainer eventListenersContainer_

Class com.gargoylesoftware.htmlunit.javascript.host.NodeFilter extends SimpleScriptable implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.OfflineResourceList extends SimpleScriptable implements Serializable

Serialized Fields

status_

short status_

onchecking_

Object onchecking_

onerror_

Object onerror_

onnoupdate_

Object onnoupdate_

ondownloading_

Object ondownloading_

onprogress_

Object onprogress_

onupdateready_

Object onupdateready_

oncached_

Object oncached_

Class com.gargoylesoftware.htmlunit.javascript.host.Plugin extends SimpleArray implements Serializable

Serialized Fields

description_

String description_

filename_

String filename_

name_

String name_

Class com.gargoylesoftware.htmlunit.javascript.host.PluginArray extends SimpleArray implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.Popup extends SimpleScriptable implements Serializable

Serialized Fields

opened_

boolean opened_

document_

HTMLDocument document_

Class com.gargoylesoftware.htmlunit.javascript.host.ProcessingInstruction extends Node implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.Range extends SimpleScriptable implements Serializable

Serialized Fields

startContainer_

Node startContainer_

endContainer_

Node endContainer_

startOffset_

int startOffset_

endOffset_

int endOffset_

Class com.gargoylesoftware.htmlunit.javascript.host.RowContainer extends HTMLElement implements Serializable

Serialized Fields

rows_

HTMLCollection rows_

Class com.gargoylesoftware.htmlunit.javascript.host.Screen extends SimpleScriptable implements Serializable

Serialized Fields

left_

int left_

top_

int top_

width_

int width_

height_

int height_

colorDepth_

int colorDepth_

bufferDepth_

int bufferDepth_

dpi_

int dpi_

fontSmoothingEnabled_

boolean fontSmoothingEnabled_

updateInterval_

int updateInterval_

Class com.gargoylesoftware.htmlunit.javascript.host.Selection extends SimpleScriptable implements Serializable

Serialized Fields

type_

String type_

Class com.gargoylesoftware.htmlunit.javascript.host.SimpleArray extends SimpleScriptable implements Serializable

Serialized Fields

elements_

List<E> elements_

Class com.gargoylesoftware.htmlunit.javascript.host.StaticNodeList extends SimpleScriptable implements Serializable

Serialized Fields

elements_

List<E> elements_

Class com.gargoylesoftware.htmlunit.javascript.host.Storage extends SimpleScriptable implements Serializable

Serialized Fields

type_

com.gargoylesoftware.htmlunit.javascript.host.Storage.Type type_

Class com.gargoylesoftware.htmlunit.javascript.host.StorageList extends SimpleScriptable implements Serializable

Serialized Fields

storage_

Storage storage_

Class com.gargoylesoftware.htmlunit.javascript.host.Text extends CharacterDataImpl implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.TextRange extends SimpleScriptable implements Serializable

Serialized Fields

range_

org.w3c.dom.ranges.Range range_
The wrapped selection range.

Class com.gargoylesoftware.htmlunit.javascript.host.TreeWalker extends SimpleScriptable implements Serializable

Serialized Fields

root_

Node root_

currentNode_

Node currentNode_

whatToShow_

long whatToShow_

filter_

NodeFilter filter_

expandEntityReferences_

boolean expandEntityReferences_

Class com.gargoylesoftware.htmlunit.javascript.host.UIEvent extends Event implements Serializable

Serialized Fields

detail_

long detail_
Specifies some detail information about the event.


metaKey_

boolean metaKey_
Whether or not the "meta" key was pressed during the firing of the event.

Class com.gargoylesoftware.htmlunit.javascript.host.WebSocket extends SimpleScriptable implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.Window extends SimpleScriptable implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Restores the transient Window.computedStyles_ map during deserialization.

Throws:
IOException - if an IO error occurs
ClassNotFoundException - if a class is not found
Serialized Fields

document_

Document document_

documentProxy_

DocumentProxy documentProxy_

navigator_

Navigator navigator_

webWindow_

WebWindow webWindow_

windowProxy_

WindowProxy windowProxy_

screen_

Screen screen_

history_

History history_

location_

Location location_

applicationCache_

OfflineResourceList applicationCache_

selection_

Selection selection_

currentEvent_

Event currentEvent_

status_

String status_

frames_

HTMLCollection frames_

prototypes_

Map<K,V> prototypes_

eventListenersContainer_

EventListenersContainer eventListenersContainer_

controllers_

Object controllers_

opener_

Object opener_

top_

Object top_

Class com.gargoylesoftware.htmlunit.javascript.host.WindowProxy extends SimpleScriptableProxy<Window> implements Serializable

Serialized Fields

webWindow_

WebWindow webWindow_

Class com.gargoylesoftware.htmlunit.javascript.host.XPathNSResolver extends SimpleScriptable implements Serializable

Serialized Fields

element_

Object element_

Class com.gargoylesoftware.htmlunit.javascript.host.XPathResult extends SimpleScriptable implements Serializable

Serialized Fields

result_

List<E> result_

resultType_

int resultType_

iteratorIndex_

int iteratorIndex_
The index of the next result.

Class com.gargoylesoftware.htmlunit.javascript.host.XSLTemplate extends SimpleScriptable implements Serializable

Serialized Fields

stylesheet_

Node stylesheet_

Class com.gargoylesoftware.htmlunit.javascript.host.XSLTProcessor extends SimpleScriptable implements Serializable

Serialized Fields

style_

Node style_

input_

Node input_

output_

Object output_

parameters_

Map<K,V> parameters_

Package com.gargoylesoftware.htmlunit.javascript.host.canvas

Class com.gargoylesoftware.htmlunit.javascript.host.canvas.CanvasRenderingContext2D extends SimpleScriptable implements Serializable


Package com.gargoylesoftware.htmlunit.javascript.host.css

Class com.gargoylesoftware.htmlunit.javascript.host.css.ComputedCSSStyleDeclaration extends CSSStyleDeclaration implements Serializable

Serialized Fields

localModifications_

SortedMap<K,V> localModifications_
Local modifications maintained here rather than in the element. We use a sorted map so that results are deterministic and thus easily testable.


defaultDisplays_

Map<K,V> defaultDisplays_
Maps element types to custom display types (display types that are not "block".


width_

Integer width_
The computed, cached width of the element to which this computed style belongs (no padding, borders, etc).


height_

Integer height_
The computed, cached height of the element to which this computed style belongs (no padding, borders, etc), taking child elements into account.


height2_

Integer height2_
The computed, cached height of the element to which this computed style belongs (no padding, borders, etc), not taking child elements into account.


paddingHorizontal_

Integer paddingHorizontal_
The computed, cached horizontal padding (left + right) of the element to which this computed style belongs.


paddingVertical_

Integer paddingVertical_
The computed, cached vertical padding (top + bottom) of the element to which this computed style belongs.


borderHorizontal_

Integer borderHorizontal_
The computed, cached horizontal border (left + right) of the element to which this computed style belongs.


borderVertical_

Integer borderVertical_
The computed, cached vertical border (top + bottom) of the element to which this computed style belongs.


top_

Integer top_
The computed, cached top of the element to which this computed style belongs.

Class com.gargoylesoftware.htmlunit.javascript.host.css.CSSCharsetRule extends CSSRule implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.css.CSSImportRule extends CSSRule implements Serializable

Serialized Fields

media_

MediaList media_

importedStylesheet_

CSSStyleSheet importedStylesheet_

Class com.gargoylesoftware.htmlunit.javascript.host.css.CSSMediaRule extends CSSRule implements Serializable

Serialized Fields

media_

MediaList media_

Class com.gargoylesoftware.htmlunit.javascript.host.css.CSSPrimitiveValue extends CSSValue implements Serializable

Serialized Fields

wrappedCssPrimitiveValue_

org.w3c.dom.css.CSSPrimitiveValue wrappedCssPrimitiveValue_

Class com.gargoylesoftware.htmlunit.javascript.host.css.CSSRule extends SimpleScriptable implements Serializable

Serialized Fields

stylesheet_

CSSStyleSheet stylesheet_

rule_

org.w3c.dom.css.CSSRule rule_

Class com.gargoylesoftware.htmlunit.javascript.host.css.CSSRuleList extends SimpleScriptable implements Serializable

Serialized Fields

stylesheet_

CSSStyleSheet stylesheet_

rules_

org.w3c.dom.css.CSSRuleList rules_

Class com.gargoylesoftware.htmlunit.javascript.host.css.CSSStyleDeclaration extends SimpleScriptable implements Serializable

Serialized Fields

jsElement_

Element jsElement_
The element to which this style belongs.


styleDeclaration_

org.w3c.dom.css.CSSStyleDeclaration styleDeclaration_
The wrapped CSSStyleDeclaration (if created from CSSStyleRule).


currentElementIndex_

long currentElementIndex_
The current style element index.

Class com.gargoylesoftware.htmlunit.javascript.host.css.CSSStyleRule extends CSSRule implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.css.CSSStyleSheet extends SimpleScriptable implements Serializable

Serialized Fields

wrapped_

org.w3c.dom.css.CSSStyleSheet wrapped_
The parsed stylesheet which this host object wraps.


ownerNode_

HTMLElement ownerNode_
The HTML element which owns this stylesheet.


cssRules_

CSSRuleList cssRules_
The collection of rules defined in this style sheet.


imports_

Map<K,V> imports_
The CSS import rules and their corresponding stylesheets.


uri_

String uri_
This stylesheet's URI (used to resolved contained @import rules).

Class com.gargoylesoftware.htmlunit.javascript.host.css.CSSValue extends SimpleScriptable implements Serializable

Serialized Fields

wrappedCssValue_

org.w3c.dom.css.CSSValue wrappedCssValue_
The wrapped CSS value.

Class com.gargoylesoftware.htmlunit.javascript.host.css.StyleSheetList extends SimpleScriptable implements Serializable

Serialized Fields

nodes_

HTMLCollection nodes_
We back the stylesheet list with an HTMLCollection of styles/links because this list must be "live".


Package com.gargoylesoftware.htmlunit.javascript.host.html

Class com.gargoylesoftware.htmlunit.javascript.host.html.DocumentProxy extends SimpleScriptableProxy<Document> implements Serializable

Serialized Fields

webWindow_

WebWindow webWindow_

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLAnchorElement extends HTMLElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLAppletElement extends HTMLElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLAreaElement extends HTMLElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLAudioElement extends HTMLElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLBaseElement extends HTMLElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLBaseFontElement extends HTMLElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLBodyElement extends HTMLElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLBRElement extends HTMLElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLButtonElement extends FormField implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLCanvasElement extends HTMLElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLCollection extends SimpleScriptable implements Serializable

Serialized Fields

avoidObjectDetection_

boolean avoidObjectDetection_

description_

String description_

attributeChangeSensitive_

boolean attributeChangeSensitive_

cachedElements_

List<E> cachedElements_
Cache collection elements when possible, so as to avoid expensive XPath expression evaluations.


currentIndex_

int currentIndex_
IE provides a way of enumerating through some element collections; this counter supports that functionality.


listenerRegistered_

boolean listenerRegistered_

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLCollectionTags extends HTMLCollection implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLDelElement extends HTMLElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLDirectoryElement extends HTMLListElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLDivElement extends HTMLElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLDListElement extends HTMLListElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLDocument extends Document implements Serializable

Serialized Fields

all_

HTMLCollection all_

forms_

HTMLCollection forms_

links_

HTMLCollection links_

images_

HTMLCollection images_

scripts_

HTMLCollection scripts_

anchors_

HTMLCollection anchors_

applets_

HTMLCollection applets_

styleSheets_

StyleSheetList styleSheets_

namespaces_

NamespaceCollection namespaces_

activeElement_

HTMLElement activeElement_

writeBuffer_

StringBuilder writeBuffer_
The buffer that will be used for calls to document.write().


writeInCurrentDocument_

boolean writeInCurrentDocument_

domain_

String domain_

uniqueID_

String uniqueID_

lastModified_

String lastModified_

closePostponedAction_

boolean closePostponedAction_

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLElement extends Element implements Serializable

Serialized Fields

behaviors_

Set<E> behaviors_

boxObject_

BoxObject boxObject_

all_

HTMLCollection all_

scrollLeft_

int scrollLeft_

scrollTop_

int scrollTop_

uniqueID_

String uniqueID_

ch_

String ch_
The value of the "ch" JavaScript attribute for browsers that say that they support it, but do not really provide access to the value of the "char" DOM attribute. Not applicable to all types of HTML elements.


chOff_

String chOff_
The value of the "chOff" JavaScript attribute for browsers that say that they support it, but do not really provide access to the value of the "charOff" DOM attribute. Not applicable to all types of HTML elements.

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLElement.ProxyDomNode extends HtmlDivision implements Serializable

Serialized Fields

target_

DomNode target_

append_

boolean append_

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLEmbedElement extends HTMLElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLFieldSetElement extends FormChild implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLFontElement extends HTMLElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLFormElement extends HTMLElement implements Serializable

Serialized Fields

elements_

HTMLCollection elements_

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLFrameElement extends HTMLElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLFrameSetElement extends HTMLElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLHeadElement extends HTMLElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLHeadingElement extends HTMLElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLHRElement extends HTMLElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLHtmlElement extends HTMLElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLIFrameElement extends HTMLElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLImageElement extends HTMLElement implements Serializable

Serialized Fields

instantiatedViaJavaScript_

boolean instantiatedViaJavaScript_

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLInputElement extends FormField implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLInsElement extends HTMLElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLIsIndexElement extends HTMLElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLLabelElement extends FormChild implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLLegendElement extends FormChild implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLLIElement extends HTMLElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLLinkElement extends HTMLElement implements Serializable

Serialized Fields

sheet_

CSSStyleSheet sheet_
The associated style sheet (only valid for links of type <link rel="stylesheet" type="text/css" href="..." />).

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLListElement extends HTMLElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLMapElement extends HTMLElement implements Serializable

Serialized Fields

areas_

HTMLCollection areas_

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLMenuElement extends HTMLListElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLMetaElement extends HTMLElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLObjectElement extends FormChild implements Serializable

Serialized Fields

wrappedActiveX_

SimpleScriptable wrappedActiveX_

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLOListElement extends HTMLListElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLOptGroupElement extends HTMLElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLOptionElement extends FormChild implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLOptionsCollection extends SimpleScriptable implements Serializable

Serialized Fields

htmlSelect_

HtmlSelect htmlSelect_

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLParagraphElement extends HTMLElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLParamElement extends HTMLElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLPreElement extends HTMLElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLQuoteElement extends HTMLElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLScriptElement extends HTMLElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLSelectElement extends FormField implements Serializable

Serialized Fields

optionsArray_

HTMLOptionsCollection optionsArray_

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLSourceElement extends HTMLElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLSpacerElement extends HTMLElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLSpanElement extends HTMLElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLStyleElement extends HTMLElement implements Serializable

Serialized Fields

sheet_

CSSStyleSheet sheet_

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLTableCaptionElement extends HTMLElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLTableCellElement extends HTMLTableComponent implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLTableColElement extends HTMLTableComponent implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLTableComponent extends HTMLElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLTableElement extends RowContainer implements Serializable

Serialized Fields

tBodies_

HTMLCollection tBodies_

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLTableRowElement extends HTMLTableComponent implements Serializable

Serialized Fields

cells_

HTMLCollection cells_

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLTableSectionElement extends RowContainer implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLTextAreaElement extends FormField implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLTitleElement extends HTMLElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLUListElement extends HTMLListElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLUnknownElement extends HTMLElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLVideoElement extends HTMLElement implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLWBRElement extends HTMLElement implements Serializable


Package com.gargoylesoftware.htmlunit.javascript.host.xml

Class com.gargoylesoftware.htmlunit.javascript.host.xml.XMLAttr extends Attr implements Serializable

Class com.gargoylesoftware.htmlunit.javascript.host.xml.XMLDocument extends Document implements Serializable

Serialized Fields

async_

boolean async_

preserveWhiteSpace_

boolean preserveWhiteSpace_

parseError_

XMLDOMParseError parseError_

Class com.gargoylesoftware.htmlunit.javascript.host.xml.XMLDOMParseError extends SimpleScriptable implements Serializable

Serialized Fields

errorCode_

int errorCode_

filepos_

int filepos_

line_

int line_

linepos_

int linepos_

reason_

String reason_

srcText_

String srcText_

url_

String url_

Class com.gargoylesoftware.htmlunit.javascript.host.xml.XMLHttpRequest extends SimpleScriptable implements Serializable

Serialized Fields

state_

int state_

stateChangeHandler_

net.sourceforge.htmlunit.corejs.javascript.Function stateChangeHandler_

loadHandler_

net.sourceforge.htmlunit.corejs.javascript.Function loadHandler_

errorHandler_

net.sourceforge.htmlunit.corejs.javascript.Function errorHandler_

webRequest_

WebRequest webRequest_

async_

boolean async_

threadID_

int threadID_

webResponse_

WebResponse webResponse_

overriddenMimeType_

String overriddenMimeType_

containingPage_

HtmlPage containingPage_

caseSensitiveProperties_

boolean caseSensitiveProperties_

Class com.gargoylesoftware.htmlunit.javascript.host.xml.XMLSerializer extends SimpleScriptable implements Serializable


Package com.gargoylesoftware.htmlunit.util

Class com.gargoylesoftware.htmlunit.util.Cookie extends Object implements Serializable

Serialized Fields

name_

String name_
The cookie name.


value_

String value_
The cookie value.


domain_

String domain_
The domain to which this cookie applies.


path_

String path_
The path to which this cookie applies (null for all paths).


expires_

Date expires_
The date on which this cookie expires (null if it never expires).


secure_

boolean secure_
Whether or not this cookie is secure (i.e. HTTPS vs HTTP).


httponly_

boolean httponly_
Whether or not this cookie is HTTP only (i.e. not available from JS).

Class com.gargoylesoftware.htmlunit.util.KeyDataPair extends NameValuePair implements Serializable

Serialized Fields

fileObject_

File fileObject_

contentType_

String contentType_

charset_

String charset_

data_

byte[] data_

Class com.gargoylesoftware.htmlunit.util.NameValuePair extends Object implements Serializable

Serialized Fields

name_

String name_
The name.


value_

String value_
The value.

Class com.gargoylesoftware.htmlunit.util.WebResponseWrapper extends WebResponse implements Serializable

Serialized Fields

wrappedWebResponse_

WebResponse wrappedWebResponse_

Package com.gargoylesoftware.htmlunit.xml

Class com.gargoylesoftware.htmlunit.xml.XmlPage extends SgmlPage implements Serializable

Serialized Fields

node_

Node node_

Package netscape.javascript

Class netscape.javascript.JSException extends RuntimeException implements Serializable

Serialized Fields

wrappedExceptionType_

int wrappedExceptionType_
wrappedExceptionType.


wrappedException_

Object wrappedException_
wrappedException.



Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.