Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_comment.js')
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_comment.js58
1 files changed, 0 insertions, 58 deletions
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_comment.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_comment.js
deleted file mode 100644
index 566eaef0..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_comment.js
+++ /dev/null
@@ -1,58 +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 comment() * @type comment * @super Object * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535229.aspx */ function comment(){}; comment.prototype= new Object(); /** * Property canHaveChildren * @type Boolean * @returns {Boolean}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533546.aspx */ comment.prototype.canHaveChildren=false; /** * Property canHaveHTML * @type Boolean * @returns {Boolean}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537836.aspx */ comment.prototype.canHaveHTML=false; /** * Property data * @type String * @returns {String}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533702.aspx */ comment.prototype.data=""; /** * Property firstChild * @type Object * @returns {Object}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533755.aspx */ comment.prototype.firstChild=new Object(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ comment.prototype.childNodes= new childNodes(); /** * Property id * @type String * @returns {String}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533880.aspx */ comment.prototype.id=""; /** * Property isContentEditable * @type Boolean * @returns {Boolean}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537838.aspx */ comment.prototype.isContentEditable=false; /** * Property isDisabled * @type Boolean * @returns {Boolean}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533902.aspx */ comment.prototype.isDisabled=false; /** * Property isMultiLine * @type Boolean * @returns {Boolean}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537839.aspx */ comment.prototype.isMultiLine=false; /** * Property isTextEdit * @type Boolean * @returns {Boolean}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533920.aspx */ comment.prototype.isTextEdit=false; /** * Property TextRange * @type TextRange * @returns {TextRange}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535872.aspx */ comment.prototype.TextRange= new TextRange(); /** * Property lang * @type String * @returns {String}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533935.aspx */ comment.prototype.lang=""; /** * Property lastChild * @type Object * @returns {Object}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533943.aspx */ comment.prototype.lastChild=new Object(); /** * Property length * @type Number * @returns {Number}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534101.aspx */ comment.prototype.length=0; /** * Property nextSibling * @type Object * @returns {Object}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534189.aspx */ comment.prototype.nextSibling=new Object(); /** * Property nodeName * @type String * @returns {String}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534190.aspx */ comment.prototype.nodeName=""; /** * Property nodeType * @type Number * @returns {Number}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534191.aspx */ comment.prototype.nodeType=0; /** * Property nodeValue * @type Object * @returns {Object}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534192.aspx */ comment.prototype.nodeValue=new Object(); /** * Property offsetParent * @type Object * @returns {Object}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534302.aspx */ comment.prototype.offsetParent=new Object(); /** * Property offsetTop * @type Number * @returns {Number}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534303.aspx */ comment.prototype.offsetTop=0; /** * Property offsetLeft * @type Number * @returns {Number}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534200.aspx */ comment.prototype.offsetLeft=0; /** * Property outerText * @type String * @returns {String}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534311.aspx */ comment.prototype.outerText=""; /** * Property ownerDocument * @type document * @returns {document}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534315.aspx */ comment.prototype.ownerDocument=new document(); /** * Property document * @type document * @returns {document}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms531073.aspx */ comment.prototype.document= new document(); /** * Property parentElement * @type Object * @returns {Object}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534327.aspx */ comment.prototype.parentElement=new Object(); /** * Property parentNode * @type Object * @returns {Object}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534328.aspx */ comment.prototype.parentNode=new Object(); /** * Property parentTextEdit * @type Object * @returns {Object}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534330.aspx */ comment.prototype.parentTextEdit=new Object(); /** * Property previousSibling * @type Object * @returns {Object}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534350.aspx */ comment.prototype.previousSibling=new Object(); /** * Property readyState * @type Object * @returns {Object}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534358.aspx */ comment.prototype.readyState=new Object(); /** * Property scopeName * @type String * @returns {String}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534388.aspx */ comment.prototype.scopeName=""; /** * Property sourceIndex * @type Number * @returns {Number}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534635.aspx */ comment.prototype.sourceIndex=0; /** * Property all * @type all * @returns {all}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ comment.prototype.all= new all(); /** * Property tagName * @type String * @returns {String}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534657.aspx */ comment.prototype.tagName=""; /** * Property tagUrn * @type String * @returns {String}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534658.aspx */ comment.prototype.tagUrn=""; /** * Property text * @type String * @returns {String}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534678.aspx */ comment.prototype.text=""; /** * Property uniqueID * @type String * @returns {String}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534704.aspx */ comment.prototype.uniqueID=""; /** * function addBehavior(sUrl) * @param {String} sUrl * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535922.aspx */ comment.prototype.addBehavior=function(sUrl){}; /** * function appendChild(oNode) * @param {appendChild} oNode * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535934.aspx */ comment.prototype.appendChild=function(oNode){}; /** * function appendData(sString) * @param {String} sString * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535935.aspx */ comment.prototype.appendData=function(sString){}; /** * function applyElement(oNewElement) * @param {String} oNewElement * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536341.aspx */ comment.prototype.applyElement=function(oNewElement){}; /** * function attachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {Boolean} fpNotify * @type Boolean * @returns {Boolean}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536343.aspx */ comment.prototype.attachEvent=function(sEvent,fpNotify){}; /** * function clearAttributes() * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536350.aspx */ comment.prototype.clearAttributes=function(){}; /** * function cloneNode(bCloneChildren) * @param {Boolean} bCloneChildren * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536365.aspx */ comment.prototype.cloneNode=function(bCloneChildren){}; /** * function componentFromPoint(iCoordX,iCoordY) * @param {Number} iCoordX * @param {Number} iCoordY * @type String * @returns {String}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536375.aspx */ comment.prototype.componentFromPoint=function(iCoordX,iCoordY){}; /** * function deleteData(nOffset,nCount) * @param {Number} nOffset * @param {Number} nCount * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536407.aspx */ comment.prototype.deleteData=function(nOffset,nCount){}; /** * function detachEvent(sEvent,fpNotify) * @param {String} sEvent * @param {attachEvent} fpNotify * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536411.aspx */ comment.prototype.detachEvent=function(sEvent,fpNotify){}; /** * function dragDrop() * @type Boolean * @returns {Boolean}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536415.aspx */ comment.prototype.dragDrop=function(){}; /** * function fireEvent(sEvent,oEventObject) * @param {String} sEvent * @param {event} oEventObject * @type Boolean * @returns {Boolean}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536423.aspx */ comment.prototype.fireEvent=function(sEvent,oEventObject){}; /** * function getAdjacentText(sWhere) * @param {String} sWhere * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536427.aspx */ comment.prototype.getAdjacentText=function(sWhere){}; /** * function getAttribute(sAttrName,iFlags,sAttrName) * @param {String} sAttrName * @param {Number} iFlags * @param {getAttribute} sAttrName * @type Object * @returns {Object}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536429.aspx */ comment.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){}; /** * function getAttributeNode(sName) * @param {String} sName * @type attribute * @returns {attribute}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536430.aspx */ comment.prototype.getAttributeNode=function(sName){}; /** * Property attribute * @type attribute * @returns {attribute}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535187.aspx */ comment.prototype.attribute= new attribute(); /** * Property name * @type String * @returns {String}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534184.aspx */ comment.prototype.name=""; /** * function getBoundingClientRect() * @type TextRectangle * @returns {TextRectangle}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536433.aspx */ comment.prototype.getBoundingClientRect=function(){}; /** * Property TextRectangle * @type TextRectangle * @returns {TextRectangle}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ comment.prototype.TextRectangle= new TextRectangle(); /** * function getClientRects() * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ comment.prototype.getClientRects=function(){}; /** * function hasChildNodes() * @type HTML Elements * @returns {HTML}
- Elements * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536445.aspx */ comment.prototype.hasChildNodes=function(){}; /** * function insertAdjacentElement(sWhere,oElement) * @param {String} sWhere * @param {insertAdjacentElement} oElement * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536451.aspx */ comment.prototype.insertAdjacentElement=function(sWhere,oElement){}; /** * function insertAdjacentHTML(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536452.aspx */ comment.prototype.insertAdjacentHTML=function(sWhere,sText){}; /** * function insertAdjacentText(sWhere,sText) * @param {String} sWhere * @param {String} sText * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536453.aspx */ comment.prototype.insertAdjacentText=function(sWhere,sText){}; /** * function insertBefore(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536454.aspx */ comment.prototype.insertBefore=function(oNewNode,oChildNode){}; /** * function insertData(nOffset,sString) * @param {Number} nOffset * @param {String} sString * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536456.aspx */ comment.prototype.insertData=function(nOffset,sString){}; /** * function mergeAttributes(oSource,bPreserve) * @param {Object} oSource * @param {Boolean} bPreserve * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536614.aspx */ comment.prototype.mergeAttributes=function(oSource,bPreserve){}; /** * function normalize() * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536646.aspx */ comment.prototype.normalize=function(){}; /** * function removeAttribute(sName,iCaseSensitive) * @param {String} sName * @param {Number} iCaseSensitive * @type Boolean * @returns {Boolean}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536696.aspx */ comment.prototype.removeAttribute=function(sName,iCaseSensitive){}; /** * function removeAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536698.aspx */ comment.prototype.removeAttributeNode=function(oSrcAttribute){}; /** * function removeBehavior(iID) * @param {Number} iID * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536700.aspx */ comment.prototype.removeBehavior=function(iID){}; /** * function removeChild(oNode) * @param {Object} oNode * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536702.aspx */ comment.prototype.removeChild=function(oNode){}; /** * function removeNode(bRemoveChildren) * @param {Boolean} bRemoveChildren * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536708.aspx */ comment.prototype.removeNode=function(bRemoveChildren){}; /** * function replaceAdjacentText(sWhere,sReplaceText) * @param {String} sWhere * @param {String} sReplaceText * @type String * @returns {String}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536714.aspx */ comment.prototype.replaceAdjacentText=function(sWhere,sReplaceText){}; /** * function replaceChild(oNewNode,oChildNode) * @param {Object} oNewNode * @param {Object} oChildNode * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536716.aspx */ comment.prototype.replaceChild=function(oNewNode,oChildNode){}; /** * function replaceData(nOffset,nCount,sString) * @param {Number} nOffset * @param {Number} nCount * @param {String} sString * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536718.aspx */ comment.prototype.replaceData=function(nOffset,nCount,sString){}; /** * function replaceNode(oNewNode) * @param {Object} oNewNode * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536719.aspx */ comment.prototype.replaceNode=function(oNewNode){}; /** * function scrollIntoView(bAlignToTop) * @param {Boolean} bAlignToTop * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536730.aspx */ comment.prototype.scrollIntoView=function(bAlignToTop){}; /** * function setAttribute(sName,vValue) * @param {String} sName * @param {Number} vValue * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536739.aspx */ comment.prototype.setAttribute=function(sName,vValue){}; /** * function setAttributeNode(oSrcAttribute) * @param {attribute} oSrcAttribute * @type attribute * @returns {attribute}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536741.aspx */ comment.prototype.setAttributeNode=function(oSrcAttribute){}; /** * function substringData(nOffset,nCount) * @param {Number} nOffset * @param {Number} nCount * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536772.aspx */ comment.prototype.substringData=function(nOffset,nCount){}; /** * function swapNode(oNode) * @param {Object} oNode * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536774.aspx */ comment.prototype.swapNode=function(oNode){}; /** * Property onpropertychange * @type onpropertychange * @returns {onpropertychange}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536956.aspx */ comment.prototype.onpropertychange= new onpropertychange(); /** * Property onreadystatechange * @type onreadystatechange * @returns {onreadystatechange}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536957.aspx */ comment.prototype.onreadystatechange= new onreadystatechange(); /** * Property attributes * @type attributes * @returns {attributes}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537438.aspx */ comment.prototype.attributes= new attributes(); /** * Property behaviorUrns * @type behaviorUrns * @returns {behaviorUrns}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537439.aspx */ comment.prototype.behaviorUrns= new behaviorUrns(); /** * Property childNodes * @type childNodes * @returns {childNodes}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537445.aspx */ comment.prototype.childNodes= new childNodes(); /** * Property TextNode * @type TextNode * @returns {TextNode}
- * @memberOf comment * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535905.aspx */ comment.prototype.TextNode= new TextNode(); \ No newline at end of file

Back to the top