com.gargoylesoftware.htmlunit.activex.javascript.msxml
Class MSXMLConfiguration
java.lang.Object
com.gargoylesoftware.htmlunit.javascript.configuration.AbstractJavaScriptConfiguration
com.gargoylesoftware.htmlunit.activex.javascript.msxml.MSXMLConfiguration
public final class MSXMLConfiguration
- extends AbstractJavaScriptConfiguration
A container for all the JavaScript configuration information.
- Version:
- $Revision: 9017 $
- Author:
- Mike Bowler, Chris Erskine, Ahmed Ashour, Ronald Brill, Frank Danek
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static MSXMLConfiguration getInstance(BrowserVersion browserVersion)
- Returns the instance that represents the configuration for the specified
BrowserVersion.
This method is synchronized to allow multi-threaded access to the JavaScript configuration.
- Parameters:
browserVersion - the BrowserVersion
- Returns:
- the instance for the specified
BrowserVersion
getClasses
protected Class<MSXMLScriptable>[] getClasses()
- Specified by:
getClasses in class AbstractJavaScriptConfiguration
- Returns:
- the classes configured by this configuration
Copyright © 2002–2014 Gargoyle Software Inc.. All rights reserved.