Skip to main content
summaryrefslogtreecommitdiffstats
blob: e7b8a454b9495de80b25f46eb777ca0d2ab6fe06 (plain) (blame)
1
/*******************************************************************************
 * 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 listing()
  * @type listing
  * @super Object
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms535849.aspx
*/

function listing(){};
listing.prototype= new Object();
/**
  * Property accessKey
  * @type String
  * @return String
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533062.aspx
*/

listing.prototype.accessKey="";
/**
  * Property blockDirection
  * @type String
  * @return String
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533508.aspx
*/

listing.prototype.blockDirection="";
/**
  * Property canHaveChildren
  * @type Boolean
  * @return Boolean
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533546.aspx
*/

listing.prototype.canHaveChildren=false;
/**
  * Property canHaveHTML
  * @type Boolean
  * @return Boolean
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms537836.aspx
*/

listing.prototype.canHaveHTML=false;
/**
  * Property className
  * @type String
  * @return String
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533560.aspx
*/

listing.prototype.className="";
/**
  * Property clientHeight
  * @type Number
  * @return Number
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533563.aspx
*/

listing.prototype.clientHeight=0;
/**
  * Property clientLeft
  * @type Number
  * @return Number
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533564.aspx
*/

listing.prototype.clientLeft=0;
/**
  * Property offsetLeft
  * @type Number
  * @return Number
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534200.aspx
*/

listing.prototype.offsetLeft=0;
/**
  * Property clientTop
  * @type Number
  * @return Number
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533565.aspx
*/

listing.prototype.clientTop=0;
/**
  * Property offsetTop
  * @type Number
  * @return Number
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534303.aspx
*/

listing.prototype.offsetTop=0;
/**
  * Property clientWidth
  * @type Number
  * @return Number
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533566.aspx
*/

listing.prototype.clientWidth=0;
/**
  * Property contentEditable
  * @type String
  * @return String
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms537837.aspx
*/

listing.prototype.contentEditable="";
/**
  * Property dir
  * @type String
  * @return String
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533728.aspx
*/

listing.prototype.dir="";
/**
  * Property firstChild
  * @type Object
  * @return Object
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533755.aspx
*/

listing.prototype.firstChild=new Object();
/**
  * Property childNodes
  * @type childNodes
  * @return childNodes
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms537445.aspx
*/

listing.prototype.childNodes= new childNodes();
/**
  * Property hideFocus
  * @type Boolean
  * @return Boolean
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533783.aspx
*/

listing.prototype.hideFocus=false;
/**
  * Property id
  * @type String
  * @return String
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533880.aspx
*/

listing.prototype.id="";
/**
  * Property innerHTML
  * @type String
  * @return String
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533897.aspx
*/

listing.prototype.innerHTML="";
/**
  * Property innerText
  * @type String
  * @return String
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533899.aspx
*/

listing.prototype.innerText="";
/**
  * Property isContentEditable
  * @type Boolean
  * @return Boolean
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms537838.aspx
*/

listing.prototype.isContentEditable=false;
/**
  * Property isDisabled
  * @type Boolean
  * @return Boolean
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533902.aspx
*/

listing.prototype.isDisabled=false;
/**
  * Property isMultiLine
  * @type Boolean
  * @return Boolean
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms537839.aspx
*/

listing.prototype.isMultiLine=false;
/**
  * Property isTextEdit
  * @type Boolean
  * @return Boolean
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533920.aspx
*/

listing.prototype.isTextEdit=false;
/**
  * Property TextRange
  * @type TextRange
  * @return TextRange
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms535872.aspx
*/

listing.prototype.TextRange= new TextRange();
/**
  * Property lang
  * @type String
  * @return String
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533935.aspx
*/

listing.prototype.lang="";
/**
  * Property language
  * @type String
  * @return String
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533940.aspx
*/

listing.prototype.language="";
/**
  * Property lastChild
  * @type Object
  * @return Object
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533943.aspx
*/

listing.prototype.lastChild=new Object();
/**
  * Property nextSibling
  * @type Object
  * @return Object
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534189.aspx
*/

listing.prototype.nextSibling=new Object();
/**
  * Property nodeName
  * @type String
  * @return String
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534190.aspx
*/

listing.prototype.nodeName="";
/**
  * Property nodeType
  * @type Number
  * @return Number
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534191.aspx
*/

listing.prototype.nodeType=0;
/**
  * Property nodeValue
  * @type Object
  * @return Object
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534192.aspx
*/

listing.prototype.nodeValue=new Object();
/**
  * Property offsetHeight
  * @type Number
  * @return Number
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534199.aspx
*/

listing.prototype.offsetHeight=0;
/**
  * Property offsetParent
  * @type Object
  * @return Object
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534302.aspx
*/

listing.prototype.offsetParent=new Object();
/**
  * Property offsetWidth
  * @type Number
  * @return Number
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534304.aspx
*/

listing.prototype.offsetWidth=0;
/**
  * Property onOffBehavior
  * @type DABoolean
  * @return DABoolean
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533630.aspx
*/

listing.prototype.onOffBehavior=new DABoolean();
/**
  * Property outerHTML
  * @type String
  * @return String
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534310.aspx
*/

listing.prototype.outerHTML="";
/**
  * Property outerText
  * @type String
  * @return String
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534311.aspx
*/

listing.prototype.outerText="";
/**
  * Property ownerDocument
  * @type document
  * @return document
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534315.aspx
*/

listing.prototype.ownerDocument=new document();
/**
  * Property document
  * @type document
  * @return document
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms531073.aspx
*/

listing.prototype.document= new document();
/**
  * Property parentElement
  * @type Object
  * @return Object
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534327.aspx
*/

listing.prototype.parentElement=new Object();
/**
  * Property parentNode
  * @type Object
  * @return Object
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534328.aspx
*/

listing.prototype.parentNode=new Object();
/**
  * Property parentTextEdit
  * @type Object
  * @return Object
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534330.aspx
*/

listing.prototype.parentTextEdit=new Object();
/**
  * Property previousSibling
  * @type Object
  * @return Object
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534350.aspx
*/

listing.prototype.previousSibling=new Object();
/**
  * Property readyState
  * @type Object
  * @return Object
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534358.aspx
*/

listing.prototype.readyState=new Object();
/**
  * Property scopeName
  * @type String
  * @return String
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534388.aspx
*/

listing.prototype.scopeName="";
/**
  * Property scrollHeight
  * @type Object
  * @return Object
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534615.aspx
*/

listing.prototype.scrollHeight=new Object();
/**
  * Property scrollLeft
  * @type Number
  * @return Number
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534617.aspx
*/

listing.prototype.scrollLeft=0;
/**
  * Property scrollTop
  * @type Number
  * @return Number
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534618.aspx
*/

listing.prototype.scrollTop=0;
/**
  * Property scrollWidth
  * @type Object
  * @return Object
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534619.aspx
*/

listing.prototype.scrollWidth=new Object();
/**
  * Property sourceIndex
  * @type Number
  * @return Number
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534635.aspx
*/

listing.prototype.sourceIndex=0;
/**
  * Property all
  * @type all
  * @return all
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms537434.aspx
*/

listing.prototype.all= new all();
/**
  * Property tabIndex
  * @type Number
  * @return Number
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534654.aspx
*/

listing.prototype.tabIndex=0;
/**
  * Property tagName
  * @type String
  * @return String
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534657.aspx
*/

listing.prototype.tagName="";
/**
  * Property tagUrn
  * @type String
  * @return String
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534658.aspx
*/

listing.prototype.tagUrn="";
/**
  * Property title
  * @type String
  * @return String
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534683.aspx
*/

listing.prototype.title="";
/**
  * Property uniqueID
  * @type String
  * @return String
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534704.aspx
*/

listing.prototype.uniqueID="";
/**
  * function addBehavior(sUrl)
  * @param sUrl String
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms535922.aspx
*/

listing.prototype.addBehavior=function(sUrl){};
/**
  * function appendChild(oNode)
  * @param oNode appendChild
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms535934.aspx
*/

listing.prototype.appendChild=function(oNode){};
/**
  * function applyElement(oNewElement)
  * @param oNewElement String
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536341.aspx
*/

listing.prototype.applyElement=function(oNewElement){};
/**
  * function attachEvent(sEvent,fpNotify)
  * @param sEvent String
  * @param fpNotify Boolean
  * @type Boolean
  * @return Boolean
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536343.aspx
*/

listing.prototype.attachEvent=function(sEvent,fpNotify){};
/**
  * function blur()
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536347.aspx
*/

listing.prototype.blur=function(){};
/**
  * Property onblur
  * @type onblur
  * @return onblur
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536909.aspx
*/

listing.prototype.onblur= new onblur();
/**
  * function clearAttributes()
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536350.aspx
*/

listing.prototype.clearAttributes=function(){};
/**
  * function click()
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536363.aspx
*/

listing.prototype.click=function(){};
/**
  * Property onclick
  * @type onclick
  * @return onclick
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536913.aspx
*/

listing.prototype.onclick= new onclick();
/**
  * function cloneNode(bCloneChildren)
  * @param bCloneChildren Boolean
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536365.aspx
*/

listing.prototype.cloneNode=function(bCloneChildren){};
/**
  * function componentFromPoint(iCoordX,iCoordY)
  * @param iCoordX Number
  * @param iCoordY Number
  * @type String
  * @return String
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536375.aspx
*/

listing.prototype.componentFromPoint=function(iCoordX,iCoordY){};
/**
  * function contains(oElement)
  * @param oElement Boolean
  * @type Boolean
  * @return Boolean
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536377.aspx
*/

listing.prototype.contains=function(oElement){};
/**
  * function detachEvent(sEvent,fpNotify)
  * @param sEvent String
  * @param fpNotify attachEvent
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536411.aspx
*/

listing.prototype.detachEvent=function(sEvent,fpNotify){};
/**
  * function fireEvent(sEvent,oEventObject)
  * @param sEvent String
  * @param oEventObject event
  * @type Boolean
  * @return Boolean
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536423.aspx
*/

listing.prototype.fireEvent=function(sEvent,oEventObject){};
/**
  * function focus()
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536425.aspx
*/

listing.prototype.focus=function(){};
/**
  * Property onfocus
  * @type onfocus
  * @return onfocus
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536934.aspx
*/

listing.prototype.onfocus= new onfocus();
/**
  * function getAdjacentText(sWhere)
  * @param sWhere String
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536427.aspx
*/

listing.prototype.getAdjacentText=function(sWhere){};
/**
  * function getAttribute(sAttrName,iFlags,sAttrName)
  * @param sAttrName String
  * @param iFlags Number
  * @param sAttrName getAttribute
  * @type Object
  * @return Object
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536429.aspx
*/

listing.prototype.getAttribute=function(sAttrName,iFlags,sAttrName){};
/**
  * function getAttributeNode(sName)
  * @param sName String
  * @type attribute
  * @return attribute
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536430.aspx
*/

listing.prototype.getAttributeNode=function(sName){};
/**
  * Property attribute
  * @type attribute
  * @return attribute
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms535187.aspx
*/

listing.prototype.attribute= new attribute();
/**
  * Property name
  * @type String
  * @return String
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534184.aspx
*/

listing.prototype.name="";
/**
  * function getBoundingClientRect()
  * @type TextRectangle
  * @return TextRectangle
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536433.aspx
*/

listing.prototype.getBoundingClientRect=function(){};
/**
  * Property TextRectangle
  * @type TextRectangle
  * @return TextRectangle
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms535906.aspx
*/

listing.prototype.TextRectangle= new TextRectangle();
/**
  * function getClientRects()
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536435.aspx
*/

listing.prototype.getClientRects=function(){};
/**
  * function getElementsByTagName(sTagName)
  * @param sTagName String
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536439.aspx
*/

listing.prototype.getElementsByTagName=function(sTagName){};
/**
  * function getExpression(sPropertyName)
  * @param sPropertyName String
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/aa358797.aspx
*/

listing.prototype.getExpression=function(sPropertyName){};
/**
  * function hasChildNodes()
  * @type HTML Elements
  * @return HTML Elements
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536445.aspx
*/

listing.prototype.hasChildNodes=function(){};
/**
  * function insertAdjacentElement(sWhere,oElement)
  * @param sWhere String
  * @param oElement insertAdjacentElement
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536451.aspx
*/

listing.prototype.insertAdjacentElement=function(sWhere,oElement){};
/**
  * function insertAdjacentHTML(sWhere,sText)
  * @param sWhere String
  * @param sText String
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536452.aspx
*/

listing.prototype.insertAdjacentHTML=function(sWhere,sText){};
/**
  * function insertAdjacentText(sWhere,sText)
  * @param sWhere String
  * @param sText String
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536453.aspx
*/

listing.prototype.insertAdjacentText=function(sWhere,sText){};
/**
  * function insertBefore(oNewNode,oChildNode)
  * @param oNewNode Object
  * @param oChildNode Object
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536454.aspx
*/

listing.prototype.insertBefore=function(oNewNode,oChildNode){};
/**
  * function mergeAttributes(oSource,bPreserve)
  * @param oSource Object
  * @param bPreserve Boolean
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536614.aspx
*/

listing.prototype.mergeAttributes=function(oSource,bPreserve){};
/**
  * function normalize()
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536646.aspx
*/

listing.prototype.normalize=function(){};
/**
  * function releaseCapture()
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536689.aspx
*/

listing.prototype.releaseCapture=function(){};
/**
  * function removeAttribute(sName,iCaseSensitive)
  * @param sName String
  * @param iCaseSensitive Number
  * @type Boolean
  * @return Boolean
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536696.aspx
*/

listing.prototype.removeAttribute=function(sName,iCaseSensitive){};
/**
  * function removeAttributeNode(oSrcAttribute)
  * @param oSrcAttribute attribute
  * @type attribute
  * @return attribute
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536698.aspx
*/

listing.prototype.removeAttributeNode=function(oSrcAttribute){};
/**
  * function removeBehavior(iID)
  * @param iID Number
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536700.aspx
*/

listing.prototype.removeBehavior=function(iID){};
/**
  * function removeChild(oNode)
  * @param oNode Object
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536702.aspx
*/

listing.prototype.removeChild=function(oNode){};
/**
  * function removeExpression(sPropertyName)
  * @param sPropertyName String
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/aa358798.aspx
*/

listing.prototype.removeExpression=function(sPropertyName){};
/**
  * function removeNode(bRemoveChildren)
  * @param bRemoveChildren Boolean
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536708.aspx
*/

listing.prototype.removeNode=function(bRemoveChildren){};
/**
  * function replaceAdjacentText(sWhere,sReplaceText)
  * @param sWhere String
  * @param sReplaceText String
  * @type String
  * @return String
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536714.aspx
*/

listing.prototype.replaceAdjacentText=function(sWhere,sReplaceText){};
/**
  * function replaceChild(oNewNode,oChildNode)
  * @param oNewNode Object
  * @param oChildNode Object
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536716.aspx
*/

listing.prototype.replaceChild=function(oNewNode,oChildNode){};
/**
  * function replaceNode(oNewNode)
  * @param oNewNode Object
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536719.aspx
*/

listing.prototype.replaceNode=function(oNewNode){};
/**
  * function scrollIntoView(bAlignToTop)
  * @param bAlignToTop Boolean
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536730.aspx
*/

listing.prototype.scrollIntoView=function(bAlignToTop){};
/**
  * function setActive()
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536738.aspx
*/

listing.prototype.setActive=function(){};
/**
  * function setAttribute(sName,vValue)
  * @param sName String
  * @param vValue Number
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536739.aspx
*/

listing.prototype.setAttribute=function(sName,vValue){};
/**
  * function setAttributeNode(oSrcAttribute)
  * @param oSrcAttribute attribute
  * @type attribute
  * @return attribute
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536741.aspx
*/

listing.prototype.setAttributeNode=function(oSrcAttribute){};
/**
  * function setCapture(bContainerCapture)
  * @param bContainerCapture Boolean
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536742.aspx
*/

listing.prototype.setCapture=function(bContainerCapture){};
/**
  * function setExpression(sPropertyName,sExpression,sLanguage)
  * @param sPropertyName String
  * @param sExpression String
  * @param sLanguage String
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms531196.aspx
*/

listing.prototype.setExpression=function(sPropertyName,sExpression,sLanguage){};
/**
  * function swapNode(oNode)
  * @param oNode Object
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536774.aspx
*/

listing.prototype.swapNode=function(oNode){};
/**
  * Property onactivate
  * @type onactivate
  * @return onactivate
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536787.aspx
*/

listing.prototype.onactivate= new onactivate();
/**
  * Property activeElement
  * @type Object
  * @return Object
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533065.aspx
*/

listing.prototype.activeElement=new Object();
/**
  * Property onbeforeactivate
  * @type onbeforeactivate
  * @return onbeforeactivate
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536791.aspx
*/

listing.prototype.onbeforeactivate= new onbeforeactivate();
/**
  * Property onbeforecopy
  * @type onbeforecopy
  * @return onbeforecopy
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536901.aspx
*/

listing.prototype.onbeforecopy= new onbeforecopy();
/**
  * Property onbeforecut
  * @type onbeforecut
  * @return onbeforecut
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536902.aspx
*/

listing.prototype.onbeforecut= new onbeforecut();
/**
  * Property onbeforedeactivate
  * @type onbeforedeactivate
  * @return onbeforedeactivate
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536903.aspx
*/

listing.prototype.onbeforedeactivate= new onbeforedeactivate();
/**
  * Property onbeforeeditfocus
  * @type onbeforeeditfocus
  * @return onbeforeeditfocus
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536904.aspx
*/

listing.prototype.onbeforeeditfocus= new onbeforeeditfocus();
/**
  * Property onbeforepaste
  * @type onbeforepaste
  * @return onbeforepaste
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536905.aspx
*/

listing.prototype.onbeforepaste= new onbeforepaste();
/**
  * Property onblur
  * @type onblur
  * @return onblur
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536909.aspx
*/

listing.prototype.onblur= new onblur();
/**
  * Property onclick
  * @type onclick
  * @return onclick
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536913.aspx
*/

listing.prototype.onclick= new onclick();
/**
  * Property oncontextmenu
  * @type oncontextmenu
  * @return oncontextmenu
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536914.aspx
*/

listing.prototype.oncontextmenu= new oncontextmenu();
/**
  * Property oncontrolselect
  * @type oncontrolselect
  * @return oncontrolselect
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms537844.aspx
*/

listing.prototype.oncontrolselect= new oncontrolselect();
/**
  * Property oncopy
  * @type oncopy
  * @return oncopy
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536916.aspx
*/

listing.prototype.oncopy= new oncopy();
/**
  * Property oncut
  * @type oncut
  * @return oncut
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536917.aspx
*/

listing.prototype.oncut= new oncut();
/**
  * Property ondblclick
  * @type ondblclick
  * @return ondblclick
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536921.aspx
*/

listing.prototype.ondblclick= new ondblclick();
/**
  * Property ondeactivate
  * @type ondeactivate
  * @return ondeactivate
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536922.aspx
*/

listing.prototype.ondeactivate= new ondeactivate();
/**
  * Property ondrag
  * @type ondrag
  * @return ondrag
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536923.aspx
*/

listing.prototype.ondrag= new ondrag();
/**
  * Property ondragend
  * @type ondragend
  * @return ondragend
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536924.aspx
*/

listing.prototype.ondragend= new ondragend();
/**
  * Property ondragenter
  * @type ondragenter
  * @return ondragenter
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536925.aspx
*/

listing.prototype.ondragenter= new ondragenter();
/**
  * Property ondragleave
  * @type ondragleave
  * @return ondragleave
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536926.aspx
*/

listing.prototype.ondragleave= new ondragleave();
/**
  * Property ondragover
  * @type ondragover
  * @return ondragover
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536927.aspx
*/

listing.prototype.ondragover= new ondragover();
/**
  * Property ondragstart
  * @type ondragstart
  * @return ondragstart
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536928.aspx
*/

listing.prototype.ondragstart= new ondragstart();
/**
  * Property ondrop
  * @type ondrop
  * @return ondrop
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536929.aspx
*/

listing.prototype.ondrop= new ondrop();
/**
  * Property onfocus
  * @type onfocus
  * @return onfocus
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536934.aspx
*/

listing.prototype.onfocus= new onfocus();
/**
  * Property onfocusin
  * @type onfocusin
  * @return onfocusin
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536935.aspx
*/

listing.prototype.onfocusin= new onfocusin();
/**
  * Property onfocusout
  * @type onfocusout
  * @return onfocusout
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536936.aspx
*/

listing.prototype.onfocusout= new onfocusout();
/**
  * Property onhelp
  * @type onhelp
  * @return onhelp
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536937.aspx
*/

listing.prototype.onhelp= new onhelp();
/**
  * Property onkeydown
  * @type onkeydown
  * @return onkeydown
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536938.aspx
*/

listing.prototype.onkeydown= new onkeydown();
/**
  * Property onkeypress
  * @type onkeypress
  * @return onkeypress
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536939.aspx
*/

listing.prototype.onkeypress= new onkeypress();
/**
  * Property onkeyup
  * @type onkeyup
  * @return onkeyup
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536940.aspx
*/

listing.prototype.onkeyup= new onkeyup();
/**
  * Property onlosecapture
  * @type onlosecapture
  * @return onlosecapture
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536943.aspx
*/

listing.prototype.onlosecapture= new onlosecapture();
/**
  * Property onmousedown
  * @type onmousedown
  * @return onmousedown
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536944.aspx
*/

listing.prototype.onmousedown= new onmousedown();
/**
  * Property onmouseenter
  * @type onmouseenter
  * @return onmouseenter
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536945.aspx
*/

listing.prototype.onmouseenter= new onmouseenter();
/**
  * Property onmouseleave
  * @type onmouseleave
  * @return onmouseleave
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536946.aspx
*/

listing.prototype.onmouseleave= new onmouseleave();
/**
  * Property onmousemove
  * @type onmousemove
  * @return onmousemove
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536947.aspx
*/

listing.prototype.onmousemove= new onmousemove();
/**
  * Property onmouseout
  * @type onmouseout
  * @return onmouseout
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536948.aspx
*/

listing.prototype.onmouseout= new onmouseout();
/**
  * Property onmouseover
  * @type onmouseover
  * @return onmouseover
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536949.aspx
*/

listing.prototype.onmouseover= new onmouseover();
/**
  * Property onmouseup
  * @type onmouseup
  * @return onmouseup
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536950.aspx
*/

listing.prototype.onmouseup= new onmouseup();
/**
  * Property onmousewheel
  * @type onmousewheel
  * @return onmousewheel
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536951.aspx
*/

listing.prototype.onmousewheel= new onmousewheel();
/**
  * Property onmove
  * @type onmove
  * @return onmove
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536952.aspx
*/

listing.prototype.onmove= new onmove();
/**
  * Property onmoveend
  * @type onmoveend
  * @return onmoveend
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536953.aspx
*/

listing.prototype.onmoveend= new onmoveend();
/**
  * Property onmovestart
  * @type onmovestart
  * @return onmovestart
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536954.aspx
*/

listing.prototype.onmovestart= new onmovestart();
/**
  * Property onpaste
  * @type onpaste
  * @return onpaste
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536955.aspx
*/

listing.prototype.onpaste= new onpaste();
/**
  * Property onpropertychange
  * @type onpropertychange
  * @return onpropertychange
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536956.aspx
*/

listing.prototype.onpropertychange= new onpropertychange();
/**
  * Property onreadystatechange
  * @type onreadystatechange
  * @return onreadystatechange
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536957.aspx
*/

listing.prototype.onreadystatechange= new onreadystatechange();
/**
  * Property onresize
  * @type onresize
  * @return onresize
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536959.aspx
*/

listing.prototype.onresize= new onresize();
/**
  * Property onresizeend
  * @type onresizeend
  * @return onresizeend
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536960.aspx
*/

listing.prototype.onresizeend= new onresizeend();
/**
  * Property onresizestart
  * @type onresizestart
  * @return onresizestart
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536961.aspx
*/

listing.prototype.onresizestart= new onresizestart();
/**
  * Property onselectstart
  * @type onselectstart
  * @return onselectstart
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536969.aspx
*/

listing.prototype.onselectstart= new onselectstart();
/**
  * Property ontimeerror
  * @type ontimeerror
  * @return ontimeerror
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533588.aspx
*/

listing.prototype.ontimeerror= new ontimeerror();
/**
  * Property all
  * @type all
  * @return all
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms537434.aspx
*/

listing.prototype.all= new all();
/**
  * Property attributes
  * @type attributes
  * @return attributes
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms537438.aspx
*/

listing.prototype.attributes= new attributes();
/**
  * Property behaviorUrns
  * @type behaviorUrns
  * @return behaviorUrns
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms537439.aspx
*/

listing.prototype.behaviorUrns= new behaviorUrns();
/**
  * Property childNodes
  * @type childNodes
  * @return childNodes
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms537445.aspx
*/

listing.prototype.childNodes= new childNodes();
/**
  * Property TextNode
  * @type TextNode
  * @return TextNode
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms535905.aspx
*/

listing.prototype.TextNode= new TextNode();
/**
  * Property children
  * @type children
  * @return children
  * @class listing
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms537446.aspx
*/

listing.prototype.children= new children();

Back to the top