~ubuntu-branches/ubuntu/quantal/netbeans/quantal

« back to all changes in this revision

Viewing changes to scripting/javascript/src/org/netbeans/modules/languages/javascript/DOM1.xml

  • Committer: Bazaar Package Importer
  • Author(s): Marek Slama
  • Date: 2008-01-29 14:11:22 UTC
  • Revision ID: james.westby@ubuntu.com-20080129141122-fnzjbo11ntghxfu7
Tags: upstream-6.0.1
ImportĀ upstreamĀ versionĀ 6.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<documentation>
 
2
        <node key="Attr"        context="root"  type="interface"        library="DOM1"  documentationStart="197"        documentationEnd="2581" inherits="Node"/>
 
3
                <node key="name"        context="member,Attr"   type="field"    library="DOM1"  documentationStart="2679"       documentationEnd="2722" attrType="DOMString"    readonly="yes"/>
 
4
                <node key="specified"   context="member,Attr"   type="field"    library="DOM1"  documentationStart="2836"       documentationEnd="4186" attrType="boolean"      readonly="yes"/>
 
5
                <node key="value"       context="member,Attr"   type="field"    library="DOM1"  documentationStart="4283"       documentationEnd="4535" attrType="DOMString"/>
 
6
        <node key="CDATASection"        context="root"  type="interface"        library="DOM1"  documentationStart="195"        documentationEnd="1279" inherits="Text"/>
 
7
        <node key="Comment"     context="root"  type="interface"        library="DOM1"  documentationStart="213"        documentationEnd="538"  inherits="CharacterData"/>
 
8
        <node key="CharacterData"       context="root"  type="interface"        library="DOM1"  documentationStart="208"        documentationEnd="654"  inherits="Node"/>
 
9
                <node key="data"        context="member,CharacterData"  type="field"    library="DOM1"  documentationStart="736"        documentationEnd="1201" attrType="DOMString"/>
 
10
                <node key="length"      context="member,CharacterData"  type="field"    library="DOM1"  documentationStart="1764"       documentationEnd="1991" attrType="unsigned long"        readonly="yes"/>
 
11
                <node key="substringData"       context="member,CharacterData"  type="method"   library="DOM1"  documentationStart="2075"       documentationEnd="2121"/>
 
12
                <node key="appendData"  context="member,CharacterData"  type="method"   library="DOM1"  documentationStart="3190"       documentationEnd="3406"/>
 
13
                <node key="insertData"  context="member,CharacterData"  type="method"   library="DOM1"  documentationStart="3911"       documentationEnd="3980"/>
 
14
                <node key="deleteData"  context="member,CharacterData"  type="method"   library="DOM1"  documentationStart="4742"       documentationEnd="4881"/>
 
15
                <node key="replaceData" context="member,CharacterData"  type="method"   library="DOM1"  documentationStart="5874"       documentationEnd="5986"/>
 
16
        <node key="DocumentType"        context="root"  type="interface"        library="DOM1"  documentationStart="157"        documentationEnd="734"  inherits="Node"/>
 
17
                <node key="name"        context="member,DocumentType"   type="field"    library="DOM1"  documentationStart="832"        documentationEnd="927"  attrType="DOMString"    readonly="yes"/>
 
18
                <node key="entities"    context="member,DocumentType"   type="field"    library="DOM1"  documentationStart="1046"       documentationEnd="1667" attrType="NamedNodeMap" readonly="yes"/>
 
19
                <node key="notations"   context="member,DocumentType"   type="field"    library="DOM1"  documentationStart="1785"       documentationEnd="2108" attrType="NamedNodeMap" readonly="yes"/>
 
20
        <node key="DocumentFragment"    context="root"  type="interface"        library="DOM1"  documentationStart="224"        documentationEnd="2688" inherits="Node"/>
 
21
        <node key="Document"    context="root"  type="interface"        library="DOM1"  documentationStart="2824"       documentationEnd="3494" inherits="Node"/>
 
22
                <node key="doctype"     context="member,Document"       type="field"    library="DOM1"  documentationStart="3596"       documentationEnd="3958" attrType="DocumentType" readonly="yes"/>
 
23
                <node key="implementation"      context="member,Document"       type="field"    library="DOM1"  documentationStart="4087"       documentationEnd="4243" attrType="DOMImplementation"    readonly="yes"/>
 
24
                <node key="documentElement"     context="member,Document"       type="field"    library="DOM1"  documentationStart="4365"       documentationEnd="4558" attrType="Element"      readonly="yes"/>
 
25
                <node key="createElement"       context="member,Document"       type="method"   library="DOM1"  documentationStart="4667"       documentationEnd="4898"/>
 
26
                <node key="createDocumentFragment"      context="member,Document"       type="method"   library="DOM1"  documentationStart="5733"       documentationEnd="5801"/>
 
27
                <node key="createTextNode"      context="member,Document"       type="method"   library="DOM1"  documentationStart="6153"       documentationEnd="6221"/>
 
28
                <node key="createComment"       context="member,Document"       type="method"   library="DOM1"  documentationStart="6642"       documentationEnd="6713"/>
 
29
                <node key="createCDATASection"  context="member,Document"       type="method"   library="DOM1"  documentationStart="7143"       documentationEnd="7229"/>
 
30
                <node key="createProcessingInstruction" context="member,Document"       type="method"   library="DOM1"  documentationStart="7825"       documentationEnd="7925"/>
 
31
                <node key="createAttribute"     context="member,Document"       type="method"   library="DOM1"  documentationStart="8713"       documentationEnd="8904"/>
 
32
                <node key="createEntityReference"       context="member,Document"       type="method"   library="DOM1"  documentationStart="9447"       documentationEnd="9488"/>
 
33
                <node key="getElementsByTagName"        context="member,Document"       type="method"   library="DOM1"  documentationStart="10160"      documentationEnd="10376"/>
 
34
        <node key="DOMImplementation"   context="root"  type="interface"        library="DOM1"  documentationStart="211"        documentationEnd="691"/>
 
35
                <node key="hasFeature"  context="member,DOMImplementation"      type="method"   library="DOM1"  documentationStart="756"        documentationEnd="828"/>
 
36
        <node key="Element"     context="root"  type="interface"        library="DOM1"  documentationStart="203"        documentationEnd="1713" inherits="Node"/>
 
37
                <node key="tagName"     context="member,Element"        type="field"    library="DOM1"  documentationStart="1814"       documentationEnd="2316" attrType="DOMString"    readonly="yes"/>
 
38
                <node key="getAttribute"        context="member,Element"        type="method"   library="DOM1"  documentationStart="2400"       documentationEnd="2444"/>
 
39
                <node key="setAttribute"        context="member,Element"        type="method"   library="DOM1"  documentationStart="2943"       documentationEnd="3706"/>
 
40
                <node key="removeAttribute"     context="member,Element"        type="method"   library="DOM1"  documentationStart="4430"       documentationEnd="4546"/>
 
41
                <node key="getAttributeNode"    context="member,Element"        type="method"   library="DOM1"  documentationStart="5044"       documentationEnd="5095"/>
 
42
                <node key="setAttributeNode"    context="member,Element"        type="method"   library="DOM1"  documentationStart="5587"       documentationEnd="5719"/>
 
43
                <node key="removeAttributeNode" context="member,Element"        type="method"   library="DOM1"  documentationStart="6798"       documentationEnd="6842"/>
 
44
                <node key="getElementsByTagName"        context="member,Element"        type="method"   library="DOM1"  documentationStart="7590"       documentationEnd="7786"/>
 
45
                <node key="normalize"   context="member,Element"        type="method"   library="DOM1"  documentationStart="8243"       documentationEnd="8814"/>
 
46
        <node key="EntityReference"     context="root"  type="interface"        library="DOM1"  documentationStart="116"        documentationEnd="1584" inherits="Node"/>
 
47
        <node key="Entity"      context="root"  type="interface"        library="DOM1"  documentationStart="107"        documentationEnd="2169" inherits="Node"/>
 
48
                <node key="publicId"    context="member,Entity" type="field"    library="DOM1"  documentationStart="2268"       documentationEnd="2416" attrType="DOMString"    readonly="yes"/>
 
49
                <node key="systemId"    context="member,Entity" type="field"    library="DOM1"  documentationStart="2530"       documentationEnd="2678" attrType="DOMString"    readonly="yes"/>
 
50
                <node key="notationName"        context="member,Entity" type="field"    library="DOM1"  documentationStart="2796"       documentationEnd="2921" attrType="DOMString"    readonly="yes"/>
 
51
        <node key="NamedNodeMap"        context="root"  type="interface"        library="DOM1"  documentationStart="210"        documentationEnd="829"  inherits=""/>
 
52
                <node key="length"      context="member,NamedNodeMap"   type="field"    library="DOM1"  documentationStart="4542"       documentationEnd="4661" attrType="unsigned long"        readonly="yes"/>
 
53
                <node key="getNamedItem"        context="member,NamedNodeMap"   type="method"   library="DOM1"  documentationStart="899"        documentationEnd="941"/>
 
54
                <node key="setNamedItem"        context="member,NamedNodeMap"   type="method"   library="DOM1"  documentationStart="1449"       documentationEnd="1821"/>
 
55
                <node key="removeNamedItem"     context="member,NamedNodeMap"   type="method"   library="DOM1"  documentationStart="3100"       documentationEnd="3241"/>
 
56
                <node key="item"        context="member,NamedNodeMap"   type="method"   library="DOM1"  documentationStart="3836"       documentationEnd="4013"/>
 
57
        <node key="NodeList"    context="root"  type="interface"        library="DOM1"  documentationStart="189"        documentationEnd="488"/>
 
58
                <node key="length"      context="member,NodeList"       type="field"    library="DOM1"  documentationStart="1263"       documentationEnd="1383" attrType="unsigned long"        readonly="yes"/>
 
59
                <node key="item"        context="member,NodeList"       type="method"   library="DOM1"  documentationStart="550"        documentationEnd="730"/>
 
60
        <node key="Node"        context="root"  type="interface"        library="DOM1"  documentationStart="182"        documentationEnd="1312"/>
 
61
                <node key="nodeName"    context="member,Node"   type="field"    library="DOM1"  documentationStart="4975"       documentationEnd="5067" attrType="DOMString"    readonly="yes"/>
 
62
                <node key="nodeValue"   context="member,Node"   type="field"    library="DOM1"  documentationStart="5165"       documentationEnd="5248" attrType="DOMString"/>
 
63
                <node key="nodeType"    context="member,Node"   type="field"    library="DOM1"  documentationStart="5814"       documentationEnd="5894" attrType="unsigned short"       readonly="yes"/>
 
64
                <node key="parentNode"  context="member,Node"   type="field"    library="DOM1"  documentationStart="6008"       documentationEnd="6315" attrType="Node" readonly="yes"/>
 
65
                <node key="childNodes"  context="member,Node"   type="field"    library="DOM1"  documentationStart="6432"       documentationEnd="7034" attrType="NodeList"     readonly="yes"/>
 
66
                <node key="firstChild"  context="member,Node"   type="field"    library="DOM1"  documentationStart="7144"       documentationEnd="7239" attrType="Node" readonly="yes"/>
 
67
                <node key="lastChild"   context="member,Node"   type="field"    library="DOM1"  documentationStart="7349"       documentationEnd="7443" attrType="Node" readonly="yes"/>
 
68
                <node key="previousSibling"     context="member,Node"   type="field"    library="DOM1"  documentationStart="7559"       documentationEnd="7673" attrType="Node" readonly="yes"/>
 
69
                <node key="nextSibling" context="member,Node"   type="field"    library="DOM1"  documentationStart="7785"       documentationEnd="7899" attrType="Node" readonly="yes"/>
 
70
                <node key="attributes"  context="member,Node"   type="field"    library="DOM1"  documentationStart="8018"       documentationEnd="8161" attrType="NamedNodeMap" readonly="yes"/>
 
71
                <node key="ownerDocument"       context="member,Node"   type="field"    library="DOM1"  documentationStart="8282"       documentationEnd="8491" attrType="Document"     readonly="yes"/>
 
72
                <node key="insertBefore"        context="member,Node"   type="method"   library="DOM1"  documentationStart="8575"       documentationEnd="9039"/>
 
73
                <node key="replaceChild"        context="member,Node"   type="method"   library="DOM1"  documentationStart="10137"      documentationEnd="10367"/>
 
74
                <node key="removeChild" context="member,Node"   type="method"   library="DOM1"  documentationStart="11431"      documentationEnd="11544"/>
 
75
                <node key="appendChild" context="member,Node"   type="method"   library="DOM1"  documentationStart="12125"      documentationEnd="12297"/>
 
76
                <node key="hasChildNodes"       context="member,Node"   type="method"   library="DOM1"  documentationStart="13268"      documentationEnd="13374"/>
 
77
                <node key="cloneNode"   context="member,Node"   type="method"   library="DOM1"  documentationStart="13739"      documentationEnd="14325"/>
 
78
        <node key="Notation"    context="root"  type="interface"        library="DOM1"  documentationStart="164"        documentationEnd="786"  inherits="Node"/>
 
79
                <node key="publicId"    context="member,Notation"       type="field"    library="DOM1"  documentationStart="885"        documentationEnd="1009" attrType="DOMString"    readonly="yes"/>
 
80
                <node key="systemId"    context="member,Notation"       type="field"    library="DOM1"  documentationStart="1124"       documentationEnd="1248" attrType="DOMString"    readonly="yes"/>
 
81
        <node key="ProcessingInstruction"       context="root"  type="interface"        library="DOM1"  documentationStart="232"        documentationEnd="444"  inherits="Node"/>
 
82
                <node key="target"      context="member,ProcessingInstruction"  type="field"    library="DOM1"  documentationStart="543"        documentationEnd="697"  attrType="DOMString"    readonly="yes"/>
 
83
                <node key="data"        context="member,ProcessingInstruction"  type="field"    library="DOM1"  documentationStart="793"        documentationEnd="979"  attrType="DOMString"/>
 
84
        <node key="Text"        context="root"  type="interface"        library="DOM1"  documentationStart="207"        documentationEnd="1545" inherits="CharacterData"/>
 
85
                <node key="splitText"   context="member,Text"   type="method"   library="DOM1"  documentationStart="1610"       documentationEnd="1977"/>
 
86
        <node key="HTMLAnchorElement"   context="root"  type="interface"        library="DOM1"  documentationStart="184"        documentationEnd="327"  inherits="HTMLElement"/>
 
87
                <node key="accessKey"   context="member,HTMLAnchorElement"      type="field"    library="DOM1"  documentationStart="424"        documentationEnd="633"  attrType="DOMString"/>
 
88
                <node key="charset"     context="member,HTMLAnchorElement"      type="field"    library="DOM1"  documentationStart="748"        documentationEnd="932"  attrType="DOMString"/>
 
89
                <node key="coords"      context="member,HTMLAnchorElement"      type="field"    library="DOM1"  documentationStart="1046"       documentationEnd="1309" attrType="DOMString"/>
 
90
                <node key="href"        context="member,HTMLAnchorElement"      type="field"    library="DOM1"  documentationStart="1421"       documentationEnd="1584" attrType="DOMString"/>
 
91
                <node key="hreflang"    context="member,HTMLAnchorElement"      type="field"    library="DOM1"  documentationStart="1700"       documentationEnd="1877" attrType="DOMString"/>
 
92
                <node key="name"        context="member,HTMLAnchorElement"      type="field"    library="DOM1"  documentationStart="1989"       documentationEnd="2135" attrType="DOMString"/>
 
93
                <node key="rel" context="member,HTMLAnchorElement"      type="field"    library="DOM1"  documentationStart="2245"       documentationEnd="2393" attrType="DOMString"/>
 
94
                <node key="rev" context="member,HTMLAnchorElement"      type="field"    library="DOM1"  documentationStart="2504"       documentationEnd="2652" attrType="DOMString"/>
 
95
                <node key="shape"       context="member,HTMLAnchorElement"      type="field"    library="DOM1"  documentationStart="2765"       documentationEnd="2980" attrType="DOMString"/>
 
96
                <node key="tabIndex"    context="member,HTMLAnchorElement"      type="field"    library="DOM1"  documentationStart="3091"       documentationEnd="3299" attrType="long"/>
 
97
                <node key="target"      context="member,HTMLAnchorElement"      type="field"    library="DOM1"  documentationStart="3412"       documentationEnd="3582" attrType="DOMString"/>
 
98
                <node key="type"        context="member,HTMLAnchorElement"      type="field"    library="DOM1"  documentationStart="3694"       documentationEnd="3850" attrType="DOMString"/>
 
99
                <node key="blur"        context="member,HTMLAnchorElement"      type="method"   library="DOM1"  documentationStart="3941"       documentationEnd="3989"/>
 
100
                <node key="focus"       context="member,HTMLAnchorElement"      type="method"   library="DOM1"  documentationStart="4312"       documentationEnd="4356"/>
 
101
        <node key="HTMLAppletElement"   context="root"  type="interface"        library="DOM1"  documentationStart="184"        documentationEnd="384"  inherits="HTMLElement"/>
 
102
                <node key="align"       context="member,HTMLAppletElement"      type="field"    library="DOM1"  documentationStart="476"        documentationEnd="744"  attrType="DOMString"/>
 
103
                <node key="alt" context="member,HTMLAppletElement"      type="field"    library="DOM1"  documentationStart="855"        documentationEnd="1109" attrType="DOMString"/>
 
104
                <node key="archive"     context="member,HTMLAppletElement"      type="field"    library="DOM1"  documentationStart="1224"       documentationEnd="1442" attrType="DOMString"/>
 
105
                <node key="code"        context="member,HTMLAppletElement"      type="field"    library="DOM1"  documentationStart="1554"       documentationEnd="1749" attrType="DOMString"/>
 
106
                <node key="codeBase"    context="member,HTMLAppletElement"      type="field"    library="DOM1"  documentationStart="1864"       documentationEnd="2084" attrType="DOMString"/>
 
107
                <node key="height"      context="member,HTMLAppletElement"      type="field"    library="DOM1"  documentationStart="2198"       documentationEnd="2401" attrType="DOMString"/>
 
108
                <node key="hspace"      context="member,HTMLAppletElement"      type="field"    library="DOM1"  documentationStart="2514"       documentationEnd="2766" attrType="DOMString"/>
 
109
                <node key="name"        context="member,HTMLAppletElement"      type="field"    library="DOM1"  documentationStart="2878"       documentationEnd="3084" attrType="DOMString"/>
 
110
                <node key="object"      context="member,HTMLAppletElement"      type="field"    library="DOM1"  documentationStart="3198"       documentationEnd="3401" attrType="DOMString"/>
 
111
                <node key="vspace"      context="member,HTMLAppletElement"      type="field"    library="DOM1"  documentationStart="3515"       documentationEnd="3756" attrType="DOMString"/>
 
112
                <node key="width"       context="member,HTMLAppletElement"      type="field"    library="DOM1"  documentationStart="3869"       documentationEnd="4069" attrType="DOMString"/>
 
113
        <node key="HTMLAreaElement"     context="root"  type="interface"        library="DOM1"  documentationStart="182"        documentationEnd="352"  inherits="HTMLElement"/>
 
114
                <node key="accessKey"   context="member,HTMLAreaElement"        type="field"    library="DOM1"  documentationStart="449"        documentationEnd="658"  attrType="DOMString"/>
 
115
                <node key="alt" context="member,HTMLAreaElement"        type="field"    library="DOM1"  documentationStart="769"        documentationEnd="981"  attrType="DOMString"/>
 
116
                <node key="coords"      context="member,HTMLAreaElement"        type="field"    library="DOM1"  documentationStart="1095"       documentationEnd="1358" attrType="DOMString"/>
 
117
                <node key="href"        context="member,HTMLAreaElement"        type="field"    library="DOM1"  documentationStart="1470"       documentationEnd="1633" attrType="DOMString"/>
 
118
                <node key="noHref"      context="member,HTMLAreaElement"        type="field"    library="DOM1"  documentationStart="1745"       documentationEnd="1952" attrType="boolean"/>
 
119
                <node key="shape"       context="member,HTMLAreaElement"        type="field"    library="DOM1"  documentationStart="2065"       documentationEnd="2280" attrType="DOMString"/>
 
120
                <node key="tabIndex"    context="member,HTMLAreaElement"        type="field"    library="DOM1"  documentationStart="2390"       documentationEnd="2598" attrType="long"/>
 
121
                <node key="target"      context="member,HTMLAreaElement"        type="field"    library="DOM1"  documentationStart="2712"       documentationEnd="2882" attrType="DOMString"/>
 
122
        <node key="HTMLBaseElement"     context="root"  type="interface"        library="DOM1"  documentationStart="182"        documentationEnd="330"  inherits="HTMLElement"/>
 
123
                <node key="href"        context="member,HTMLBaseElement"        type="field"    library="DOM1"  documentationStart="422"        documentationEnd="571"  attrType="DOMString"/>
 
124
                <node key="target"      context="member,HTMLBaseElement"        type="field"    library="DOM1"  documentationStart="685"        documentationEnd="848"  attrType="DOMString"/>
 
125
        <node key="HTMLBaseFontElement" context="root"  type="interface"        library="DOM1"  documentationStart="186"        documentationEnd="378"  inherits="HTMLElement"/>
 
126
                <node key="color"       context="member,HTMLBaseFontElement"    type="field"    library="DOM1"  documentationStart="471"        documentationEnd="630"  attrType="DOMString"/>
 
127
                <node key="face"        context="member,HTMLBaseFontElement"    type="field"    library="DOM1"  documentationStart="742"        documentationEnd="910"  attrType="DOMString"/>
 
128
                <node key="size"        context="member,HTMLBaseFontElement"    type="field"    library="DOM1"  documentationStart="1022"       documentationEnd="1219" attrType="DOMString"/>
 
129
        <node key="HTMLBlockquoteElement"       context="root"  type="interface"        library="DOM1"  documentationStart="189"        documentationEnd="333"  inherits="HTMLElement"/>
 
130
                <node key="cite"        context="member,HTMLBlockquoteElement"  type="field"    library="DOM1"  documentationStart="427"        documentationEnd="603"  attrType="DOMString"/>
 
131
        <node key="HTMLBodyElement"     context="root"  type="interface"        library="DOM1"  documentationStart="182"        documentationEnd="440"  inherits="HTMLElement"/>
 
132
                <node key="aLink"       context="member,HTMLBodyElement"        type="field"    library="DOM1"  documentationStart="533"        documentationEnd="786"  attrType="DOMString"/>
 
133
                <node key="background"  context="member,HTMLBodyElement"        type="field"    library="DOM1"  documentationStart="904"        documentationEnd="1132" attrType="DOMString"/>
 
134
                <node key="bgColor"     context="member,HTMLBodyElement"        type="field"    library="DOM1"  documentationStart="1247"       documentationEnd="1457" attrType="DOMString"/>
 
135
                <node key="link"        context="member,HTMLBodyElement"        type="field"    library="DOM1"  documentationStart="1568"       documentationEnd="1792" attrType="DOMString"/>
 
136
                <node key="text"        context="member,HTMLBodyElement"        type="field"    library="DOM1"  documentationStart="1904"       documentationEnd="2099" attrType="DOMString"/>
 
137
                <node key="vLink"       context="member,HTMLBodyElement"        type="field"    library="DOM1"  documentationStart="2212"       documentationEnd="2439" attrType="DOMString"/>
 
138
        <node key="HTMLBRElement"       context="root"  type="interface"        library="DOM1"  documentationStart="180"        documentationEnd="324"  inherits="HTMLElement"/>
 
139
                <node key="clear"       context="member,HTMLBRElement"  type="field"    library="DOM1"  documentationStart="417"        documentationEnd="632"  attrType="DOMString"/>
 
140
        <node key="HTMLButtonElement"   context="root"  type="interface"        library="DOM1"  documentationStart="184"        documentationEnd="332"  inherits="HTMLElement"/>
 
141
                <node key="form"        context="member,HTMLButtonElement"      type="field"    library="DOM1"  documentationStart="444"        documentationEnd="581"  attrType="HTMLFormElement"      readonly="yes"/>
 
142
                <node key="accessKey"   context="member,HTMLButtonElement"      type="field"    library="DOM1"  documentationStart="698"        documentationEnd="907"  attrType="DOMString"/>
 
143
                <node key="disabled"    context="member,HTMLButtonElement"      type="field"    library="DOM1"  documentationStart="1021"       documentationEnd="1206" attrType="boolean"/>
 
144
                <node key="name"        context="member,HTMLButtonElement"      type="field"    library="DOM1"  documentationStart="1318"       documentationEnd="1514" attrType="DOMString"/>
 
145
                <node key="tabIndex"    context="member,HTMLButtonElement"      type="field"    library="DOM1"  documentationStart="1625"       documentationEnd="1833" attrType="long"/>
 
146
                <node key="type"        context="member,HTMLButtonElement"      type="field"    library="DOM1"  documentationStart="1959"       documentationEnd="2120" attrType="DOMString"    readonly="yes"/>
 
147
                <node key="value"       context="member,HTMLButtonElement"      type="field"    library="DOM1"  documentationStart="2233"       documentationEnd="2407" attrType="DOMString"/>
 
148
        <node key="HTMLCollection"      context="root"  type="interface"        library="DOM1"  documentationStart="159"        documentationEnd="507"/>
 
149
                <node key="length"      context="member,HTMLCollection" type="field"    library="DOM1"  documentationStart="619"        documentationEnd="696"  attrType="unsigned long"        readonly="yes"/>
 
150
                <node key="item"        context="member,HTMLCollection" type="method"   library="DOM1"  documentationStart="787"        documentationEnd="920"/>
 
151
                <node key="namedItem"   context="member,HTMLCollection" type="method"   library="DOM1"  documentationStart="1533"       documentationEnd="1868"/>
 
152
        <node key="HTMLDirectoryElement"        context="root"  type="interface"        library="DOM1"  documentationStart="186"        documentationEnd="369"  inherits="HTMLElement"/>
 
153
                <node key="compact"     context="member,HTMLDirectoryElement"   type="field"    library="DOM1"  documentationStart="462"        documentationEnd="676"  attrType="boolean"/>
 
154
        <node key="HTMLDivElement"      context="root"  type="interface"        library="DOM1"  documentationStart="181"        documentationEnd="334"  inherits="HTMLElement"/>
 
155
                <node key="align"       context="member,HTMLDivElement" type="field"    library="DOM1"  documentationStart="427"        documentationEnd="633"  attrType="DOMString"/>
 
156
        <node key="HTMLDListElement"    context="root"  type="interface"        library="DOM1"  documentationStart="183"        documentationEnd="325"  inherits="HTMLElement"/>
 
157
                <node key="compact"     context="member,HTMLDListElement"       type="field"    library="DOM1"  documentationStart="418"        documentationEnd="632"  attrType="boolean"/>
 
158
        <node key="HTMLDocument"        context="root"  type="interface"        library="DOM1"  documentationStart="176"        documentationEnd="748"  inherits="Document"/>
 
159
                <node key="title"       context="member,HTMLDocument"   type="field"    library="DOM1"  documentationStart="841"        documentationEnd="948"  attrType="DOMString"/>
 
160
                <node key="referrer"    context="member,HTMLDocument"   type="field"    library="DOM1"  documentationStart="1079"       documentationEnd="1268" attrType="DOMString"    readonly="yes"/>
 
161
                <node key="domain"      context="member,HTMLDocument"   type="field"    library="DOM1"  documentationStart="1395"       documentationEnd="1528" attrType="DOMString"    readonly="yes"/>
 
162
                <node key="URL" context="member,HTMLDocument"   type="field"    library="DOM1"  documentationStart="1653"       documentationEnd="1694" attrType="DOMString"    readonly="yes"/>
 
163
                <node key="body"        context="member,HTMLDocument"   type="field"    library="DOM1"  documentationStart="1807"       documentationEnd="2040" attrType="HTMLElement"/>
 
164
                <node key="images"      context="member,HTMLDocument"   type="field"    library="DOM1"  documentationStart="2173"       documentationEnd="2328" attrType="HTMLCollection"       readonly="yes"/>
 
165
                <node key="applets"     context="member,HTMLDocument"   type="field"    library="DOM1"  documentationStart="2462"       documentationEnd="2617" attrType="HTMLCollection"       readonly="yes"/>
 
166
                <node key="links"       context="member,HTMLDocument"   type="field"    library="DOM1"  documentationStart="2748"       documentationEnd="2903" attrType="HTMLCollection"       readonly="yes"/>
 
167
                <node key="forms"       context="member,HTMLDocument"   type="field"    library="DOM1"  documentationStart="3034"       documentationEnd="3086" attrType="HTMLCollection"       readonly="yes"/>
 
168
                <node key="anchors"     context="member,HTMLDocument"   type="field"    library="DOM1"  documentationStart="3219"       documentationEnd="3562" attrType="HTMLCollection"       readonly="yes"/>
 
169
                <node key="cookie"      context="member,HTMLDocument"   type="field"    library="DOM1"  documentationStart="3674"       documentationEnd="3954" attrType="DOMString"/>
 
170
                <node key="open"        context="member,HTMLDocument"   type="method"   library="DOM1"  documentationStart="4045"       documentationEnd="4558"/>
 
171
                <node key="close"       context="member,HTMLDocument"   type="method"   library="DOM1"  documentationStart="4881"       documentationEnd="4964"/>
 
172
                <node key="write"       context="member,HTMLDocument"   type="method"   library="DOM1"  documentationStart="5287"       documentationEnd="5424"/>
 
173
                <node key="writeln"     context="member,HTMLDocument"   type="method"   library="DOM1"  documentationStart="5899"       documentationEnd="6068"/>
 
174
                <node key="getElementById"      context="member,HTMLDocument"   type="method"   library="DOM1"  documentationStart="6550"       documentationEnd="6760"/>
 
175
                <node key="getElementsByName"   context="member,HTMLDocument"   type="method"   library="DOM1"  documentationStart="7245"       documentationEnd="7371"/>
 
176
        <node key="HTMLElement" context="root"  type="interface"        library="DOM1"  documentationStart="174"        documentationEnd="849"  inherits="Element"/>
 
177
                <node key="id"  context="member,HTMLElement"    type="field"    library="DOM1"  documentationStart="939"        documentationEnd="1093" attrType="DOMString"/>
 
178
                <node key="title"       context="member,HTMLElement"    type="field"    library="DOM1"  documentationStart="1206"       documentationEnd="1370" attrType="DOMString"/>
 
179
                <node key="lang"        context="member,HTMLElement"    type="field"    library="DOM1"  documentationStart="1482"       documentationEnd="1650" attrType="DOMString"/>
 
180
                <node key="dir" context="member,HTMLElement"    type="field"    library="DOM1"  documentationStart="1761"       documentationEnd="1985" attrType="DOMString"/>
 
181
                <node key="className"   context="member,HTMLElement"    type="field"    library="DOM1"  documentationStart="2102"       documentationEnd="2373" attrType="DOMString"/>
 
182
        <node key="HTMLFieldSetElement" context="root"  type="interface"        library="DOM1"  documentationStart="184"        documentationEnd="392"  inherits="HTMLElement"/>
 
183
                <node key="form"        context="member,HTMLFieldSetElement"    type="field"    library="DOM1"  documentationStart="504"        documentationEnd="641"  attrType="HTMLFormElement"      readonly="yes"/>
 
184
        <node key="HTMLFontElement"     context="root"  type="interface"        library="DOM1"  documentationStart="182"        documentationEnd="377"  inherits="HTMLElement"/>
 
185
                <node key="color"       context="member,HTMLFontElement"        type="field"    library="DOM1"  documentationStart="470"        documentationEnd="666"  attrType="DOMString"/>
 
186
                <node key="face"        context="member,HTMLFontElement"        type="field"    library="DOM1"  documentationStart="778"        documentationEnd="982"  attrType="DOMString"/>
 
187
                <node key="size"        context="member,HTMLFontElement"        type="field"    library="DOM1"  documentationStart="1094"       documentationEnd="1287" attrType="DOMString"/>
 
188
        <node key="HTMLFormElement"     context="root"  type="interface"        library="DOM1"  documentationStart="182"        documentationEnd="509"  inherits="HTMLElement"/>
 
189
                <node key="elements"    context="member,HTMLFormElement"        type="field"    library="DOM1"  documentationStart="624"        documentationEnd="690"  attrType="HTMLCollection"       readonly="yes"/>
 
190
                <node key="length"      context="member,HTMLFormElement"        type="field"    library="DOM1"  documentationStart="796"        documentationEnd="843"  attrType="long" readonly="yes"/>
 
191
                <node key="name"        context="member,HTMLFormElement"        type="field"    library="DOM1"  documentationStart="955"        documentationEnd="978"  attrType="DOMString"/>
 
192
                <node key="acceptCharset"       context="member,HTMLFormElement"        type="field"    library="DOM1"  documentationStart="1099"       documentationEnd="1300" attrType="DOMString"/>
 
193
                <node key="action"      context="member,HTMLFormElement"        type="field"    library="DOM1"  documentationStart="1414"       documentationEnd="1577" attrType="DOMString"/>
 
194
                <node key="enctype"     context="member,HTMLFormElement"        type="field"    library="DOM1"  documentationStart="1692"       documentationEnd="1920" attrType="DOMString"/>
 
195
                <node key="method"      context="member,HTMLFormElement"        type="field"    library="DOM1"  documentationStart="2034"       documentationEnd="2204" attrType="DOMString"/>
 
196
                <node key="target"      context="member,HTMLFormElement"        type="field"    library="DOM1"  documentationStart="2317"       documentationEnd="2487" attrType="DOMString"/>
 
197
                <node key="submit"      context="member,HTMLFormElement"        type="method"   library="DOM1"  documentationStart="2579"       documentationEnd="2663"/>
 
198
                <node key="reset"       context="member,HTMLFormElement"        type="method"   library="DOM1"  documentationStart="2974"       documentationEnd="3082"/>
 
199
        <node key="HTMLFrameElement"    context="root"  type="interface"        library="DOM1"  documentationStart="183"        documentationEnd="332"  inherits="HTMLElement"/>
 
200
                <node key="frameBorder" context="member,HTMLFrameElement"       type="field"    library="DOM1"  documentationStart="431"        documentationEnd="601"  attrType="DOMString"/>
 
201
                <node key="longDesc"    context="member,HTMLFrameElement"       type="field"    library="DOM1"  documentationStart="716"        documentationEnd="922"  attrType="DOMString"/>
 
202
                <node key="marginHeight"        context="member,HTMLFrameElement"       type="field"    library="DOM1"  documentationStart="1042"       documentationEnd="1223" attrType="DOMString"/>
 
203
                <node key="marginWidth" context="member,HTMLFrameElement"       type="field"    library="DOM1"  documentationStart="1341"       documentationEnd="1519" attrType="DOMString"/>
 
204
                <node key="name"        context="member,HTMLFrameElement"       type="field"    library="DOM1"  documentationStart="1631"       documentationEnd="1832" attrType="DOMString"/>
 
205
                <node key="noResize"    context="member,HTMLFrameElement"       type="field"    library="DOM1"  documentationStart="1946"       documentationEnd="2131" attrType="boolean"/>
 
206
                <node key="scrolling"   context="member,HTMLFrameElement"       type="field"    library="DOM1"  documentationStart="2248"       documentationEnd="2448" attrType="DOMString"/>
 
207
                <node key="src" context="member,HTMLFrameElement"       type="field"    library="DOM1"  documentationStart="2559"       documentationEnd="2742" attrType="DOMString"/>
 
208
        <node key="HTMLFrameSetElement" context="root"  type="interface"        library="DOM1"  documentationStart="186"        documentationEnd="350"  inherits="HTMLElement"/>
 
209
                <node key="cols"        context="member,HTMLFrameSetElement"    type="field"    library="DOM1"  documentationStart="442"        documentationEnd="633"  attrType="DOMString"/>
 
210
                <node key="rows"        context="member,HTMLFrameSetElement"    type="field"    library="DOM1"  documentationStart="745"        documentationEnd="933"  attrType="DOMString"/>
 
211
        <node key="HTMLHeadElement"     context="root"  type="interface"        library="DOM1"  documentationStart="182"        documentationEnd="339"  inherits="HTMLElement"/>
 
212
                <node key="profile"     context="member,HTMLHeadElement"        type="field"    library="DOM1"  documentationStart="434"        documentationEnd="608"  attrType="DOMString"/>
 
213
        <node key="HTMLHeadingElement"  context="root"  type="interface"        library="DOM1"  documentationStart="185"        documentationEnd="364"  inherits="HTMLElement"/>
 
214
                <node key="align"       context="member,HTMLHeadingElement"     type="field"    library="DOM1"  documentationStart="456"        documentationEnd="662"  attrType="DOMString"/>
 
215
        <node key="HTMLHRElement"       context="root"  type="interface"        library="DOM1"  documentationStart="180"        documentationEnd="335"  inherits="HTMLElement"/>
 
216
                <node key="align"       context="member,HTMLHRElement"  type="field"    library="DOM1"  documentationStart="428"        documentationEnd="638"  attrType="DOMString"/>
 
217
                <node key="noShade"     context="member,HTMLHRElement"  type="field"    library="DOM1"  documentationStart="751"        documentationEnd="1028" attrType="boolean"/>
 
218
                <node key="size"        context="member,HTMLHRElement"  type="field"    library="DOM1"  documentationStart="1140"       documentationEnd="1344" attrType="DOMString"/>
 
219
                <node key="width"       context="member,HTMLHRElement"  type="field"    library="DOM1"  documentationStart="1457"       documentationEnd="1662" attrType="DOMString"/>
 
220
        <node key="HTMLHtmlElement"     context="root"  type="interface"        library="DOM1"  documentationStart="182"        documentationEnd="338"  inherits="HTMLElement"/>
 
221
                <node key="version"     context="member,HTMLHtmlElement"        type="field"    library="DOM1"  documentationStart="432"        documentationEnd="658"  attrType="DOMString"/>
 
222
        <node key="HTMLIFrameElement"   context="root"  type="interface"        library="DOM1"  documentationStart="184"        documentationEnd="338"  inherits="HTMLElement"/>
 
223
                <node key="align"       context="member,HTMLIFrameElement"      type="field"    library="DOM1"  documentationStart="431"        documentationEnd="699"  attrType="DOMString"/>
 
224
                <node key="frameBorder" context="member,HTMLIFrameElement"      type="field"    library="DOM1"  documentationStart="818"        documentationEnd="988"  attrType="DOMString"/>
 
225
                <node key="height"      context="member,HTMLIFrameElement"      type="field"    library="DOM1"  documentationStart="1101"       documentationEnd="1259" attrType="DOMString"/>
 
226
                <node key="longDesc"    context="member,HTMLIFrameElement"      type="field"    library="DOM1"  documentationStart="1375"       documentationEnd="1582" attrType="DOMString"/>
 
227
                <node key="marginHeight"        context="member,HTMLIFrameElement"      type="field"    library="DOM1"  documentationStart="1702"       documentationEnd="1883" attrType="DOMString"/>
 
228
                <node key="marginWidth" context="member,HTMLIFrameElement"      type="field"    library="DOM1"  documentationStart="2002"       documentationEnd="2180" attrType="DOMString"/>
 
229
                <node key="name"        context="member,HTMLIFrameElement"      type="field"    library="DOM1"  documentationStart="2292"       documentationEnd="2494" attrType="DOMString"/>
 
230
                <node key="scrolling"   context="member,HTMLIFrameElement"      type="field"    library="DOM1"  documentationStart="2611"       documentationEnd="2811" attrType="DOMString"/>
 
231
                <node key="src" context="member,HTMLIFrameElement"      type="field"    library="DOM1"  documentationStart="2922"       documentationEnd="3105" attrType="DOMString"/>
 
232
                <node key="width"       context="member,HTMLIFrameElement"      type="field"    library="DOM1"  documentationStart="3218"       documentationEnd="3373" attrType="DOMString"/>
 
233
        <node key="HTMLImageElement"    context="root"  type="interface"        library="DOM1"  documentationStart="183"        documentationEnd="328"  inherits="HTMLElement"/>
 
234
                <node key="lowSrc"      context="member,HTMLImageElement"       type="field"    library="DOM1"  documentationStart="422"        documentationEnd="498"  attrType="DOMString"/>
 
235
                <node key="name"        context="member,HTMLImageElement"       type="field"    library="DOM1"  documentationStart="610"        documentationEnd="672"  attrType="DOMString"/>
 
236
                <node key="align"       context="member,HTMLImageElement"       type="field"    library="DOM1"  documentationStart="784"        documentationEnd="1052" attrType="DOMString"/>
 
237
                <node key="alt" context="member,HTMLImageElement"       type="field"    library="DOM1"  documentationStart="1163"       documentationEnd="1375" attrType="DOMString"/>
 
238
                <node key="border"      context="member,HTMLImageElement"       type="field"    library="DOM1"  documentationStart="1487"       documentationEnd="1700" attrType="DOMString"/>
 
239
                <node key="height"      context="member,HTMLImageElement"       type="field"    library="DOM1"  documentationStart="1814"       documentationEnd="1972" attrType="DOMString"/>
 
240
                <node key="hspace"      context="member,HTMLImageElement"       type="field"    library="DOM1"  documentationStart="2086"       documentationEnd="2319" attrType="DOMString"/>
 
241
                <node key="isMap"       context="member,HTMLImageElement"       type="field"    library="DOM1"  documentationStart="2430"       documentationEnd="2592" attrType="boolean"/>
 
242
                <node key="longDesc"    context="member,HTMLImageElement"       type="field"    library="DOM1"  documentationStart="2708"       documentationEnd="2912" attrType="DOMString"/>
 
243
                <node key="src" context="member,HTMLImageElement"       type="field"    library="DOM1"  documentationStart="3023"       documentationEnd="3200" attrType="DOMString"/>
 
244
                <node key="useMap"      context="member,HTMLImageElement"       type="field"    library="DOM1"  documentationStart="3314"       documentationEnd="3478" attrType="DOMString"/>
 
245
                <node key="vspace"      context="member,HTMLImageElement"       type="field"    library="DOM1"  documentationStart="3592"       documentationEnd="3814" attrType="DOMString"/>
 
246
                <node key="width"       context="member,HTMLImageElement"       type="field"    library="DOM1"  documentationStart="3927"       documentationEnd="4082" attrType="DOMString"/>
 
247
        <node key="HTMLInputElement"    context="root"  type="interface"        library="DOM1"  documentationStart="182"        documentationEnd="573"  inherits="HTMLElement"/>
 
248
                <node key="defaultValue"        context="member,HTMLInputElement"       type="field"    library="DOM1"  documentationStart="673"        documentationEnd="762"  attrType="DOMString"/>
 
249
                <node key="defaultChecked"      context="member,HTMLInputElement"       type="field"    library="DOM1"  documentationStart="882"        documentationEnd="1014" attrType="boolean"/>
 
250
                <node key="form"        context="member,HTMLInputElement"       type="field"    library="DOM1"  documentationStart="1146"       documentationEnd="1283" attrType="HTMLFormElement"      readonly="yes"/>
 
251
                <node key="accept"      context="member,HTMLInputElement"       type="field"    library="DOM1"  documentationStart="1397"       documentationEnd="1632" attrType="DOMString"/>
 
252
                <node key="accessKey"   context="member,HTMLInputElement"       type="field"    library="DOM1"  documentationStart="1749"       documentationEnd="1958" attrType="DOMString"/>
 
253
                <node key="align"       context="member,HTMLInputElement"       type="field"    library="DOM1"  documentationStart="2071"       documentationEnd="2339" attrType="DOMString"/>
 
254
                <node key="alt" context="member,HTMLInputElement"       type="field"    library="DOM1"  documentationStart="2450"       documentationEnd="2662" attrType="DOMString"/>
 
255
                <node key="checked"     context="member,HTMLInputElement"       type="field"    library="DOM1"  documentationStart="2775"       documentationEnd="3125" attrType="boolean"/>
 
256
                <node key="disabled"    context="member,HTMLInputElement"       type="field"    library="DOM1"  documentationStart="3239"       documentationEnd="3424" attrType="boolean"/>
 
257
                <node key="maxLength"   context="member,HTMLInputElement"       type="field"    library="DOM1"  documentationStart="3536"       documentationEnd="3784" attrType="long"/>
 
258
                <node key="name"        context="member,HTMLInputElement"       type="field"    library="DOM1"  documentationStart="3896"       documentationEnd="4091" attrType="DOMString"/>
 
259
                <node key="readOnly"    context="member,HTMLInputElement"       type="field"    library="DOM1"  documentationStart="4205"       documentationEnd="4437" attrType="boolean"/>
 
260
                <node key="size"        context="member,HTMLInputElement"       type="field"    library="DOM1"  documentationStart="4549"       documentationEnd="4763" attrType="DOMString"/>
 
261
                <node key="src" context="member,HTMLInputElement"       type="field"    library="DOM1"  documentationStart="4874"       documentationEnd="5168" attrType="DOMString"/>
 
262
                <node key="tabIndex"    context="member,HTMLInputElement"       type="field"    library="DOM1"  documentationStart="5279"       documentationEnd="5487" attrType="long"/>
 
263
                <node key="type"        context="member,HTMLInputElement"       type="field"    library="DOM1"  documentationStart="5613"       documentationEnd="5781" attrType="DOMString"    readonly="yes"/>
 
264
                <node key="useMap"      context="member,HTMLInputElement"       type="field"    library="DOM1"  documentationStart="5895"       documentationEnd="6059" attrType="DOMString"/>
 
265
                <node key="value"       context="member,HTMLInputElement"       type="field"    library="DOM1"  documentationStart="6172"       documentationEnd="6385" attrType="DOMString"/>
 
266
                <node key="blur"        context="member,HTMLInputElement"       type="method"   library="DOM1"  documentationStart="6476"       documentationEnd="6524"/>
 
267
                <node key="focus"       context="member,HTMLInputElement"       type="method"   library="DOM1"  documentationStart="6847"       documentationEnd="6891"/>
 
268
                <node key="select"      context="member,HTMLInputElement"       type="method"   library="DOM1"  documentationStart="7215"       documentationEnd="7389"/>
 
269
                <node key="click"       context="member,HTMLInputElement"       type="method"   library="DOM1"  documentationStart="7711"       documentationEnd="7893"/>
 
270
        <node key="HTMLIsIndexElement"  context="root"  type="interface"        library="DOM1"  documentationStart="185"        documentationEnd="411"  inherits="HTMLElement"/>
 
271
                <node key="form"        context="member,HTMLIsIndexElement"     type="field"    library="DOM1"  documentationStart="523"        documentationEnd="660"  attrType="HTMLFormElement"      readonly="yes"/>
 
272
                <node key="prompt"      context="member,HTMLIsIndexElement"     type="field"    library="DOM1"  documentationStart="774"        documentationEnd="973"  attrType="DOMString"/>
 
273
        <node key="HTMLLabelElement"    context="root"  type="interface"        library="DOM1"  documentationStart="183"        documentationEnd="339"  inherits="HTMLElement"/>
 
274
                <node key="form"        context="member,HTMLLabelElement"       type="field"    library="DOM1"  documentationStart="451"        documentationEnd="588"  attrType="HTMLFormElement"      readonly="yes"/>
 
275
                <node key="accessKey"   context="member,HTMLLabelElement"       type="field"    library="DOM1"  documentationStart="705"        documentationEnd="914"  attrType="DOMString"/>
 
276
                <node key="htmlFor"     context="member,HTMLLabelElement"       type="field"    library="DOM1"  documentationStart="1029"       documentationEnd="1248" attrType="DOMString"/>
 
277
        <node key="HTMLLegendElement"   context="root"  type="interface"        library="DOM1"  documentationStart="184"        documentationEnd="377"  inherits="HTMLElement"/>
 
278
                <node key="form"        context="member,HTMLLegendElement"      type="field"    library="DOM1"  documentationStart="489"        documentationEnd="626"  attrType="HTMLFormElement"      readonly="yes"/>
 
279
                <node key="accessKey"   context="member,HTMLLegendElement"      type="field"    library="DOM1"  documentationStart="743"        documentationEnd="952"  attrType="DOMString"/>
 
280
                <node key="align"       context="member,HTMLLegendElement"      type="field"    library="DOM1"  documentationStart="1065"       documentationEnd="1299" attrType="DOMString"/>
 
281
        <node key="HTMLLIElement"       context="root"  type="interface"        library="DOM1"  documentationStart="180"        documentationEnd="316"  inherits="HTMLElement"/>
 
282
                <node key="type"        context="member,HTMLLIElement"  type="field"    library="DOM1"  documentationStart="408"        documentationEnd="608"  attrType="DOMString"/>
 
283
                <node key="value"       context="member,HTMLLIElement"  type="field"    library="DOM1"  documentationStart="716"        documentationEnd="945"  attrType="long"/>
 
284
        <node key="HTMLLinkElement"     context="root"  type="interface"        library="DOM1"  documentationStart="182"        documentationEnd="459"  inherits="HTMLElement"/>
 
285
                <node key="disabled"    context="member,HTMLLinkElement"        type="field"    library="DOM1"  documentationStart="553"        documentationEnd="694"  attrType="boolean"/>
 
286
                <node key="charset"     context="member,HTMLLinkElement"        type="field"    library="DOM1"  documentationStart="809"        documentationEnd="1002" attrType="DOMString"/>
 
287
                <node key="href"        context="member,HTMLLinkElement"        type="field"    library="DOM1"  documentationStart="1114"       documentationEnd="1277" attrType="DOMString"/>
 
288
                <node key="hreflang"    context="member,HTMLLinkElement"        type="field"    library="DOM1"  documentationStart="1393"       documentationEnd="1570" attrType="DOMString"/>
 
289
                <node key="media"       context="member,HTMLLinkElement"        type="field"    library="DOM1"  documentationStart="1683"       documentationEnd="1866" attrType="DOMString"/>
 
290
                <node key="rel" context="member,HTMLLinkElement"        type="field"    library="DOM1"  documentationStart="1977"       documentationEnd="2125" attrType="DOMString"/>
 
291
                <node key="rev" context="member,HTMLLinkElement"        type="field"    library="DOM1"  documentationStart="2236"       documentationEnd="2384" attrType="DOMString"/>
 
292
                <node key="target"      context="member,HTMLLinkElement"        type="field"    library="DOM1"  documentationStart="2498"       documentationEnd="2668" attrType="DOMString"/>
 
293
                <node key="type"        context="member,HTMLLinkElement"        type="field"    library="DOM1"  documentationStart="2780"       documentationEnd="2936" attrType="DOMString"/>
 
294
        <node key="HTMLMapElement"      context="root"  type="interface"        library="DOM1"  documentationStart="181"        documentationEnd="333"  inherits="HTMLElement"/>
 
295
                <node key="areas"       context="member,HTMLMapElement" type="field"    library="DOM1"  documentationStart="445"        documentationEnd="497"  attrType="HTMLCollection"       readonly="yes"/>
 
296
                <node key="name"        context="member,HTMLMapElement" type="field"    library="DOM1"  documentationStart="609"        documentationEnd="796"  attrType="DOMString"/>
 
297
        <node key="HTMLMenuElement"     context="root"  type="interface"        library="DOM1"  documentationStart="182"        documentationEnd="362"  inherits="HTMLElement"/>
 
298
                <node key="compact"     context="member,HTMLMenuElement"        type="field"    library="DOM1"  documentationStart="455"        documentationEnd="669"  attrType="boolean"/>
 
299
        <node key="HTMLMetaElement"     context="root"  type="interface"        library="DOM1"  documentationStart="182"        documentationEnd="371"  inherits="HTMLElement"/>
 
300
                <node key="content"     context="member,HTMLMetaElement"        type="field"    library="DOM1"  documentationStart="466"        documentationEnd="628"  attrType="DOMString"/>
 
301
                <node key="httpEquiv"   context="member,HTMLMetaElement"        type="field"    library="DOM1"  documentationStart="745"        documentationEnd="916"  attrType="DOMString"/>
 
302
                <node key="name"        context="member,HTMLMetaElement"        type="field"    library="DOM1"  documentationStart="1028"       documentationEnd="1188" attrType="DOMString"/>
 
303
                <node key="scheme"      context="member,HTMLMetaElement"        type="field"    library="DOM1"  documentationStart="1302"       documentationEnd="1462" attrType="DOMString"/>
 
304
        <node key="HTMLModElement"      context="root"  type="interface"        library="DOM1"  documentationStart="181"        documentationEnd="445"  inherits="HTMLElement"/>
 
305
                <node key="cite"        context="member,HTMLModElement" type="field"    library="DOM1"  documentationStart="537"        documentationEnd="712"  attrType="DOMString"/>
 
306
                <node key="dateTime"    context="member,HTMLModElement" type="field"    library="DOM1"  documentationStart="828"        documentationEnd="999"  attrType="DOMString"/>
 
307
        <node key="HTMLObjectElement"   context="root"  type="interface"        library="DOM1"  documentationStart="183"        documentationEnd="530"  inherits="HTMLElement"/>
 
308
                <node key="form"        context="member,HTMLObjectElement"      type="field"    library="DOM1"  documentationStart="642"        documentationEnd="779"  attrType="HTMLFormElement"      readonly="yes"/>
 
309
                <node key="code"        context="member,HTMLObjectElement"      type="field"    library="DOM1"  documentationStart="891"        documentationEnd="976"  attrType="DOMString"/>
 
310
                <node key="align"       context="member,HTMLObjectElement"      type="field"    library="DOM1"  documentationStart="1089"       documentationEnd="1357" attrType="DOMString"/>
 
311
                <node key="archive"     context="member,HTMLObjectElement"      type="field"    library="DOM1"  documentationStart="1472"       documentationEnd="1652" attrType="DOMString"/>
 
312
                <node key="border"      context="member,HTMLObjectElement"      type="field"    library="DOM1"  documentationStart="1766"       documentationEnd="1980" attrType="DOMString"/>
 
313
                <node key="codeBase"    context="member,HTMLObjectElement"      type="field"    library="DOM1"  documentationStart="2096"       documentationEnd="2335" attrType="DOMString"/>
 
314
                <node key="codeType"    context="member,HTMLObjectElement"      type="field"    library="DOM1"  documentationStart="2451"       documentationEnd="2661" attrType="DOMString"/>
 
315
                <node key="data"        context="member,HTMLObjectElement"      type="field"    library="DOM1"  documentationStart="2773"       documentationEnd="2959" attrType="DOMString"/>
 
316
                <node key="declare"     context="member,HTMLObjectElement"      type="field"    library="DOM1"  documentationStart="3070"       documentationEnd="3278" attrType="boolean"/>
 
317
                <node key="height"      context="member,HTMLObjectElement"      type="field"    library="DOM1"  documentationStart="3392"       documentationEnd="3550" attrType="DOMString"/>
 
318
                <node key="hspace"      context="member,HTMLObjectElement"      type="field"    library="DOM1"  documentationStart="3664"       documentationEnd="3916" attrType="DOMString"/>
 
319
                <node key="name"        context="member,HTMLObjectElement"      type="field"    library="DOM1"  documentationStart="4028"       documentationEnd="4223" attrType="DOMString"/>
 
320
                <node key="standby"     context="member,HTMLObjectElement"      type="field"    library="DOM1"  documentationStart="4338"       documentationEnd="4521" attrType="DOMString"/>
 
321
                <node key="tabIndex"    context="member,HTMLObjectElement"      type="field"    library="DOM1"  documentationStart="4632"       documentationEnd="4840" attrType="long"/>
 
322
                <node key="type"        context="member,HTMLObjectElement"      type="field"    library="DOM1"  documentationStart="4952"       documentationEnd="5158" attrType="DOMString"/>
 
323
                <node key="useMap"      context="member,HTMLObjectElement"      type="field"    library="DOM1"  documentationStart="5271"       documentationEnd="5435" attrType="DOMString"/>
 
324
                <node key="vspace"      context="member,HTMLObjectElement"      type="field"    library="DOM1"  documentationStart="5548"       documentationEnd="5789" attrType="DOMString"/>
 
325
                <node key="width"       context="member,HTMLObjectElement"      type="field"    library="DOM1"  documentationStart="5902"       documentationEnd="6057" attrType="DOMString"/>
 
326
        <node key="HTMLOListElement"    context="root"  type="interface"        library="DOM1"  documentationStart="183"        documentationEnd="322"  inherits="HTMLElement"/>
 
327
                <node key="compact"     context="member,HTMLOListElement"       type="field"    library="DOM1"  documentationStart="415"        documentationEnd="629"  attrType="boolean"/>
 
328
                <node key="start"       context="member,HTMLOListElement"       type="field"    library="DOM1"  documentationStart="737"        documentationEnd="938"  attrType="long"/>
 
329
                <node key="type"        context="member,HTMLOListElement"       type="field"    library="DOM1"  documentationStart="1050"       documentationEnd="1243" attrType="DOMString"/>
 
330
        <node key="HTMLOptGroupElement" context="root"  type="interface"        library="DOM1"  documentationStart="186"        documentationEnd="373"  inherits="HTMLElement"/>
 
331
                <node key="disabled"    context="member,HTMLOptGroupElement"    type="field"    library="DOM1"  documentationStart="467"        documentationEnd="652"  attrType="boolean"/>
 
332
                <node key="label"       context="member,HTMLOptGroupElement"    type="field"    library="DOM1"  documentationStart="765"        documentationEnd="947"  attrType="DOMString"/>
 
333
        <node key="HTMLOptionElement"   context="root"  type="interface"        library="DOM1"  documentationStart="184"        documentationEnd="340"  inherits="HTMLElement"/>
 
334
                <node key="form"        context="member,HTMLOptionElement"      type="field"    library="DOM1"  documentationStart="452"        documentationEnd="589"  attrType="HTMLFormElement"      readonly="yes"/>
 
335
                <node key="defaultSelected"     context="member,HTMLOptionElement"      type="field"    library="DOM1"  documentationStart="710"        documentationEnd="782"  attrType="boolean"/>
 
336
                <node key="text"        context="member,HTMLOptionElement"      type="field"    library="DOM1"  documentationStart="908"        documentationEnd="962"  attrType="DOMString"    readonly="yes"/>
 
337
                <node key="index"       context="member,HTMLOptionElement"      type="field"    library="DOM1"  documentationStart="1070"       documentationEnd="1151" attrType="long"/>
 
338
                <node key="disabled"    context="member,HTMLOptionElement"      type="field"    library="DOM1"  documentationStart="1265"       documentationEnd="1450" attrType="boolean"/>
 
339
                <node key="label"       context="member,HTMLOptionElement"      type="field"    library="DOM1"  documentationStart="1563"       documentationEnd="1749" attrType="DOMString"/>
 
340
                <node key="selected"    context="member,HTMLOptionElement"      type="field"    library="DOM1"  documentationStart="1877"       documentationEnd="2064" attrType="boolean"      readonly="yes"/>
 
341
                <node key="value"       context="member,HTMLOptionElement"      type="field"    library="DOM1"  documentationStart="2176"       documentationEnd="2350" attrType="DOMString"/>
 
342
        <node key="HTMLParagraphElement"        context="root"  type="interface"        library="DOM1"  documentationStart="187"        documentationEnd="321"  inherits="HTMLElement"/>
 
343
                <node key="align"       context="member,HTMLParagraphElement"   type="field"    library="DOM1"  documentationStart="414"        documentationEnd="620"  attrType="DOMString"/>
 
344
        <node key="HTMLParamElement"    context="root"  type="interface"        library="DOM1"  documentationStart="183"        documentationEnd="367"  inherits="HTMLElement"/>
 
345
                <node key="name"        context="member,HTMLParamElement"       type="field"    library="DOM1"  documentationStart="459"        documentationEnd="632"  attrType="DOMString"/>
 
346
                <node key="type"        context="member,HTMLParamElement"       type="field"    library="DOM1"  documentationStart="744"        documentationEnd="982"  attrType="DOMString"/>
 
347
                <node key="value"       context="member,HTMLParamElement"       type="field"    library="DOM1"  documentationStart="1095"       documentationEnd="1271" attrType="DOMString"/>
 
348
                <node key="valueType"   context="member,HTMLParamElement"       type="field"    library="DOM1"  documentationStart="1388"       documentationEnd="1604" attrType="DOMString"/>
 
349
        <node key="HTMLPreElement"      context="root"  type="interface"        library="DOM1"  documentationStart="180"        documentationEnd="325"  inherits="HTMLElement"/>
 
350
                <node key="width"       context="member,HTMLPreElement" type="field"    library="DOM1"  documentationStart="413"        documentationEnd="616"  attrType="long"/>
 
351
        <node key="HTMLQuoteElement"    context="root"  type="interface"        library="DOM1"  documentationStart="183"        documentationEnd="366"  inherits="HTMLElement"/>
 
352
                <node key="cite"        context="member,HTMLQuoteElement"       type="field"    library="DOM1"  documentationStart="458"        documentationEnd="665"  attrType="DOMString"/>
 
353
        <node key="HTMLScriptElement"   context="root"  type="interface"        library="DOM1"  documentationStart="184"        documentationEnd="340"  inherits="HTMLElement"/>
 
354
                <node key="text"        context="member,HTMLScriptElement"      type="field"    library="DOM1"  documentationStart="432"        documentationEnd="474"  attrType="DOMString"/>
 
355
                <node key="htmlFor"     context="member,HTMLScriptElement"      type="field"    library="DOM1"  documentationStart="589"        documentationEnd="634"  attrType="DOMString"/>
 
356
                <node key="event"       context="member,HTMLScriptElement"      type="field"    library="DOM1"  documentationStart="747"        documentationEnd="792"  attrType="DOMString"/>
 
357
                <node key="charset"     context="member,HTMLScriptElement"      type="field"    library="DOM1"  documentationStart="907"        documentationEnd="1091" attrType="DOMString"/>
 
358
                <node key="defer"       context="member,HTMLScriptElement"      type="field"    library="DOM1"  documentationStart="1202"       documentationEnd="1406" attrType="boolean"/>
 
359
                <node key="src" context="member,HTMLScriptElement"      type="field"    library="DOM1"  documentationStart="1517"       documentationEnd="1693" attrType="DOMString"/>
 
360
                <node key="type"        context="member,HTMLScriptElement"      type="field"    library="DOM1"  documentationStart="1805"       documentationEnd="1988" attrType="DOMString"/>
 
361
        <node key="HTMLSelectElement"   context="root"  type="interface"        library="DOM1"  documentationStart="184"        documentationEnd="464"  inherits="HTMLElement"/>
 
362
                <node key="type"        context="member,HTMLSelectElement"      type="field"    library="DOM1"  documentationStart="570"        documentationEnd="606"  attrType="DOMString"    readonly="yes"/>
 
363
                <node key="selectedIndex"       context="member,HTMLSelectElement"      type="field"    library="DOM1"  documentationStart="722"        documentationEnd="909"  attrType="long"/>
 
364
                <node key="value"       context="member,HTMLSelectElement"      type="field"    library="DOM1"  documentationStart="1022"       documentationEnd="1061" attrType="DOMString"/>
 
365
                <node key="length"      context="member,HTMLSelectElement"      type="field"    library="DOM1"  documentationStart="1183"       documentationEnd="1241" attrType="long" readonly="yes"/>
 
366
                <node key="form"        context="member,HTMLSelectElement"      type="field"    library="DOM1"  documentationStart="1373"       documentationEnd="1510" attrType="HTMLFormElement"      readonly="yes"/>
 
367
                <node key="options"     context="member,HTMLSelectElement"      type="field"    library="DOM1"  documentationStart="1645"       documentationEnd="1726" attrType="HTMLCollection"       readonly="yes"/>
 
368
                <node key="disabled"    context="member,HTMLSelectElement"      type="field"    library="DOM1"  documentationStart="1840"       documentationEnd="2025" attrType="boolean"/>
 
369
                <node key="multiple"    context="member,HTMLSelectElement"      type="field"    library="DOM1"  documentationStart="2139"       documentationEnd="2373" attrType="boolean"/>
 
370
                <node key="name"        context="member,HTMLSelectElement"      type="field"    library="DOM1"  documentationStart="2485"       documentationEnd="2681" attrType="DOMString"/>
 
371
                <node key="size"        context="member,HTMLSelectElement"      type="field"    library="DOM1"  documentationStart="2788"       documentationEnd="2952" attrType="long"/>
 
372
                <node key="tabIndex"    context="member,HTMLSelectElement"      type="field"    library="DOM1"  documentationStart="3063"       documentationEnd="3271" attrType="long"/>
 
373
                <node key="add" context="member,HTMLSelectElement"      type="method"   library="DOM1"  documentationStart="3361"       documentationEnd="3465"/>
 
374
                <node key="remove"      context="member,HTMLSelectElement"      type="method"   library="DOM1"  documentationStart="4050"       documentationEnd="4204"/>
 
375
                <node key="blur"        context="member,HTMLSelectElement"      type="method"   library="DOM1"  documentationStart="4628"       documentationEnd="4676"/>
 
376
                <node key="focus"       context="member,HTMLSelectElement"      type="method"   library="DOM1"  documentationStart="4999"       documentationEnd="5043"/>
 
377
        <node key="HTMLStyleElement"    context="root"  type="interface"        library="DOM1"  documentationStart="183"        documentationEnd="426"  inherits="HTMLElement"/>
 
378
                <node key="disabled"    context="member,HTMLStyleElement"       type="field"    library="DOM1"  documentationStart="520"        documentationEnd="562"  attrType="boolean"/>
 
379
                <node key="media"       context="member,HTMLStyleElement"       type="field"    library="DOM1"  documentationStart="675"        documentationEnd="858"  attrType="DOMString"/>
 
380
                <node key="type"        context="member,HTMLStyleElement"       type="field"    library="DOM1"  documentationStart="970"        documentationEnd="1157" attrType="DOMString"/>
 
381
        <node key="HTMLTableCaptionElement"     context="root"  type="interface"        library="DOM1"  documentationStart="190"        documentationEnd="340"  inherits="HTMLElement"/>
 
382
                <node key="align"       context="member,HTMLTableCaptionElement"        type="field"    library="DOM1"  documentationStart="433"        documentationEnd="662"  attrType="DOMString"/>
 
383
        <node key="HTMLTableCellElement"        context="root"  type="interface"        library="DOM1"  documentationStart="187"        documentationEnd="392"  inherits="HTMLElement"/>
 
384
                <node key="cellIndex"   context="member,HTMLTableCellElement"   type="field"    library="DOM1"  documentationStart="484"        documentationEnd="526"  attrType="long"/>
 
385
                <node key="abbr"        context="member,HTMLTableCellElement"   type="field"    library="DOM1"  documentationStart="638"        documentationEnd="801"  attrType="DOMString"/>
 
386
                <node key="align"       context="member,HTMLTableCellElement"   type="field"    library="DOM1"  documentationStart="914"        documentationEnd="1089" attrType="DOMString"/>
 
387
                <node key="axis"        context="member,HTMLTableCellElement"   type="field"    library="DOM1"  documentationStart="1201"       documentationEnd="1365" attrType="DOMString"/>
 
388
                <node key="bgColor"     context="member,HTMLTableCellElement"   type="field"    library="DOM1"  documentationStart="1480"       documentationEnd="1686" attrType="DOMString"/>
 
389
                <node key="ch"  context="member,HTMLTableCellElement"   type="field"    library="DOM1"  documentationStart="1796"       documentationEnd="1971" attrType="DOMString"/>
 
390
                <node key="chOff"       context="member,HTMLTableCellElement"   type="field"    library="DOM1"  documentationStart="2084"       documentationEnd="2253" attrType="DOMString"/>
 
391
                <node key="colSpan"     context="member,HTMLTableCellElement"   type="field"    library="DOM1"  documentationStart="2363"       documentationEnd="2536" attrType="long"/>
 
392
                <node key="headers"     context="member,HTMLTableCellElement"   type="field"    library="DOM1"  documentationStart="2651"       documentationEnd="2848" attrType="DOMString"/>
 
393
                <node key="height"      context="member,HTMLTableCellElement"   type="field"    library="DOM1"  documentationStart="2962"       documentationEnd="3156" attrType="DOMString"/>
 
394
                <node key="noWrap"      context="member,HTMLTableCellElement"   type="field"    library="DOM1"  documentationStart="3268"       documentationEnd="3470" attrType="boolean"/>
 
395
                <node key="rowSpan"     context="member,HTMLTableCellElement"   type="field"    library="DOM1"  documentationStart="3580"       documentationEnd="3750" attrType="long"/>
 
396
                <node key="scope"       context="member,HTMLTableCellElement"   type="field"    library="DOM1"  documentationStart="3863"       documentationEnd="4028" attrType="DOMString"/>
 
397
                <node key="vAlign"      context="member,HTMLTableCellElement"   type="field"    library="DOM1"  documentationStart="4142"       documentationEnd="4314" attrType="DOMString"/>
 
398
                <node key="width"       context="member,HTMLTableCellElement"   type="field"    library="DOM1"  documentationStart="4427"       documentationEnd="4618" attrType="DOMString"/>
 
399
        <node key="HTMLTableColElement" context="root"  type="interface"        library="DOM1"  documentationStart="186"        documentationEnd="380"  inherits="HTMLElement"/>
 
400
                <node key="align"       context="member,HTMLTableColElement"    type="field"    library="DOM1"  documentationStart="473"        documentationEnd="655"  attrType="DOMString"/>
 
401
                <node key="ch"  context="member,HTMLTableColElement"    type="field"    library="DOM1"  documentationStart="764"        documentationEnd="939"  attrType="DOMString"/>
 
402
                <node key="chOff"       context="member,HTMLTableColElement"    type="field"    library="DOM1"  documentationStart="1052"       documentationEnd="1221" attrType="DOMString"/>
 
403
                <node key="span"        context="member,HTMLTableColElement"    type="field"    library="DOM1"  documentationStart="1328"       documentationEnd="1534" attrType="long"/>
 
404
                <node key="vAlign"      context="member,HTMLTableColElement"    type="field"    library="DOM1"  documentationStart="1648"       documentationEnd="1827" attrType="DOMString"/>
 
405
                <node key="width"       context="member,HTMLTableColElement"    type="field"    library="DOM1"  documentationStart="1940"       documentationEnd="2100" attrType="DOMString"/>
 
406
        <node key="HTMLTableElement"    context="root"  type="interface"        library="DOM1"  documentationStart="183"        documentationEnd="690"  inherits="HTMLElement"/>
 
407
                <node key="caption"     context="member,HTMLTableElement"       type="field"    library="DOM1"  documentationStart="799"        documentationEnd="872"  attrType="HTMLTableCaptionElement"/>
 
408
                <node key="tHead"       context="member,HTMLTableElement"       type="field"    library="DOM1"  documentationStart="998"        documentationEnd="1086" attrType="HTMLTableSectionElement"/>
 
409
                <node key="tFoot"       context="member,HTMLTableElement"       type="field"    library="DOM1"  documentationStart="1213"       documentationEnd="1301" attrType="HTMLTableSectionElement"/>
 
410
                <node key="rows"        context="member,HTMLTableElement"       type="field"    library="DOM1"  documentationStart="1431"       documentationEnd="1583" attrType="HTMLCollection"       readonly="yes"/>
 
411
                <node key="tBodies"     context="member,HTMLTableElement"       type="field"    library="DOM1"  documentationStart="1718"       documentationEnd="1775" attrType="HTMLCollection"       readonly="yes"/>
 
412
                <node key="align"       context="member,HTMLTableElement"       type="field"    library="DOM1"  documentationStart="1888"       documentationEnd="2143" attrType="DOMString"/>
 
413
                <node key="bgColor"     context="member,HTMLTableElement"       type="field"    library="DOM1"  documentationStart="2258"       documentationEnd="2464" attrType="DOMString"/>
 
414
                <node key="border"      context="member,HTMLTableElement"       type="field"    library="DOM1"  documentationStart="2578"       documentationEnd="2762" attrType="DOMString"/>
 
415
                <node key="cellPadding" context="member,HTMLTableElement"       type="field"    library="DOM1"  documentationStart="2881"       documentationEnd="3110" attrType="DOMString"/>
 
416
                <node key="cellSpacing" context="member,HTMLTableElement"       type="field"    library="DOM1"  documentationStart="3229"       documentationEnd="3439" attrType="DOMString"/>
 
417
                <node key="frame"       context="member,HTMLTableElement"       type="field"    library="DOM1"  documentationStart="3552"       documentationEnd="3736" attrType="DOMString"/>
 
418
                <node key="rules"       context="member,HTMLTableElement"       type="field"    library="DOM1"  documentationStart="3849"       documentationEnd="4033" attrType="DOMString"/>
 
419
                <node key="summary"     context="member,HTMLTableElement"       type="field"    library="DOM1"  documentationStart="4148"       documentationEnd="4355" attrType="DOMString"/>
 
420
                <node key="width"       context="member,HTMLTableElement"       type="field"    library="DOM1"  documentationStart="4468"       documentationEnd="4643" attrType="DOMString"/>
 
421
                <node key="createTHead" context="member,HTMLTableElement"       type="method"   library="DOM1"  documentationStart="4741"       documentationEnd="4800"/>
 
422
                <node key="deleteTHead" context="member,HTMLTableElement"       type="method"   library="DOM1"  documentationStart="5184"       documentationEnd="5239"/>
 
423
                <node key="createTFoot" context="member,HTMLTableElement"       type="method"   library="DOM1"  documentationStart="5567"       documentationEnd="5626"/>
 
424
                <node key="deleteTFoot" context="member,HTMLTableElement"       type="method"   library="DOM1"  documentationStart="6000"       documentationEnd="6055"/>
 
425
                <node key="createCaption"       context="member,HTMLTableElement"       type="method"   library="DOM1"  documentationStart="6386"       documentationEnd="6453"/>
 
426
                <node key="deleteCaption"       context="member,HTMLTableElement"       type="method"   library="DOM1"  documentationStart="6822"       documentationEnd="6869"/>
 
427
                <node key="insertRow"   context="member,HTMLTableElement"       type="method"   library="DOM1"  documentationStart="7196"       documentationEnd="7325"/>
 
428
                <node key="deleteRow"   context="member,HTMLTableElement"       type="method"   library="DOM1"  documentationStart="7791"       documentationEnd="7817"/>
 
429
        <node key="HTMLTableRowElement" context="root"  type="interface"        library="DOM1"  documentationStart="185"        documentationEnd="329"  inherits="HTMLElement"/>
 
430
                <node key="rowIndex"    context="member,HTMLTableRowElement"    type="field"    library="DOM1"  documentationStart="420"        documentationEnd="480"  attrType="long"/>
 
431
                <node key="sectionRowIndex"     context="member,HTMLTableRowElement"    type="field"    library="DOM1"  documentationStart="598"        documentationEnd="725"  attrType="long"/>
 
432
                <node key="cells"       context="member,HTMLTableRowElement"    type="field"    library="DOM1"  documentationStart="843"        documentationEnd="887"  attrType="HTMLCollection"/>
 
433
                <node key="align"       context="member,HTMLTableRowElement"    type="field"    library="DOM1"  documentationStart="1000"       documentationEnd="1192" attrType="DOMString"/>
 
434
                <node key="bgColor"     context="member,HTMLTableRowElement"    type="field"    library="DOM1"  documentationStart="1307"       documentationEnd="1517" attrType="DOMString"/>
 
435
                <node key="ch"  context="member,HTMLTableRowElement"    type="field"    library="DOM1"  documentationStart="1627"       documentationEnd="1802" attrType="DOMString"/>
 
436
                <node key="chOff"       context="member,HTMLTableRowElement"    type="field"    library="DOM1"  documentationStart="1915"       documentationEnd="2084" attrType="DOMString"/>
 
437
                <node key="vAlign"      context="member,HTMLTableRowElement"    type="field"    library="DOM1"  documentationStart="2198"       documentationEnd="2387" attrType="DOMString"/>
 
438
                <node key="insertCell"  context="member,HTMLTableRowElement"    type="method"   library="DOM1"  documentationStart="2484"       documentationEnd="2542"/>
 
439
                <node key="deleteCell"  context="member,HTMLTableRowElement"    type="method"   library="DOM1"  documentationStart="2999"       documentationEnd="3041"/>
 
440
        <node key="HTMLTableSectionElement"     context="root"  type="interface"        library="DOM1"  documentationStart="190"        documentationEnd="274"  inherits="HTMLElement"/>
 
441
                <node key="align"       context="member,HTMLTableSectionElement"        type="field"    library="DOM1"  documentationStart="367"        documentationEnd="484"  attrType="DOMString"/>
 
442
                <node key="ch"  context="member,HTMLTableSectionElement"        type="field"    library="DOM1"  documentationStart="594"        documentationEnd="769"  attrType="DOMString"/>
 
443
                <node key="chOff"       context="member,HTMLTableSectionElement"        type="field"    library="DOM1"  documentationStart="882"        documentationEnd="1051" attrType="DOMString"/>
 
444
                <node key="vAlign"      context="member,HTMLTableSectionElement"        type="field"    library="DOM1"  documentationStart="1164"       documentationEnd="1280" attrType="DOMString"/>
 
445
                <node key="rows"        context="member,HTMLTableSectionElement"        type="field"    library="DOM1"  documentationStart="1412"       documentationEnd="1465" attrType="HTMLCollection"       readonly="yes"/>
 
446
                <node key="insertRow"   context="member,HTMLTableSectionElement"        type="method"   library="DOM1"  documentationStart="1561"       documentationEnd="1599"/>
 
447
                <node key="deleteRow"   context="member,HTMLTableSectionElement"        type="method"   library="DOM1"  documentationStart="2065"       documentationEnd="2103"/>
 
448
        <node key="HTMLTextAreaElement" context="root"  type="interface"        library="DOM1"  documentationStart="186"        documentationEnd="348"  inherits="HTMLElement"/>
 
449
                <node key="defaultValue"        context="member,HTMLTextAreaElement"    type="field"    library="DOM1"  documentationStart="448"        documentationEnd="537"  attrType="DOMString"/>
 
450
                <node key="form"        context="member,HTMLTextAreaElement"    type="field"    library="DOM1"  documentationStart="669"        documentationEnd="806"  attrType="HTMLFormElement"      readonly="yes"/>
 
451
                <node key="accessKey"   context="member,HTMLTextAreaElement"    type="field"    library="DOM1"  documentationStart="923"        documentationEnd="1132" attrType="DOMString"/>
 
452
                <node key="cols"        context="member,HTMLTextAreaElement"    type="field"    library="DOM1"  documentationStart="1239"       documentationEnd="1415" attrType="long"/>
 
453
                <node key="disabled"    context="member,HTMLTextAreaElement"    type="field"    library="DOM1"  documentationStart="1529"       documentationEnd="1714" attrType="boolean"/>
 
454
                <node key="name"        context="member,HTMLTextAreaElement"    type="field"    library="DOM1"  documentationStart="1826"       documentationEnd="2024" attrType="DOMString"/>
 
455
                <node key="readOnly"    context="member,HTMLTextAreaElement"    type="field"    library="DOM1"  documentationStart="2138"       documentationEnd="2306" attrType="boolean"/>
 
456
                <node key="rows"        context="member,HTMLTextAreaElement"    type="field"    library="DOM1"  documentationStart="2413"       documentationEnd="2576" attrType="long"/>
 
457
                <node key="tabIndex"    context="member,HTMLTextAreaElement"    type="field"    library="DOM1"  documentationStart="2687"       documentationEnd="2895" attrType="long"/>
 
458
                <node key="type"        context="member,HTMLTextAreaElement"    type="field"    library="DOM1"  documentationStart="3002"       documentationEnd="3040" attrType="DOMString"    readonly="yes"/>
 
459
                <node key="value"       context="member,HTMLTextAreaElement"    type="field"    library="DOM1"  documentationStart="3152"       documentationEnd="3341" attrType="DOMString"/>
 
460
                <node key="blur"        context="member,HTMLTextAreaElement"    type="method"   library="DOM1"  documentationStart="3431"       documentationEnd="3479"/>
 
461
                <node key="focus"       context="member,HTMLTextAreaElement"    type="method"   library="DOM1"  documentationStart="3802"       documentationEnd="3846"/>
 
462
                <node key="select"      context="member,HTMLTextAreaElement"    type="method"   library="DOM1"  documentationStart="4170"       documentationEnd="4226"/>
 
463
        <node key="HTMLTitleElement"    context="root"  type="interface"        library="DOM1"  documentationStart="183"        documentationEnd="335"  inherits="HTMLElement"/>
 
464
                <node key="text"        context="member,HTMLTitleElement"       type="field"    library="DOM1"  documentationStart="427"        documentationEnd="467"  attrType="DOMString"/>
 
465
        <node key="HTMLUListElement"    context="root"  type="interface"        library="DOM1"  documentationStart="183"        documentationEnd="324"  inherits="HTMLElement"/>
 
466
                <node key="compact"     context="member,HTMLUListElement"       type="field"    library="DOM1"  documentationStart="417"        documentationEnd="631"  attrType="boolean"/>
 
467
                <node key="type"        context="member,HTMLUListElement"       type="field"    library="DOM1"  documentationStart="743"        documentationEnd="933"  attrType="DOMString"/>
 
468
</documentation>