http://www.w3.org/DOM/DOMTM git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@225913 13f79535-47bb-0310-9956-ffa450edef68
131 lines
4.4 KiB
HTML
131 lines
4.4 KiB
HTML
<!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:46:17 EST 2000 jfouffa.w3.org
|
|
-->
|
|
<html lang='en' xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>Glossary</title>
|
|
<link rel='stylesheet' type='text/css' href='./spec.css' />
|
|
<link rel='stylesheet' type='text/css' href='W3C-REC.css' />
|
|
<link rel='next' href='references.html' />
|
|
<link rel='contents' href='Overview.html#contents' />
|
|
<link rel='index' href='def-index.html' />
|
|
<link rel='previous' href='acknowledgements.html' />
|
|
</head>
|
|
<body>
|
|
<div class='navbar' align='center'><a accesskey='p'
|
|
href='acknowledgements.html'>previous</a> <a accesskey='n'
|
|
href='references.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="glossary" name='glossary'></a>
|
|
|
|
<h1 id='role-glossary' class='glossary'>Glossary</h1>
|
|
|
|
<dl>
|
|
<dt><i>Editors</i></dt>
|
|
|
|
<dd>Arnaud Le Hors, IBM</dd>
|
|
|
|
<dd>Lauren Wood, SoftQuad Software Inc.</dd>
|
|
|
|
<dd>Robert S. Sutor, IBM (for DOM Level 1)</dd>
|
|
</dl>
|
|
|
|
<p>Several of the following term definitions have been borrowed or
|
|
modified from similar definitions in other W3C or standards
|
|
documents. See the links within the definitions for more
|
|
information.</p>
|
|
|
|
<dl>
|
|
<dt><b><a id="dt-16-bit-unit" name='dt-16-bit-unit'>16-bit
|
|
unit</a></b></dt>
|
|
|
|
<dd>The base unit of a <code>DOMString</code>. This indicates that
|
|
indexing on a <code>DOMString</code> occurs in units of 16 bits.
|
|
This must not be misunderstood to mean that a
|
|
<code>DOMString</code> can store arbitrary 16-bit units. A
|
|
<code>DOMString</code> is a character string encoded in UTF-16;
|
|
this means that the restrictions of UTF-16 as well as the other
|
|
relevant restrictions on character strings must be maintained. A
|
|
single character, for example in the form of a numeric character
|
|
reference, may correspond to one or two 16-bit units.<br />
|
|
For more information, see [<a class='noxref'
|
|
href='references.html#Unicode'>Unicode</a>] and [<a class='noxref'
|
|
href='references.html#ISO10646'>ISO/IEC 10646</a>].</dd>
|
|
|
|
<dt><b><a id="dt-ancestor" name='dt-ancestor'>ancestor</a></b></dt>
|
|
|
|
<dd>An <i>ancestor</i> node of any node A is any node above A in a
|
|
tree model of a document, where "above" means "toward the
|
|
root."</dd>
|
|
|
|
<dt><b><a id="dt-child" name='dt-child'>child</a></b></dt>
|
|
|
|
<dd>A <i>child</i> is an immediate <i>descendant</i> node of a
|
|
node.</dd>
|
|
|
|
<dt><b><a id="dt-deepest" name='dt-deepest'>deepest</a></b></dt>
|
|
|
|
<dd>The <i>deepest</i> element is that element which is furthest
|
|
from the root or document element in a tree model of the
|
|
document.</dd>
|
|
|
|
<dt><b><a id="dt-documentorder" name='dt-documentorder'>document
|
|
order</a></b></dt>
|
|
|
|
<dd>The term <i>document order</i> has the same meaning as depth
|
|
first, pre-order traversal, which is equivalent to the order in
|
|
which the start tags occur in the text representation of the
|
|
document.</dd>
|
|
|
|
<dt><b><a id="dt-descendant"
|
|
name='dt-descendant'>descendant</a></b></dt>
|
|
|
|
<dd>A <i>descendant</i> node of any node A is any node below A in a
|
|
tree model of a document, where "above" means "toward the
|
|
root."</dd>
|
|
|
|
<dt><b><a id="dt-parent" name='dt-parent'>parent</a></b></dt>
|
|
|
|
<dd>A <i>parent</i> is an immediate <i>ancestor</i> node of a
|
|
node.</dd>
|
|
|
|
<dt><b><a id="dt-sibling" name='dt-sibling'>sibling</a></b></dt>
|
|
|
|
<dd>Two nodes are <i>siblings</i> if and only if they have the same
|
|
<i>parent</i> node.</dd>
|
|
|
|
<dt><b><a id="dt-tokenized"
|
|
name='dt-tokenized'>tokenized</a></b></dt>
|
|
|
|
<dd>The description given to various information items (for
|
|
example, attribute values of various types, but not including the
|
|
StringType CDATA) after having been processed by the XML processor.
|
|
The process includes stripping leading and trailing white space,
|
|
and replacing multiple space characters by one. See the definition
|
|
of tokenized type.</dd>
|
|
</dl>
|
|
</div>
|
|
|
|
<!-- div1 glossary -->
|
|
<div class='navbar' align='center'>
|
|
<hr title='Navigation area separator' />
|
|
<a accesskey='p' href='acknowledgements.html'>previous</a>
|
|
<a accesskey='n' href='references.html'>next</a> <a
|
|
accesskey='c' href='Overview.html#contents'>contents</a> <a
|
|
accesskey='i' href='def-index.html'>index</a></div>
|
|
</body>
|
|
</html>
|
|
|