|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.gargoylesoftware.htmlunit.activex.javascript.msxml.MSXMLActiveXObjectFactory
public class MSXMLActiveXObjectFactory
ActiveXObjectFactory for the MSXML ActiveX library.
| Constructor Summary | |
|---|---|
MSXMLActiveXObjectFactory()
|
|
| Method Summary | |
|---|---|
net.sourceforge.htmlunit.corejs.javascript.Scriptable |
create(String activeXName,
WebWindow enclosingWindow)
Creates an instance of the ActiveX object for the given name. |
void |
init(BrowserVersion browserVersion)
Initializes the factory. |
boolean |
supports(String activeXName)
Checks if the given ActiveX name is supported by this factory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MSXMLActiveXObjectFactory()
| Method Detail |
|---|
public void init(BrowserVersion browserVersion)
throws Exception
browserVersion - the browser version to use
Exception - if something goes wrongpublic boolean supports(String activeXName)
activeXName - the ActiveX name to check
public net.sourceforge.htmlunit.corejs.javascript.Scriptable create(String activeXName,
WebWindow enclosingWindow)
activeXName - the ActiveX name to create an object forenclosingWindow - the enclosing window
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||