Sophie

Sophie

distrib > Momonga > development > i686 > media > os > by-pkgid > 8094ac79f986f14af880f5f612391693 > files > 164

xml-commons-apis-manual-1.4.01-4m.mo8.noarch.rpm

<?xml version="1.0" ?>
<!-- $Id: dom-spec.xml 225913 2001-06-01 11:15:37Z dims $ -->
<!DOCTYPE spec PUBLIC
      "-//W3C//DTD Specification V2.1-Based DOM//EN"
      "../../../pubtext/xmlspec-v21-dom.dtd" [

<!ENTITY prefix "Core">
<!ENTITY % version SYSTEM "../version.xml">
%version;
<!ENTITY % links SYSTEM "../link-entities.xml">
%links;
<!ENTITY % parts SYSTEM "../part-entities.xml">
%parts;
<!ENTITY options SYSTEM "../options.xml">
]> 

<spec>
  <!--
  *************************************************************************
  * FRONT MATTER                                                          *
  *************************************************************************
  -->
&options;

<header> 
<title>Document Object Model (DOM) Level 2 Core Specification</title>
<version>1.0</version> <w3c-designation>&doc.prefix;-&doc.date;
</w3c-designation> <w3c-doctype>W3C Recommendation</w3c-doctype> <pubdate> 
<day>&date.day;</day> <month>&date.month;</month> <year>&date.year;</year> 
</pubdate> 
<publoc> <loc href="&this.url;">&this.url;</loc>
&ps.loc;
&pdf.loc;
&txt.loc;
&zip.loc;
</publoc>
<latestloc> <loc href="&latest.url;">&latest.url;</loc> </latestloc> 
<prevlocs>
&prev.locs;
</prevlocs> 
<authlist> 
<author role="editor">
<name>Arnaud Le Hors</name> 
<affiliation>W3C team contact until October 1999, then IBM</affiliation>
</author>
<author role="editor">
<name>Philippe Le H&eacute;garet</name> 
<affiliation>W3C, team contact (from November 1999)</affiliation>
</author> 
<author role="editor"> <name>Lauren Wood</name> 
<affiliation>SoftQuad Software Inc., WG Chair</affiliation>
</author>
	 <author role="editor"> 
		<name>Gavin Nicol</name> 
		<affiliation>Inso EPS (for DOM Level 1)</affiliation> 
	 </author> 
<author role="editor">
<name>Jonathan Robie</name>
<affiliation>Texcel Research and Software AG (for DOM Level 1)</affiliation>
</author>
	 <author role="editor"> 
		<name>Mike Champion</name> 
		<affiliation>ArborText and Software AG (for DOM Level 1 from November 20,
		  1997)</affiliation> 
	 </author> 
	 <author role="editor"> 
		<name>Steve Byrne</name> 
		<affiliation>JavaSoft (for DOM Level 1 until November 19,
		  1997)</affiliation> 
	 </author> 
</authlist>
    <!--
    ******************************************************
    * DOCUMENT ABSTRACT                                  *
    ******************************************************
    -->
<abstract id="id-abstract"> 

<p>This specification defines the Document Object Model Level 2 Core, a platform-
and language-neutral interface that allows programs and scripts to dynamically
access and update the content and structure of documents. The Document
Object Model Level 2 Core builds on the Document Object Model Level 1 Core.</p>

<p>The DOM Level 2 Core is made of a set of core interfaces to create and
manipulate the structure and contents of a document. The Core also contains
specialized interfaces dedicated to XML.</p> 

</abstract>

&status;

<sourcedesc>
<p>Created in electronic form.</p>
</sourcedesc>
<langusage>
<language id="en">English</language>
</langusage>
<revisiondesc>
<p>$Revision: 225913 $</p>
</revisiondesc>
<?GENERATE-TOC?>
</header>
<front>
  &toc;
  &copyright;
  &introduction;
</front> 
 
<body>
  &core;
</body>
  <!--
  *************************************************************************
  * BACK MATTER                                                           *
  *************************************************************************
  -->
<back> 
  &core-changes;
  &i18nfunctions;

<div1 role="idl" id="idl">
  <head>IDL Definitions</head>

  <p>This appendix contains the complete OMG IDL <bibref ref='OMGIDL'/> for
  the Level 2 Document Object Model Core definitions.</p>

  <p>The IDL files are also available as: <loc
      href="idl.zip">&this.url;/idl.zip</loc></p>

    <!--
    ******************************************************
    | CORE OMG IDL DEFINITIONS                           |
    ******************************************************
    -->
      <?GENERATE-IDL Core dom w3c.org?>
</div1>

<div1 role="java-binding" id="java-binding">
  <head>Java Language Binding</head>

  <p>This appendix contains the complete Java Language <bibref ref='Java'/>
  binding for the Level 2 Document Object Model Core.</p>

  <p>The Java files are also available as <loc
      href="java-binding.zip">&this.url;/java-binding.zip</loc></p>

    <!--
    ******************************************************
    | CORE JAVA BINDINGS                                 |
    ******************************************************
    -->
      <?GENERATE-JAVA Core org.w3c dom?>
</div1>
<div1 role="ecma-binding" id="ecma-binding">
  <head>ECMAScript Language Binding</head>

  <p>This appendix contains the complete ECMAScript <bibref
  ref='ECMAScript'/> binding for the Level 2 Document Object Model Core
  definitions.</p>

      <note>
	<p>
	  Exceptions handling is only supported by ECMAScript implementation
	  conformant with the Standard ECMA-262 3rd. Edition (<bibref
	  ref="ECMAScript"/>).
	</p>
      </note>

    <!--
    ******************************************************
    | CORE ECMASCRIPT BINDINGS                         |
    ******************************************************
    -->
  <?GENERATE-ECMA Core?>
</div1>
  &contributors; 
  &glossary; 
  &references;
  &index; 
</back>
</spec>