Package | Description |
---|---|
com.gargoylesoftware.htmlunit |
Framework classes (contains the WebClient class which is the main entry point).
|
com.gargoylesoftware.htmlunit.javascript |
Classes in this package are specific to the JavaScript engine - users of HtmlUnit shouldn't
need anything in this package.
|
Modifier and Type | Method and Description |
---|---|
ScriptPreProcessor |
WebClient.getScriptPreProcessor()
Returns the script pre processor for this webclient.
|
Modifier and Type | Method and Description |
---|---|
void |
WebClient.setScriptPreProcessor(ScriptPreProcessor scriptPreProcessor)
Sets the script pre processor for this webclient.
|
Modifier and Type | Class and Description |
---|---|
class |
IEConditionalCompilationScriptPreProcessor
A basic implementation for IE Conditional Compilation.
|
class |
IEWeirdSyntaxScriptPreProcessor
A script preprocessor removing weird syntax supported by IE like semicolons before
catch or
before finally in a try-catch-finally block. |
Copyright © 2002–2016 Gargoyle Software Inc.. All rights reserved.