| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
| "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| <!-- |
| Generated: Thu Nov 09 17:43:43 EST 2000 jfouffa.w3.org |
| --> |
| <html lang='en' xmlns="http://www.w3.org/1999/xhtml"> |
| <head> |
| <title>ECMAScript Language Binding</title> |
| <link rel='stylesheet' type='text/css' href='./spec.css' /> |
| <link rel='stylesheet' type='text/css' href='W3C-REC.css' /> |
| <link rel='next' href='acknowledgements.html' /> |
| <link rel='contents' href='Overview.html#contents' /> |
| <link rel='index' href='def-index.html' /> |
| <link rel='previous' href='java-binding.html' /> |
| </head> |
| <body> |
| <div class='navbar' align='center'><a accesskey='p' |
| href='java-binding.html'>previous</a> <a accesskey='n' |
| href='acknowledgements.html'>next</a> <a accesskey='c' |
| href='Overview.html#contents'>contents</a> <a accesskey='i' |
| href='def-index.html'>index</a> |
| |
| <hr title='Navigation area separator' /> |
| </div> |
| |
| <div class='noprint' style='text-align: right'> |
| <p style='font-family: monospace;font-size:small'>13 November, |
| 2000</p> |
| </div> |
| |
| <div class='div1'><a id="ecma-binding" name='ecma-binding'></a> |
| |
| <h1 id='ecma-binding-h1' class='adiv1'>Appendix C: ECMAScript |
| Language Binding</h1> |
| |
| <p>This appendix contains the complete ECMAScript [<a |
| class='noxref' href='references.html#ECMAScript'>ECMAScript</a>] |
| binding for the Level 2 Document Object Model Views |
| definitions.</p> |
| |
| <p><b>Note:</b> Exceptions handling is only supported by ECMAScript |
| implementation conformant with the Standard ECMA-262 3rd. Edition |
| ([<a class='noxref' |
| href='references.html#ECMAScript'>ECMAScript</a>]).</p> |
| |
| <div class='ecma-block'> |
| <dl> |
| <dt>Object <b>AbstractView</b></dt> |
| |
| <dd> |
| <dl> |
| <dt>The <b>AbstractView</b> object has the following |
| properties:</dt> |
| |
| <dd> |
| <dl> |
| <dt><b>document</b></dt> |
| |
| <dd>This read-only property is a <b>DocumentView</b> object.</dd> |
| </dl> |
| </dd> |
| </dl> |
| </dd> |
| |
| <dt>Object <b>DocumentView</b></dt> |
| |
| <dd> |
| <dl> |
| <dt>The <b>DocumentView</b> object has the following |
| properties:</dt> |
| |
| <dd> |
| <dl> |
| <dt><b>defaultView</b></dt> |
| |
| <dd>This read-only property is a <b>AbstractView</b> object.</dd> |
| </dl> |
| </dd> |
| </dl> |
| </dd> |
| </dl> |
| </div> |
| |
| <!-- ecma-block --> |
| </div> |
| |
| <!-- div1 ecma-binding --> |
| <div class='navbar' align='center'> |
| <hr title='Navigation area separator' /> |
| <a accesskey='p' href='java-binding.html'>previous</a> <a |
| accesskey='n' href='acknowledgements.html'>next</a> <a |
| accesskey='c' href='Overview.html#contents'>contents</a> <a |
| accesskey='i' href='def-index.html'>index</a></div> |
| </body> |
| </html> |
| |