Example #1
0
 // Generating method code for addDomChangeListener
 public virtual void AddDomChangeListener(NHtmlUnit.Html.IDomChangeListener listener)
 {
     WObj.addDomChangeListener((com.gargoylesoftware.htmlunit.html.DomChangeListener)listener.WrappedObject);
 }
Example #2
0
 public DomCDataSection(NHtmlUnit.SgmlPage page, string data)
     : this(new com.gargoylesoftware.htmlunit.html.DomCDataSection((com.gargoylesoftware.htmlunit.SgmlPage)page.WrappedObject, data))
 {
 }
 // Generating method code for processSynchron
 public virtual bool ProcessSynchron(NHtmlUnit.Html.HtmlPage page, NHtmlUnit.WebRequest request, bool async)
 {
     return WObj.processSynchron((com.gargoylesoftware.htmlunit.html.HtmlPage)page.WrappedObject, (com.gargoylesoftware.htmlunit.WebRequest)request.WrappedObject, async);
 }
Example #4
0
 // Generating method code for dispatchEvent
 public virtual bool DispatchEvent(NHtmlUnit.Javascript.Host.Event eventArg)
 {
     return WObj.dispatchEvent((com.gargoylesoftware.htmlunit.javascript.host.Event)eventArg.WrappedObject);
 }
Example #5
0
 // Generating method code for removeAttributeNode
 public virtual void RemoveAttributeNode(NHtmlUnit.Javascript.Host.Attr attribute)
 {
     WObj.removeAttributeNode((com.gargoylesoftware.htmlunit.javascript.host.Attr)attribute.WrappedObject);
 }
Example #6
0
 // Generating method code for removeAttributeNode
 public virtual NHtmlUnit.Activex.Javascript.Msxml.XMLDOMAttribute RemoveAttributeNode(NHtmlUnit.Activex.Javascript.Msxml.XMLDOMAttribute att)
 {
     var arg = WObj.removeAttributeNode((com.gargoylesoftware.htmlunit.activex.javascript.msxml.XMLDOMAttribute)att.WrappedObject);
      return ObjectWrapper.CreateWrapper<NHtmlUnit.Activex.Javascript.Msxml.XMLDOMAttribute>(arg);
 }
Example #7
0
 // Generating method code for removeRange
 public virtual void RemoveRange(NHtmlUnit.Javascript.Host.Range range)
 {
     WObj.removeRange((com.gargoylesoftware.htmlunit.javascript.host.Range)range.WrappedObject);
 }
Example #8
0
 // Generating method code for isEqualNode
 public virtual bool IsEqualNode(NHtmlUnit.W3C.Dom.INode arg)
 {
     return WObj.isEqualNode((org.w3c.dom.Node)arg.WrappedObject);
 }
Example #9
0
 // Generating method code for isSameNode
 public virtual bool IsSameNode(NHtmlUnit.W3C.Dom.INode other)
 {
     return WObj.isSameNode((org.w3c.dom.Node)other.WrappedObject);
 }
Example #10
0
 // Generating method code for insertBefore
 public virtual void InsertBefore(NHtmlUnit.Html.DomNode newNode)
 {
     WObj.insertBefore((com.gargoylesoftware.htmlunit.html.DomNode)newNode.WrappedObject);
 }
Example #11
0
 // Generating method code for isAncestorOf
 public virtual bool IsAncestorOf(NHtmlUnit.Html.DomNode node)
 {
     return WObj.isAncestorOf((com.gargoylesoftware.htmlunit.html.DomNode)node.WrappedObject);
 }
Example #12
0
 // Generating method code for insertBefore
 public virtual NHtmlUnit.W3C.Dom.INode InsertBefore(NHtmlUnit.W3C.Dom.INode newChild, NHtmlUnit.W3C.Dom.INode refChild)
 {
     return ObjectWrapper.CreateWrapper<NHtmlUnit.W3C.Dom.INode>(WObj.insertBefore((org.w3c.dom.Node)newChild.WrappedObject, (org.w3c.dom.Node)refChild.WrappedObject));
 }
Example #13
0
 // Generating method code for compareDocumentPosition
 public virtual System.Int16 CompareDocumentPosition(NHtmlUnit.W3C.Dom.INode other)
 {
     return WObj.compareDocumentPosition((org.w3c.dom.Node)other.WrappedObject);
 }
Example #14
0
 // Generating method code for appendChild
 public virtual NHtmlUnit.Html.DomNode AppendChild(NHtmlUnit.W3C.Dom.INode node)
 {
     return ObjectWrapper.CreateWrapper<NHtmlUnit.Html.DomNode>(WObj.appendChild((org.w3c.dom.Node)node.WrappedObject));
 }
Example #15
0
 // Generating method code for removeHtmlAttributeChangeListener
 public virtual void RemoveHtmlAttributeChangeListener(NHtmlUnit.Html.IHtmlAttributeChangeListener listener)
 {
     WObj.removeHtmlAttributeChangeListener((com.gargoylesoftware.htmlunit.html.HtmlAttributeChangeListener)listener.WrappedObject);
 }
Example #16
0
 // Generating method code for removeChild
 public virtual NHtmlUnit.W3C.Dom.INode RemoveChild(NHtmlUnit.W3C.Dom.INode child)
 {
     return ObjectWrapper.CreateWrapper<NHtmlUnit.W3C.Dom.INode>(WObj.removeChild((org.w3c.dom.Node)child.WrappedObject));
 }
Example #17
0
 // Generating method code for setFocusedElement
 public virtual bool SetFocusedElement(NHtmlUnit.Html.HtmlElement newElement)
 {
     return WObj.setFocusedElement((com.gargoylesoftware.htmlunit.html.HtmlElement)newElement.WrappedObject);
 }
Example #18
0
 // Generating method code for replace
 public virtual void Replace(NHtmlUnit.Html.DomNode newNode)
 {
     WObj.replace((com.gargoylesoftware.htmlunit.html.DomNode)newNode.WrappedObject);
 }
Example #19
0
 // Generating method code for extend
 public virtual void Extend(NHtmlUnit.Javascript.Host.Node parentNode, int offset)
 {
     WObj.extend((com.gargoylesoftware.htmlunit.javascript.host.Node)parentNode.WrappedObject, offset);
 }
Example #20
0
 // Generating method code for replaceChild
 public virtual NHtmlUnit.W3C.Dom.INode ReplaceChild(NHtmlUnit.W3C.Dom.INode newChild, NHtmlUnit.W3C.Dom.INode oldChild)
 {
     return ObjectWrapper.CreateWrapper<NHtmlUnit.W3C.Dom.INode>(WObj.replaceChild((org.w3c.dom.Node)newChild.WrappedObject, (org.w3c.dom.Node)oldChild.WrappedObject));
 }
Example #21
0
 // Generating method code for selectAllChildren
 public virtual void SelectAllChildren(NHtmlUnit.Javascript.Host.Node parentNode)
 {
     WObj.selectAllChildren((com.gargoylesoftware.htmlunit.javascript.host.Node)parentNode.WrappedObject);
 }
Example #22
0
 // Generating method code for setUserData
 public virtual object SetUserData(string key, object data, NHtmlUnit.W3C.Dom.IUserDataHandler handler)
 {
     return WObj.setUserData(key, data, (org.w3c.dom.UserDataHandler)handler.WrappedObject);
 }
Example #23
0
 // Generating method code for mergeAttributes
 public virtual void MergeAttributes(NHtmlUnit.Javascript.Host.Html.HTMLElement source, object preserveIdentity)
 {
     WObj.mergeAttributes((com.gargoylesoftware.htmlunit.javascript.host.html.HTMLElement)source.WrappedObject, preserveIdentity);
 }
Example #24
0
 public CSSStyleDeclaration(NHtmlUnit.Javascript.Host.Element element)
     : this(new com.gargoylesoftware.htmlunit.javascript.host.css.CSSStyleDeclaration((com.gargoylesoftware.htmlunit.javascript.host.Element)element.WrappedObject))
 {
 }
Example #25
0
 // Generating method code for setAttributeNode
 public virtual NHtmlUnit.Javascript.Host.Attr SetAttributeNode(NHtmlUnit.Javascript.Host.Attr newAtt)
 {
     return ObjectWrapper.CreateWrapper<NHtmlUnit.Javascript.Host.Attr>(WObj.setAttributeNode((com.gargoylesoftware.htmlunit.javascript.host.Attr)newAtt.WrappedObject));
 }
Example #26
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));
 }
 public DomDocumentFragment(NHtmlUnit.SgmlPage page)
     : this(new com.gargoylesoftware.htmlunit.html.DomDocumentFragment((com.gargoylesoftware.htmlunit.SgmlPage)page.WrappedObject))
 {
 }
Example #28
0
 public HtmlPage(java.net.URL originatingUrl, NHtmlUnit.WebResponse webResponse, NHtmlUnit.IWebWindow webWindow)
     : this(new com.gargoylesoftware.htmlunit.html.HtmlPage(originatingUrl, (com.gargoylesoftware.htmlunit.WebResponse)webResponse.WrappedObject, (com.gargoylesoftware.htmlunit.WebWindow)webWindow.WrappedObject))
 {
 }
Example #29
0
 public XMLDocument(NHtmlUnit.IWebWindow enclosingWindow)
     : this(new com.gargoylesoftware.htmlunit.javascript.host.xml.XMLDocument((com.gargoylesoftware.htmlunit.WebWindow)enclosingWindow.WrappedObject))
 {
 }
Example #30
0
 public MediaList(NHtmlUnit.Javascript.Host.Css.CSSStyleSheet parent, NHtmlUnit.W3C.Dom.Stylesheets.IMediaList wrappedList)
     : this(new com.gargoylesoftware.htmlunit.javascript.host.dom.MediaList((com.gargoylesoftware.htmlunit.javascript.host.css.CSSStyleSheet)parent.WrappedObject, (org.w3c.dom.stylesheets.MediaList)wrappedList.WrappedObject))
 {
 }