Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_hn.js')
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_hn.js132
1 files changed, 0 insertions, 132 deletions
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_hn.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_hn.js
deleted file mode 100644
index e16e7ca2..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_hn.js
+++ /dev/null
@@ -1,132 +0,0 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object hn() * @type hn * @super Object * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535253.aspx */ function hn(){}; hn.prototype= new Object(); /** * Property accessKey * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533062.aspx */ hn.prototype.accessKey=""; /** * Property align * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533069.aspx */ hn.prototype.align=""; /** * Property blockDirection * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533508.aspx */ hn.prototype.blockDirection=""; /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ hn.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ hn.prototype.canHaveHTML=false; /** * Property className * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533560.aspx */ hn.prototype.className=""; /** * Property clientHeight * @type Number * @returns {Number}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533563.aspx */ hn.prototype.clientHeight=0; /** * Property clientLeft * @type Number * @returns {Number}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533564.aspx */ hn.prototype.clientLeft=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ hn.prototype.offsetLeft=0; /** * Property clientTop * @type Number * @returns {Number}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533565.aspx */ hn.prototype.clientTop=0; /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ hn.prototype.offsetTop=0; /** * Property clientWidth * @type Number * @returns {Number}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533566.aspx */ hn.prototype.clientWidth=0; /** * Property contentEditable * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537837.aspx */ hn.prototype.contentEditable=""; /** * Property dir * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533728.aspx */ hn.prototype.dir=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ hn.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ hn.prototype.childNodes= new childNodes(); /** * Property hideFocus * @type Boolean * @returns {Boolean}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533783.aspx */ hn.prototype.hideFocus=false; /** * Property id * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ hn.prototype.id=""; /** * Property innerHTML * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533897.aspx */ hn.prototype.innerHTML=""; /** * Property innerText * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533899.aspx */ hn.prototype.innerText=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ hn.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ hn.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ hn.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ hn.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ hn.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ hn.prototype.lang=""; /** * Property language * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533940.aspx */ hn.prototype.language=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ hn.prototype.lastChild=new Object(); /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ hn.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ hn.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ hn.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ hn.prototype.nodeValue=new Object(); /** * Property offsetHeight * @type Number * @returns {Number}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534199.aspx */ hn.prototype.offsetHeight=0; /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ hn.prototype.offsetParent=new Object(); /** * Property offsetWidth * @type Number * @returns {Number}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534304.aspx */ hn.prototype.offsetWidth=0; /** * Property onOffBehavior * @type DABoolean * @returns {DABoolean}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533630.aspx */ hn.prototype.onOffBehavior=new DABoolean(); /** * Property outerHTML * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534310.aspx */ hn.prototype.outerHTML=""; /** * Property outerText * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ hn.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ hn.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ hn.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ hn.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ hn.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ hn.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ hn.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ hn.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ hn.prototype.scopeName=""; /** * Property scrollHeight * @type Object * @returns {Object}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534615.aspx */ hn.prototype.scrollHeight=new Object(); /** * Property scrollLeft * @type Number * @returns {Number}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534617.aspx */ hn.prototype.scrollLeft=0; /** * Property scrollTop * @type Number * @returns {Number}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534618.aspx */ hn.prototype.scrollTop=0; /** * Property scrollWidth * @type Object * @returns {Object}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534619.aspx */ hn.prototype.scrollWidth=new Object(); /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ hn.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ hn.prototype.all= new all(); /** * Property tabIndex * @type Number * @returns {Number}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534654.aspx */ hn.prototype.tabIndex=0; /** * Property tagName * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ hn.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ hn.prototype.tagUrn=""; /** * Property title * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534683.aspx */ hn.prototype.title=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ hn.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ hn.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ hn.prototype.appendChild=function(oNode){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ hn.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ hn.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function blur() * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536347.aspx */ hn.prototype.blur=function(){}; /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ hn.prototype.onblur= new onblur(); /** * function clearAttributes() * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ hn.prototype.clearAttributes=function(){}; /** * function click() * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536363.aspx */ hn.prototype.click=function(){}; /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ hn.prototype.onclick= new onclick(); /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ hn.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ hn.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function contains(oElement) * @param {Boolean} oElement * @type Boolean * @returns {Boolean}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536377.aspx */ hn.prototype.contains=function(oElement){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ hn.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ hn.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function focus() * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536425.aspx */ hn.prototype.focus=function(){}; /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ hn.prototype.onfocus= new onfocus(); /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ hn.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ hn.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ hn.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ hn.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ hn.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ hn.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ hn.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ hn.prototype.getClientRects=function(){}; /** * function getElementsByTagName(sTagName) * @param {String} sTagName * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536439.aspx */ hn.prototype.getElementsByTagName=function(sTagName){}; /** * function getExpression(sPropertyName) * @param {String} sPropertyName * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358797.aspx */ hn.prototype.getExpression=function(sPropertyName){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ hn.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ hn.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ hn.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ hn.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ hn.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ hn.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ hn.prototype.normalize=function(){}; /** * function releaseCapture() * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536689.aspx */ hn.prototype.releaseCapture=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ hn.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ hn.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ hn.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ hn.prototype.removeChild=function(oNode){}; /** * function removeExpression(sPropertyName) * @param {String} sPropertyName * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/aa358798.aspx */ hn.prototype.removeExpression=function(sPropertyName){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ hn.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ hn.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ hn.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ hn.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ hn.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setActive() * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536738.aspx */ hn.prototype.setActive=function(){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ hn.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ hn.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function setCapture(bContainerCapture) * @param {Boolean} bContainerCapture * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536742.aspx */ hn.prototype.setCapture=function(bContainerCapture){}; /** * function setExpression(sPropertyName,sExpression,sLanguage) * @param {String} sPropertyName * @param {String} sExpression * @param {String} sLanguage * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531196.aspx */ hn.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ hn.prototype.swapNode=function(oNode){}; /** * Property onactivate * @type onactivate * @returns {onactivate}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536787.aspx */ hn.prototype.onactivate= new onactivate(); /** * Property activeElement * @type Object * @returns {Object}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533065.aspx */ hn.prototype.activeElement=new Object(); /** * Property onbeforeactivate * @type onbeforeactivate * @returns {onbeforeactivate}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536791.aspx */ hn.prototype.onbeforeactivate= new onbeforeactivate(); /** * Property onbeforecopy * @type onbeforecopy * @returns {onbeforecopy}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536901.aspx */ hn.prototype.onbeforecopy= new onbeforecopy(); /** * Property onbeforecut * @type onbeforecut * @returns {onbeforecut}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536902.aspx */ hn.prototype.onbeforecut= new onbeforecut(); /** * Property onbeforedeactivate * @type onbeforedeactivate * @returns {onbeforedeactivate}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536903.aspx */ hn.prototype.onbeforedeactivate= new onbeforedeactivate(); /** * Property onbeforeeditfocus * @type onbeforeeditfocus * @returns {onbeforeeditfocus}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536904.aspx */ hn.prototype.onbeforeeditfocus= new onbeforeeditfocus(); /** * Property onbeforepaste * @type onbeforepaste * @returns {onbeforepaste}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536905.aspx */ hn.prototype.onbeforepaste= new onbeforepaste(); /** * Property onblur * @type onblur * @returns {onblur}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536909.aspx */ hn.prototype.onblur= new onblur(); /** * Property onclick * @type onclick * @returns {onclick}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536913.aspx */ hn.prototype.onclick= new onclick(); /** * Property oncontextmenu * @type oncontextmenu * @returns {oncontextmenu}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536914.aspx */ hn.prototype.oncontextmenu= new oncontextmenu(); /** * Property oncontrolselect * @type oncontrolselect * @returns {oncontrolselect}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537844.aspx */ hn.prototype.oncontrolselect= new oncontrolselect(); /** * Property oncopy * @type oncopy * @returns {oncopy}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536916.aspx */ hn.prototype.oncopy= new oncopy(); /** * Property oncut * @type oncut * @returns {oncut}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536917.aspx */ hn.prototype.oncut= new oncut(); /** * Property ondblclick * @type ondblclick * @returns {ondblclick}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536921.aspx */ hn.prototype.ondblclick= new ondblclick(); /** * Property ondeactivate * @type ondeactivate * @returns {ondeactivate}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536922.aspx */ hn.prototype.ondeactivate= new ondeactivate(); /** * Property ondrag * @type ondrag * @returns {ondrag}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536923.aspx */ hn.prototype.ondrag= new ondrag(); /** * Property ondragend * @type ondragend * @returns {ondragend}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536924.aspx */ hn.prototype.ondragend= new ondragend(); /** * Property ondragenter * @type ondragenter * @returns {ondragenter}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536925.aspx */ hn.prototype.ondragenter= new ondragenter(); /** * Property ondragleave * @type ondragleave * @returns {ondragleave}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536926.aspx */ hn.prototype.ondragleave= new ondragleave(); /** * Property ondragover * @type ondragover * @returns {ondragover}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536927.aspx */ hn.prototype.ondragover= new ondragover(); /** * Property ondragstart * @type ondragstart * @returns {ondragstart}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536928.aspx */ hn.prototype.ondragstart= new ondragstart(); /** * Property ondrop * @type ondrop * @returns {ondrop}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536929.aspx */ hn.prototype.ondrop= new ondrop(); /** * Property onfocus * @type onfocus * @returns {onfocus}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536934.aspx */ hn.prototype.onfocus= new onfocus(); /** * Property onfocusin * @type onfocusin * @returns {onfocusin}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536935.aspx */ hn.prototype.onfocusin= new onfocusin(); /** * Property onfocusout * @type onfocusout * @returns {onfocusout}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536936.aspx */ hn.prototype.onfocusout= new onfocusout(); /** * Property onhelp * @type onhelp * @returns {onhelp}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536937.aspx */ hn.prototype.onhelp= new onhelp(); /** * Property onkeydown * @type onkeydown * @returns {onkeydown}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536938.aspx */ hn.prototype.onkeydown= new onkeydown(); /** * Property onkeypress * @type onkeypress * @returns {onkeypress}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536939.aspx */ hn.prototype.onkeypress= new onkeypress(); /** * Property onkeyup * @type onkeyup * @returns {onkeyup}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536940.aspx */ hn.prototype.onkeyup= new onkeyup(); /** * Property onlosecapture * @type onlosecapture * @returns {onlosecapture}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536943.aspx */ hn.prototype.onlosecapture= new onlosecapture(); /** * Property onmousedown * @type onmousedown * @returns {onmousedown}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536944.aspx */ hn.prototype.onmousedown= new onmousedown(); /** * Property onmouseenter * @type onmouseenter * @returns {onmouseenter}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536945.aspx */ hn.prototype.onmouseenter= new onmouseenter(); /** * Property onmouseleave * @type onmouseleave * @returns {onmouseleave}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536946.aspx */ hn.prototype.onmouseleave= new onmouseleave(); /** * Property onmousemove * @type onmousemove * @returns {onmousemove}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536947.aspx */ hn.prototype.onmousemove= new onmousemove(); /** * Property onmouseout * @type onmouseout * @returns {onmouseout}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536948.aspx */ hn.prototype.onmouseout= new onmouseout(); /** * Property onmouseover * @type onmouseover * @returns {onmouseover}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536949.aspx */ hn.prototype.onmouseover= new onmouseover(); /** * Property onmouseup * @type onmouseup * @returns {onmouseup}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536950.aspx */ hn.prototype.onmouseup= new onmouseup(); /** * Property onmousewheel * @type onmousewheel * @returns {onmousewheel}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ hn.prototype.onmousewheel= new onmousewheel(); /** * Property onmove * @type onmove * @returns {onmove}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536952.aspx */ hn.prototype.onmove= new onmove(); /** * Property onmoveend * @type onmoveend * @returns {onmoveend}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536953.aspx */ hn.prototype.onmoveend= new onmoveend(); /** * Property onmovestart * @type onmovestart * @returns {onmovestart}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536954.aspx */ hn.prototype.onmovestart= new onmovestart(); /** * Property onpaste * @type onpaste * @returns {onpaste}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536955.aspx */ hn.prototype.onpaste= new onpaste(); /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ hn.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ hn.prototype.onreadystatechange= new onreadystatechange(); /** * Property onresize * @type onresize * @returns {onresize}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536959.aspx */ hn.prototype.onresize= new onresize(); /** * Property onresizeend * @type onresizeend * @returns {onresizeend}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536960.aspx */ hn.prototype.onresizeend= new onresizeend(); /** * Property onresizestart * @type onresizestart * @returns {onresizestart}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536961.aspx */ hn.prototype.onresizestart= new onresizestart(); /** * Property onselectstart * @type onselectstart * @returns {onselectstart}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536969.aspx */ hn.prototype.onselectstart= new onselectstart(); /** * Property ontimeerror * @type ontimeerror * @returns {ontimeerror}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533588.aspx */ hn.prototype.ontimeerror= new ontimeerror(); /** * Property all * @type all * @returns {all}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ hn.prototype.all= new all(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ hn.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ hn.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ hn.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ hn.prototype.TextNode= new TextNode(); /** * Property children * @type children * @returns {children}
- * @memberOf hn * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537446.aspx */ hn.prototype.children= new children(); \ No newline at end of file

Back to the top