Package | Description |
---|---|
org.htmlunit.html |
Classes specific to HTML pages, particularly the
HtmlPage which represents
an HTML document and provides access to its content. |
org.htmlunit.svg |
Classes specific to Scalable Vector Graphics.
|
Modifier and Type | Class and Description |
---|---|
class |
HtmlScript
Wrapper for the HTML element "script".
|
Modifier and Type | Method and Description |
---|---|
static void |
ScriptElementSupport.executeScriptIfNeeded(ScriptElement script,
boolean ignoreAttachedToPage,
boolean ignorePageIsAncestor)
INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.
|
static void |
ScriptElementSupport.onAllChildrenAddedToPage(ScriptElement script,
boolean postponed)
Support method that is called from the (html or svg) script and the link tag.
|
Modifier and Type | Class and Description |
---|---|
class |
SvgScript
Wrapper for the SVG element
script . |
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.