예제 #1
0
 public XMLDOMNamedNodeMap(NHtmlUnit.Html.DomNode node)
     : this(new com.gargoylesoftware.htmlunit.activex.javascript.msxml.XMLDOMNamedNodeMap((com.gargoylesoftware.htmlunit.html.DomNode)node.WrappedObject))
 {
 }
예제 #2
0
// Generating method code for makeScriptableFor
        public virtual NHtmlUnit.Javascript.SimpleScriptable MakeScriptableFor(NHtmlUnit.Html.DomNode domNode)
        {
            return(ObjectWrapper.CreateWrapper <NHtmlUnit.Javascript.SimpleScriptable>(WObj.makeScriptableFor((com.gargoylesoftware.htmlunit.html.DomNode)domNode.WrappedObject)));
        }
예제 #3
0
// Generating method code for quietlyRemoveAndMoveChildrenTo
        public virtual void QuietlyRemoveAndMoveChildrenTo(NHtmlUnit.Html.DomNode destination)
        {
            WObj.quietlyRemoveAndMoveChildrenTo((com.gargoylesoftware.htmlunit.html.DomNode)destination.WrappedObject);
        }
예제 #4
0
 public NodeList(NHtmlUnit.Html.DomNode domNode, java.util.List initialElements)
     : this(new com.gargoylesoftware.htmlunit.javascript.host.dom.NodeList((com.gargoylesoftware.htmlunit.html.DomNode)domNode.WrappedObject, initialElements))
 {
 }
예제 #5
0
파일: Event.cs 프로젝트: jkloop45/NHtmlUnit
// Generating method code for applies
        public virtual bool Applies(NHtmlUnit.Html.DomNode node)
        {
            return(WObj.applies((com.gargoylesoftware.htmlunit.html.DomNode)node.WrappedObject));
        }
예제 #6
0
 public AbstractList(NHtmlUnit.Html.DomNode parentScope, bool attributeChangeSensitive, string description)
     : this(new com.gargoylesoftware.htmlunit.javascript.host.dom.AbstractList((com.gargoylesoftware.htmlunit.html.DomNode)parentScope.WrappedObject, attributeChangeSensitive, description))
 {
 }
예제 #7
0
// Generating method code for executeJavaScriptFunctionIfPossible
        public virtual NHtmlUnit.ScriptResult ExecuteJavaScriptFunctionIfPossible(net.sourceforge.htmlunit.corejs.javascript.Function function, net.sourceforge.htmlunit.corejs.javascript.Scriptable thisObject, System.Object[] args, NHtmlUnit.Html.DomNode htmlElementScope)
        {
            return(ObjectWrapper.CreateWrapper <NHtmlUnit.ScriptResult>(WObj.executeJavaScriptFunctionIfPossible(function, thisObject, args, (com.gargoylesoftware.htmlunit.html.DomNode)htmlElementScope.WrappedObject)));
        }
예제 #8
0
// Generating method code for executeJavaScriptFunction
        public virtual NHtmlUnit.ScriptResult ExecuteJavaScriptFunction(object function, object thisObject, System.Object[] args, NHtmlUnit.Html.DomNode htmlElementScope)
        {
            var arg = WObj.executeJavaScriptFunction(function, thisObject, args, (com.gargoylesoftware.htmlunit.html.DomNode)htmlElementScope.WrappedObject);

            return(ObjectWrapper.CreateWrapper <NHtmlUnit.ScriptResult>(arg));
        }
예제 #9
0
// Generating method code for isAncestorOf
        public virtual bool IsAncestorOf(NHtmlUnit.Html.DomNode node)
        {
            return(WObj.isAncestorOf((com.gargoylesoftware.htmlunit.html.DomNode)node.WrappedObject));
        }
예제 #10
0
// Generating method code for callFunction
        public virtual object CallFunction(NHtmlUnit.InteractivePage page, net.sourceforge.htmlunit.corejs.javascript.Function javaScriptFunction, net.sourceforge.htmlunit.corejs.javascript.Scriptable thisObject, System.Object[] args, NHtmlUnit.Html.DomNode node)
        {
            var arg = WObj.callFunction((com.gargoylesoftware.htmlunit.InteractivePage)page.WrappedObject, javaScriptFunction, thisObject, args, (com.gargoylesoftware.htmlunit.html.DomNode)node.WrappedObject);

            return(ObjectWrapper.CreateWrapper <object>(arg));
        }
예제 #11
0
// Generating method code for replace
        public virtual void Replace(NHtmlUnit.Html.DomNode newNode)
        {
            WObj.replace((com.gargoylesoftware.htmlunit.html.DomNode)newNode.WrappedObject);
        }
예제 #12
0
// Generating method code for insertBefore
        public virtual void InsertBefore(NHtmlUnit.Html.DomNode newNode)
        {
            WObj.insertBefore((com.gargoylesoftware.htmlunit.html.DomNode)newNode.WrappedObject);
        }
예제 #13
0
// Generating method code for isActiveStyleSheetLink
        public virtual bool IsActiveStyleSheetLink(NHtmlUnit.Html.DomNode domNode)
        {
            return(WObj.isActiveStyleSheetLink((com.gargoylesoftware.htmlunit.html.DomNode)domNode.WrappedObject));
        }
 public PointerEvent(NHtmlUnit.Html.DomNode domNode, string type, bool shiftKey, bool ctrlKey, bool altKey, int button)
     : this(new com.gargoylesoftware.htmlunit.javascript.host.@event.PointerEvent((com.gargoylesoftware.htmlunit.html.DomNode)domNode.WrappedObject, type, shiftKey, ctrlKey, altKey, button))
 {
 }
예제 #15
0
 public HTMLCollectionTags(NHtmlUnit.Html.DomNode parentScope, string description)
     : this(new com.gargoylesoftware.htmlunit.javascript.host.html.HTMLCollectionTags((com.gargoylesoftware.htmlunit.html.DomNode)parentScope.WrappedObject, description))
 {
 }
예제 #16
0
 public XMLDOMSelection(NHtmlUnit.Html.DomNode parentScope, bool attributeChangeSensitive, string description)
     : this(new com.gargoylesoftware.htmlunit.activex.javascript.msxml.XMLDOMSelection((com.gargoylesoftware.htmlunit.html.DomNode)parentScope.WrappedObject, attributeChangeSensitive, description))
 {
 }
예제 #17
0
 public KeyboardEvent(NHtmlUnit.Html.DomNode domNode, string type, int character, bool shiftKey, bool ctrlKey, bool altKey)
     : this(new com.gargoylesoftware.htmlunit.javascript.host.KeyboardEvent((com.gargoylesoftware.htmlunit.html.DomNode)domNode.WrappedObject, type, character, shiftKey, ctrlKey, altKey))
 {
 }
예제 #18
0
 public DomChangeEvent(NHtmlUnit.Html.DomNode parentNode, NHtmlUnit.Html.DomNode changedNode)
     : this(new com.gargoylesoftware.htmlunit.html.DomChangeEvent((com.gargoylesoftware.htmlunit.html.DomNode)parentNode.WrappedObject, (com.gargoylesoftware.htmlunit.html.DomNode)changedNode.WrappedObject))
 {
 }
예제 #19
0
 public DomTreeWalker(NHtmlUnit.Html.DomNode root, int whatToShow, NHtmlUnit.W3C.Dom.Traversal.INodeFilter filter, bool expandEntityReferences)
     : this(new com.gargoylesoftware.htmlunit.html.DomTreeWalker((com.gargoylesoftware.htmlunit.html.DomNode)root.WrappedObject, whatToShow, (org.w3c.dom.traversal.NodeFilter)filter.WrappedObject, expandEntityReferences))
 {
 }
예제 #20
0
// Generating method code for callFunction
        public virtual object CallFunction(NHtmlUnit.Html.HtmlPage htmlPage, net.sourceforge.htmlunit.corejs.javascript.Function javaScriptFunction, net.sourceforge.htmlunit.corejs.javascript.Scriptable thisObject, System.Object[] args, NHtmlUnit.Html.DomNode htmlElement)
        {
            return(WObj.callFunction((com.gargoylesoftware.htmlunit.html.HtmlPage)htmlPage.WrappedObject, javaScriptFunction, thisObject, args, (com.gargoylesoftware.htmlunit.html.DomNode)htmlElement.WrappedObject));
        }
예제 #21
0
 public NodeList(NHtmlUnit.Html.DomNode domNode, bool attributeChangeSensitive)
     : this(new com.gargoylesoftware.htmlunit.javascript.host.dom.NodeList((com.gargoylesoftware.htmlunit.html.DomNode)domNode.WrappedObject, attributeChangeSensitive))
 {
 }
예제 #22
0
파일: UIEvent.cs 프로젝트: yape/NHtmlUnit
 public UIEvent(NHtmlUnit.Html.DomNode domNode, string type)
     : this(new com.gargoylesoftware.htmlunit.javascript.host.UIEvent((com.gargoylesoftware.htmlunit.html.DomNode)domNode.WrappedObject, type))
 {
 }
예제 #23
0
 public HTMLAllCollection(NHtmlUnit.Html.DomNode parentScope)
     : this(new com.gargoylesoftware.htmlunit.javascript.host.html.HTMLAllCollection((com.gargoylesoftware.htmlunit.html.DomNode)parentScope.WrappedObject))
 {
 }