Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: 6ef668a2679c72487f14fa43a2bfe748aded4a67 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
/*******************************************************************************
 * 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 sub()
  * @type sub
  * @super Object
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms535899.aspx
*/

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

sub.prototype.accessKey="";
/**
  * Property canHaveChildren
  * @type Boolean
  * @returns {Boolean}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533546.aspx
*/

sub.prototype.canHaveChildren=false;
/**
  * Property canHaveHTML
  * @type Boolean
  * @returns {Boolean}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms537836.aspx
*/

sub.prototype.canHaveHTML=false;
/**
  * Property className
  * @type String
  * @returns {String}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533560.aspx
*/

sub.prototype.className="";
/**
  * Property clientHeight
  * @type Number
  * @returns {Number}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533563.aspx
*/

sub.prototype.clientHeight=0;
/**
  * Property clientLeft
  * @type Number
  * @returns {Number}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533564.aspx
*/

sub.prototype.clientLeft=0;
/**
  * Property offsetLeft
  * @type Number
  * @returns {Number}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534200.aspx
*/

sub.prototype.offsetLeft=0;
/**
  * Property clientTop
  * @type Number
  * @returns {Number}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533565.aspx
*/

sub.prototype.clientTop=0;
/**
  * Property offsetTop
  * @type Number
  * @returns {Number}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534303.aspx
*/

sub.prototype.offsetTop=0;
/**
  * Property clientWidth
  * @type Number
  * @returns {Number}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533566.aspx
*/

sub.prototype.clientWidth=0;
/**
  * Property contentEditable
  * @type String
  * @returns {String}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms537837.aspx
*/

sub.prototype.contentEditable="";
/**
  * Property dir
  * @type String
  * @returns {String}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533728.aspx
*/

sub.prototype.dir="";
/**
  * Property firstChild
  * @type Object
  * @returns {Object}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533755.aspx
*/

sub.prototype.firstChild=new Object();
/**
  * Property childNodes
  * @type childNodes
  * @returns {childNodes}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms537445.aspx
*/

sub.prototype.childNodes= new childNodes();
/**
  * Property hideFocus
  * @type Boolean
  * @returns {Boolean}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533783.aspx
*/

sub.prototype.hideFocus=false;
/**
  * Property id
  * @type String
  * @returns {String}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533880.aspx
*/

sub.prototype.id="";
/**
  * Property innerHTML
  * @type String
  * @returns {String}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533897.aspx
*/

sub.prototype.innerHTML="";
/**
  * Property innerText
  * @type String
  * @returns {String}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533899.aspx
*/

sub.prototype.innerText="";
/**
  * Property isContentEditable
  * @type Boolean
  * @returns {Boolean}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms537838.aspx
*/

sub.prototype.isContentEditable=false;
/**
  * Property isDisabled
  * @type Boolean
  * @returns {Boolean}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533902.aspx
*/

sub.prototype.isDisabled=false;
/**
  * Property isMultiLine
  * @type Boolean
  * @returns {Boolean}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms537839.aspx
*/

sub.prototype.isMultiLine=false;
/**
  * Property isTextEdit
  * @type Boolean
  * @returns {Boolean}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533920.aspx
*/

sub.prototype.isTextEdit=false;
/**
  * Property TextRange
  * @type TextRange
  * @returns {TextRange}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms535872.aspx
*/

sub.prototype.TextRange= new TextRange();
/**
  * Property lang
  * @type String
  * @returns {String}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533935.aspx
*/

sub.prototype.lang="";
/**
  * Property language
  * @type String
  * @returns {String}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533940.aspx
*/

sub.prototype.language="";
/**
  * Property lastChild
  * @type Object
  * @returns {Object}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533943.aspx
*/

sub.prototype.lastChild=new Object();
/**
  * Property nextSibling
  * @type Object
  * @returns {Object}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534189.aspx
*/

sub.prototype.nextSibling=new Object();
/**
  * Property nodeName
  * @type String
  * @returns {String}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534190.aspx
*/

sub.prototype.nodeName="";
/**
  * Property nodeType
  * @type Number
  * @returns {Number}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534191.aspx
*/

sub.prototype.nodeType=0;
/**
  * Property nodeValue
  * @type Object
  * @returns {Object}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534192.aspx
*/

sub.prototype.nodeValue=new Object();
/**
  * Property offsetHeight
  * @type Number
  * @returns {Number}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534199.aspx
*/

sub.prototype.offsetHeight=0;
/**
  * Property offsetParent
  * @type Object
  * @returns {Object}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534302.aspx
*/

sub.prototype.offsetParent=new Object();
/**
  * Property offsetWidth
  * @type Number
  * @returns {Number}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534304.aspx
*/

sub.prototype.offsetWidth=0;
/**
  * Property onOffBehavior
  * @type DABoolean
  * @returns {DABoolean}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533630.aspx
*/

sub.prototype.onOffBehavior=new DABoolean();
/**
  * Property outerHTML
  * @type String
  * @returns {String}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534310.aspx
*/

sub.prototype.outerHTML="";
/**
  * Property outerText
  * @type String
  * @returns {String}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534311.aspx
*/

sub.prototype.outerText="";
/**
  * Property ownerDocument
  * @type document
  * @returns {document}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534315.aspx
*/

sub.prototype.ownerDocument=new document();
/**
  * Property document
  * @type document
  * @returns {document}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms531073.aspx
*/

sub.prototype.document= new document();
/**
  * Property parentElement
  * @type Object
  * @returns {Object}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534327.aspx
*/

sub.prototype.parentElement=new Object();
/**
  * Property parentNode
  * @type Object
  * @returns {Object}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534328.aspx
*/

sub.prototype.parentNode=new Object();
/**
  * Property parentTextEdit
  * @type Object
  * @returns {Object}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534330.aspx
*/

sub.prototype.parentTextEdit=new Object();
/**
  * Property previousSibling
  * @type Object
  * @returns {Object}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534350.aspx
*/

sub.prototype.previousSibling=new Object();
/**
  * Property readyState
  * @type Object
  * @returns {Object}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534358.aspx
*/

sub.prototype.readyState=new Object();
/**
  * Property scopeName
  * @type String
  * @returns {String}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534388.aspx
*/

sub.prototype.scopeName="";
/**
  * Property scrollHeight
  * @type Object
  * @returns {Object}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534615.aspx
*/

sub.prototype.scrollHeight=new Object();
/**
  * Property scrollLeft
  * @type Number
  * @returns {Number}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534617.aspx
*/

sub.prototype.scrollLeft=0;
/**
  * Property scrollTop
  * @type Number
  * @returns {Number}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534618.aspx
*/

sub.prototype.scrollTop=0;
/**
  * Property scrollWidth
  * @type Object
  * @returns {Object}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534619.aspx
*/

sub.prototype.scrollWidth=new Object();
/**
  * Property sourceIndex
  * @type Number
  * @returns {Number}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534635.aspx
*/

sub.prototype.sourceIndex=0;
/**
  * Property all
  * @type all
  * @returns {all}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms537434.aspx
*/

sub.prototype.all= new all();
/**
  * Property tabIndex
  * @type Number
  * @returns {Number}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534654.aspx
*/

sub.prototype.tabIndex=0;
/**
  * Property tagName
  * @type String
  * @returns {String}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534657.aspx
*/

sub.prototype.tagName="";
/**
  * Property tagUrn
  * @type String
  * @returns {String}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534658.aspx
*/

sub.prototype.tagUrn="";
/**
  * Property title
  * @type String
  * @returns {String}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534683.aspx
*/

sub.prototype.title="";
/**
  * Property uniqueID
  * @type String
  * @returns {String}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534704.aspx
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub.prototype.attribute= new attribute();
/**
  * Property name
  * @type String
  * @returns {String}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms534184.aspx
*/

sub.prototype.name="";
/**
  * function getBoundingClientRect()
  * @type TextRectangle
  * @returns {TextRectangle}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536433.aspx
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub.prototype.onactivate= new onactivate();
/**
  * Property activeElement
  * @type Object
  * @returns {Object}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533065.aspx
*/

sub.prototype.activeElement=new Object();
/**
  * Property onbeforeactivate
  * @type onbeforeactivate
  * @returns {onbeforeactivate}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536791.aspx
*/

sub.prototype.onbeforeactivate= new onbeforeactivate();
/**
  * Property onbeforecopy
  * @type onbeforecopy
  * @returns {onbeforecopy}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536901.aspx
*/

sub.prototype.onbeforecopy= new onbeforecopy();
/**
  * Property onbeforecut
  * @type onbeforecut
  * @returns {onbeforecut}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536902.aspx
*/

sub.prototype.onbeforecut= new onbeforecut();
/**
  * Property onbeforedeactivate
  * @type onbeforedeactivate
  * @returns {onbeforedeactivate}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536903.aspx
*/

sub.prototype.onbeforedeactivate= new onbeforedeactivate();
/**
  * Property onbeforeeditfocus
  * @type onbeforeeditfocus
  * @returns {onbeforeeditfocus}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536904.aspx
*/

sub.prototype.onbeforeeditfocus= new onbeforeeditfocus();
/**
  * Property onbeforepaste
  * @type onbeforepaste
  * @returns {onbeforepaste}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536905.aspx
*/

sub.prototype.onbeforepaste= new onbeforepaste();
/**
  * Property onblur
  * @type onblur
  * @returns {onblur}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536909.aspx
*/

sub.prototype.onblur= new onblur();
/**
  * Property onclick
  * @type onclick
  * @returns {onclick}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536913.aspx
*/

sub.prototype.onclick= new onclick();
/**
  * Property oncontextmenu
  * @type oncontextmenu
  * @returns {oncontextmenu}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536914.aspx
*/

sub.prototype.oncontextmenu= new oncontextmenu();
/**
  * Property oncontrolselect
  * @type oncontrolselect
  * @returns {oncontrolselect}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms537844.aspx
*/

sub.prototype.oncontrolselect= new oncontrolselect();
/**
  * Property oncopy
  * @type oncopy
  * @returns {oncopy}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536916.aspx
*/

sub.prototype.oncopy= new oncopy();
/**
  * Property oncut
  * @type oncut
  * @returns {oncut}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536917.aspx
*/

sub.prototype.oncut= new oncut();
/**
  * Property ondblclick
  * @type ondblclick
  * @returns {ondblclick}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536921.aspx
*/

sub.prototype.ondblclick= new ondblclick();
/**
  * Property ondeactivate
  * @type ondeactivate
  * @returns {ondeactivate}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536922.aspx
*/

sub.prototype.ondeactivate= new ondeactivate();
/**
  * Property ondrag
  * @type ondrag
  * @returns {ondrag}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536923.aspx
*/

sub.prototype.ondrag= new ondrag();
/**
  * Property ondragend
  * @type ondragend
  * @returns {ondragend}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536924.aspx
*/

sub.prototype.ondragend= new ondragend();
/**
  * Property ondragenter
  * @type ondragenter
  * @returns {ondragenter}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536925.aspx
*/

sub.prototype.ondragenter= new ondragenter();
/**
  * Property ondragleave
  * @type ondragleave
  * @returns {ondragleave}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536926.aspx
*/

sub.prototype.ondragleave= new ondragleave();
/**
  * Property ondragover
  * @type ondragover
  * @returns {ondragover}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536927.aspx
*/

sub.prototype.ondragover= new ondragover();
/**
  * Property ondragstart
  * @type ondragstart
  * @returns {ondragstart}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536928.aspx
*/

sub.prototype.ondragstart= new ondragstart();
/**
  * Property ondrop
  * @type ondrop
  * @returns {ondrop}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536929.aspx
*/

sub.prototype.ondrop= new ondrop();
/**
  * Property onfocus
  * @type onfocus
  * @returns {onfocus}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536934.aspx
*/

sub.prototype.onfocus= new onfocus();
/**
  * Property onfocusin
  * @type onfocusin
  * @returns {onfocusin}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536935.aspx
*/

sub.prototype.onfocusin= new onfocusin();
/**
  * Property onfocusout
  * @type onfocusout
  * @returns {onfocusout}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536936.aspx
*/

sub.prototype.onfocusout= new onfocusout();
/**
  * Property onhelp
  * @type onhelp
  * @returns {onhelp}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536937.aspx
*/

sub.prototype.onhelp= new onhelp();
/**
  * Property onkeydown
  * @type onkeydown
  * @returns {onkeydown}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536938.aspx
*/

sub.prototype.onkeydown= new onkeydown();
/**
  * Property onkeypress
  * @type onkeypress
  * @returns {onkeypress}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536939.aspx
*/

sub.prototype.onkeypress= new onkeypress();
/**
  * Property onkeyup
  * @type onkeyup
  * @returns {onkeyup}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536940.aspx
*/

sub.prototype.onkeyup= new onkeyup();
/**
  * Property onlosecapture
  * @type onlosecapture
  * @returns {onlosecapture}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536943.aspx
*/

sub.prototype.onlosecapture= new onlosecapture();
/**
  * Property onmousedown
  * @type onmousedown
  * @returns {onmousedown}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536944.aspx
*/

sub.prototype.onmousedown= new onmousedown();
/**
  * Property onmouseenter
  * @type onmouseenter
  * @returns {onmouseenter}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536945.aspx
*/

sub.prototype.onmouseenter= new onmouseenter();
/**
  * Property onmouseleave
  * @type onmouseleave
  * @returns {onmouseleave}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536946.aspx
*/

sub.prototype.onmouseleave= new onmouseleave();
/**
  * Property onmousemove
  * @type onmousemove
  * @returns {onmousemove}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536947.aspx
*/

sub.prototype.onmousemove= new onmousemove();
/**
  * Property onmouseout
  * @type onmouseout
  * @returns {onmouseout}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536948.aspx
*/

sub.prototype.onmouseout= new onmouseout();
/**
  * Property onmouseover
  * @type onmouseover
  * @returns {onmouseover}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536949.aspx
*/

sub.prototype.onmouseover= new onmouseover();
/**
  * Property onmouseup
  * @type onmouseup
  * @returns {onmouseup}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536950.aspx
*/

sub.prototype.onmouseup= new onmouseup();
/**
  * Property onmousewheel
  * @type onmousewheel
  * @returns {onmousewheel}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536951.aspx
*/

sub.prototype.onmousewheel= new onmousewheel();
/**
  * Property onmove
  * @type onmove
  * @returns {onmove}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536952.aspx
*/

sub.prototype.onmove= new onmove();
/**
  * Property onmoveend
  * @type onmoveend
  * @returns {onmoveend}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536953.aspx
*/

sub.prototype.onmoveend= new onmoveend();
/**
  * Property onmovestart
  * @type onmovestart
  * @returns {onmovestart}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536954.aspx
*/

sub.prototype.onmovestart= new onmovestart();
/**
  * Property onpaste
  * @type onpaste
  * @returns {onpaste}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536955.aspx
*/

sub.prototype.onpaste= new onpaste();
/**
  * Property onpropertychange
  * @type onpropertychange
  * @returns {onpropertychange}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536956.aspx
*/

sub.prototype.onpropertychange= new onpropertychange();
/**
  * Property onreadystatechange
  * @type onreadystatechange
  * @returns {onreadystatechange}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536957.aspx
*/

sub.prototype.onreadystatechange= new onreadystatechange();
/**
  * Property onresize
  * @type onresize
  * @returns {onresize}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536959.aspx
*/

sub.prototype.onresize= new onresize();
/**
  * Property onresizeend
  * @type onresizeend
  * @returns {onresizeend}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536960.aspx
*/

sub.prototype.onresizeend= new onresizeend();
/**
  * Property onresizestart
  * @type onresizestart
  * @returns {onresizestart}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536961.aspx
*/

sub.prototype.onresizestart= new onresizestart();
/**
  * Property onselectstart
  * @type onselectstart
  * @returns {onselectstart}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms536969.aspx
*/

sub.prototype.onselectstart= new onselectstart();
/**
  * Property ontimeerror
  * @type ontimeerror
  * @returns {ontimeerror}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms533588.aspx
*/

sub.prototype.ontimeerror= new ontimeerror();
/**
  * Property all
  * @type all
  * @returns {all}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms537434.aspx
*/

sub.prototype.all= new all();
/**
  * Property attributes
  * @type attributes
  * @returns {attributes}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms537438.aspx
*/

sub.prototype.attributes= new attributes();
/**
  * Property behaviorUrns
  * @type behaviorUrns
  * @returns {behaviorUrns}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms537439.aspx
*/

sub.prototype.behaviorUrns= new behaviorUrns();
/**
  * Property childNodes
  * @type childNodes
  * @returns {childNodes}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms537445.aspx
*/

sub.prototype.childNodes= new childNodes();
/**
  * Property TextNode
  * @type TextNode
  * @returns {TextNode}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms535905.aspx
*/

sub.prototype.TextNode= new TextNode();
/**
  * Property children
  * @type children
  * @returns {children}
  * @memberOf sub
  * @since JScript 5.6
  * @link http://msdn2.microsoft.com/en-us/library/ms537446.aspx
*/

sub.prototype.children= new children();

Back to the top