示例#1
0
		public NetOffice.MSHTMLApi.IHTMLDOMNode appendChild(NetOffice.MSHTMLApi.IHTMLDOMNode newChild)
		{
			object[] paramsArray = Invoker.ValidateParamsArray(newChild);
			object returnItem = Invoker.MethodReturn(this, "appendChild", paramsArray);
			NetOffice.MSHTMLApi.IHTMLDOMNode newObject = Factory.CreateObjectFromComProxy(this,returnItem) as NetOffice.MSHTMLApi.IHTMLDOMNode;
			return newObject;
		}
        public NetOffice.MSHTMLApi.IHTMLDOMNode replaceNode(NetOffice.MSHTMLApi.IHTMLDOMNode replacement)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(replacement);
            object   returnItem  = Invoker.MethodReturn(this, "replaceNode", paramsArray);

            NetOffice.MSHTMLApi.IHTMLDOMNode newObject = Factory.CreateObjectFromComProxy(this, returnItem) as NetOffice.MSHTMLApi.IHTMLDOMNode;
            return(newObject);
        }
        public NetOffice.MSHTMLApi.IHTMLDOMNode removeNode()
        {
            object[] paramsArray = null;
            object   returnItem  = Invoker.MethodReturn(this, "removeNode", paramsArray);

            NetOffice.MSHTMLApi.IHTMLDOMNode newObject = Factory.CreateObjectFromComProxy(this, returnItem) as NetOffice.MSHTMLApi.IHTMLDOMNode;
            return(newObject);
        }
        public NetOffice.MSHTMLApi.IHTMLDOMNode cloneNode(bool fDeep)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(fDeep);
            object   returnItem  = Invoker.MethodReturn(this, "cloneNode", paramsArray);

            NetOffice.MSHTMLApi.IHTMLDOMNode newObject = Factory.CreateObjectFromComProxy(this, returnItem) as NetOffice.MSHTMLApi.IHTMLDOMNode;
            return(newObject);
        }
        public NetOffice.MSHTMLApi.IHTMLDOMNode insertBefore(NetOffice.MSHTMLApi.IHTMLDOMNode newChild, object refChild)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(newChild, refChild);
            object   returnItem  = Invoker.MethodReturn(this, "insertBefore", paramsArray);

            NetOffice.MSHTMLApi.IHTMLDOMNode newObject = Factory.CreateObjectFromComProxy(this, returnItem) as NetOffice.MSHTMLApi.IHTMLDOMNode;
            return(newObject);
        }
        public NetOffice.MSHTMLApi.IHTMLDOMNode splitText(Int32 offset)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(offset);
            object   returnItem  = Invoker.MethodReturn(this, "splitText", paramsArray);

            NetOffice.MSHTMLApi.IHTMLDOMNode newObject = Factory.CreateObjectFromComProxy(this, returnItem) as NetOffice.MSHTMLApi.IHTMLDOMNode;
            return(newObject);
        }
        public NetOffice.MSHTMLApi.IHTMLDOMNode createTextNode(string text)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(text);
            object   returnItem  = Invoker.MethodReturn(this, "createTextNode", paramsArray);

            NetOffice.MSHTMLApi.IHTMLDOMNode newObject = NetOffice.Factory.CreateObjectFromComProxy(this, returnItem) as NetOffice.MSHTMLApi.IHTMLDOMNode;
            return(newObject);
        }
示例#8
0
        public NetOffice.MSHTMLApi.IHTMLDOMNode swapNode(NetOffice.MSHTMLApi.IHTMLDOMNode otherNode)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(otherNode);
            object   returnItem  = Invoker.MethodReturn(this, "swapNode", paramsArray);

            NetOffice.MSHTMLApi.IHTMLDOMNode newObject = NetOffice.Factory.CreateObjectFromComProxy(this, returnItem) as NetOffice.MSHTMLApi.IHTMLDOMNode;
            return(newObject);
        }
示例#9
0
        public NetOffice.MSHTMLApi.IHTMLDOMNode replaceChild(NetOffice.MSHTMLApi.IHTMLDOMNode newChild, NetOffice.MSHTMLApi.IHTMLDOMNode oldChild)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(newChild, oldChild);
            object   returnItem  = Invoker.MethodReturn(this, "replaceChild", paramsArray);

            NetOffice.MSHTMLApi.IHTMLDOMNode newObject = NetOffice.Factory.CreateObjectFromComProxy(this, returnItem) as NetOffice.MSHTMLApi.IHTMLDOMNode;
            return(newObject);
        }
示例#10
0
        public NetOffice.MSHTMLApi.IHTMLDOMNode createComment(string bstrdata)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(bstrdata);
            object   returnItem  = Invoker.MethodReturn(this, "createComment", paramsArray);

            NetOffice.MSHTMLApi.IHTMLDOMNode newObject = Factory.CreateObjectFromComProxy(this, returnItem) as NetOffice.MSHTMLApi.IHTMLDOMNode;
            return(newObject);
        }
 public NetOffice.MSHTMLApi.IHTMLDOMNode appendChild(NetOffice.MSHTMLApi.IHTMLDOMNode newChild)
 {
     return(Factory.ExecuteBaseReferenceMethodGet <NetOffice.MSHTMLApi.IHTMLDOMNode>(this, "appendChild", newChild));
 }
 public NetOffice.MSHTMLApi.IHTMLDOMNode removeChild(NetOffice.MSHTMLApi.IHTMLDOMNode oldChild)
 {
     return(Factory.ExecuteBaseReferenceMethodGet <NetOffice.MSHTMLApi.IHTMLDOMNode>(this, "removeChild", oldChild));
 }
 public NetOffice.MSHTMLApi.IHTMLDOMNode insertBefore(NetOffice.MSHTMLApi.IHTMLDOMNode newChild)
 {
     return(Factory.ExecuteBaseReferenceMethodGet <NetOffice.MSHTMLApi.IHTMLDOMNode>(this, "insertBefore", newChild));
 }
示例#14
0
 public NetOffice.MSHTMLApi.IHTMLDOMNode replaceNode(NetOffice.MSHTMLApi.IHTMLDOMNode replacement)
 {
     return(Factory.ExecuteBaseReferenceMethodGet <NetOffice.MSHTMLApi.IHTMLDOMNode>(this, "replaceNode", replacement));
 }
示例#15
0
 public NetOffice.MSHTMLApi.IHTMLDOMNode swapNode(NetOffice.MSHTMLApi.IHTMLDOMNode otherNode)
 {
     return(Factory.ExecuteBaseReferenceMethodGet <NetOffice.MSHTMLApi.IHTMLDOMNode>(this, "swapNode", otherNode));
 }