﻿<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="dom.css" type="text/css"?>
<!DOCTYPE api [
	<!ENTITY sbURL    "/toolbox/sidebars/2001/dom2/">
	<!ENTITY w3cURL   "http://www.w3.org/TR/">
  <!ENTITY coreURL  "2000/REC-DOM-Level-2-Core-20001113/core.html">
  <!ENTITY viewURL  "2000/REC-DOM-Level-2-Views-20001113/views.html">
  <!ENTITY eventURL "2000/REC-DOM-Level-2-Events-20001113/events.html">
  <!ENTITY styleURL "2000/REC-DOM-Level-2-Style-20001113/stylesheets.html">
  <!ENTITY cssURL   "2000/REC-DOM-Level-2-Style-20001113/css.html">
  <!ENTITY travURL  "2000/REC-DOM-Level-2-Traversal-Range-20001113/traversal.html">
  <!ENTITY rangeURL "2000/REC-DOM-Level-2-Traversal-Range-20001113/ranges.html">
  <!ENTITY htmlURL  "2001/WD-DOM-Level-2-HTML-20011210/html.html">
]>
<!--
Copyright Rich Doughty 2001
If you like this tab, send me an email!

www:	http://www.richdoughty.net/
email:	rich@dufty.karoo.co.uk
-->
<api xmlns="http://www.richdoughty.net/NS/api" xmlns:h="http://www.w3.org/1999/xhtml">
<h:div id="index">
<h:a href="core.xml" target="_self">Core</h:a>
<h:a href="views.xml" target="_self">Views</h:a>
<h:a href="events.xml" target="_self">Events</h:a>
<h:a href="stylesheets.xml" target="_self">Style Sheets</h:a>
<h:a href="css.xml" target="_self">CSS</h:a>
<h:a href="traversal.xml" target="_self">Traversal</h:a>
<h:a href="ranges.xml" target="_self">Range</h:a>
<h:a href="html.xml" target="_self">HTML</h:a>
</h:div>
<h:base target="_content" />
<title>
<h:a href="&w3cURL;&coreURL;#">DOM 2 Core</h:a>
</title>
<typedef>
<name>
<h:a href="&w3cURL;&coreURL;#DOMString">DOMString</h:a>
</name>
</typedef>
<typedef>
<name>
<h:a href="&w3cURL;&coreURL;#DOMTimeStamp">DOMTimeStamp</h:a>
</name>
</typedef>
<exception>
<name>
<h:a href="&w3cURL;&coreURL;#ID-17189187">DOMException</h:a>
</name>
<group>
<h:a href="&w3cURL;&coreURL;#ID-258A00AF">ExceptionCode</h:a>
</group>
</exception>
<interface>
<name>
<h:a href="&w3cURL;&coreURL;#ID-102161490">DOMImplementation</h:a>
</name>
<method>
<h:a href="&w3cURL;&coreURL;#Level-2-Core-DOM-createDocument">createDocument</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#Level-2-Core-DOM-createDocType">createDocumentType</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-5CED94D7">hasFeature</h:a>
</method>
</interface>
<interface>
<name>
<h:a href="&w3cURL;&coreURL;#ID-B63ED1A3">DocumentFragment</h:a>
</name>
</interface>
<interface>
<name>
<h:a href="&w3cURL;&coreURL;#i-Document">Document</h:a>
</name>
<attribute>
<h:a href="&w3cURL;&coreURL;#ID-B63ED1A31">doctype</h:a>
</attribute>
<attribute>
<h:a href="&w3cURL;&coreURL;#ID-87CD092">documentElement</h:a>
</attribute>
<attribute>
<h:a href="&w3cURL;&coreURL;#ID-1B793EBA">implementation</h:a>
</attribute>
<method>
<h:a href="&w3cURL;&coreURL;#ID-1084891198">createAttribute</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-DocCrAttrNS">createAttributeNS</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-D26C0AF8">createCDATASection</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-1334481328">createComment</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-35CB04B5">createDocumentFragment</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-2141741547">createElement</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-DocCrElNS">createElementNS</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-392B75AE">createEntityReference</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-135944439">createProcessingInstruction</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-1975348127">createTextNode</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-getElBId">getElementById</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-A6C9094">getElementsByTagName</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-getElBTNNS">getElementsByTagNameNS</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#Core-Document-importNode">importNode</h:a>
</method>
</interface>
<interface>
<name>
<h:a href="&w3cURL;&coreURL;#ID-1950641247">Node</h:a>
</name>
<group>
<h:a href="&w3cURL;&coreURL;#ID-1841493061">nodeType</h:a>
</group>
<attribute>
<h:a href="&w3cURL;&coreURL;#ID-84CF096">attributes</h:a>
</attribute>
<attribute>
<h:a href="&w3cURL;&coreURL;#ID-1451460987">childNodes</h:a>
</attribute>
<attribute>
<h:a href="&w3cURL;&coreURL;#ID-169727388">firstChild</h:a>
</attribute>
<attribute>
<h:a href="&w3cURL;&coreURL;#ID-61AD09FB">lastChild</h:a>
</attribute>
<attribute>
<h:a href="&w3cURL;&coreURL;#ID-NodeNSLocalN">localName</h:a>
</attribute>
<attribute>
<h:a href="&w3cURL;&coreURL;#ID-NodeNSname">namespaceURI</h:a>
</attribute>
<attribute>
<h:a href="&w3cURL;&coreURL;#ID-6AC54C2F">nextSibling</h:a>
</attribute>
<attribute>
<h:a href="&w3cURL;&coreURL;#ID-F68D095">nodeName</h:a>
</attribute>
<attribute>
<h:a href="&w3cURL;&coreURL;#ID-111237558">nodeType</h:a>
</attribute>
<attribute>
<h:a href="&w3cURL;&coreURL;#ID-F68D080">nodeValue</h:a>
</attribute>
<attribute>
<h:a href="&w3cURL;&coreURL;#node-ownerDoc">ownerDocument</h:a>
</attribute>
<attribute>
<h:a href="&w3cURL;&coreURL;#ID-1060184317">parentNode</h:a>
</attribute>
<attribute>
<h:a href="&w3cURL;&coreURL;#ID-NodeNSPrefix">prefix</h:a>
</attribute>
<attribute>
<h:a href="&w3cURL;&coreURL;#ID-640FB3C8">previousSibling</h:a>
</attribute>
<method>
<h:a href="&w3cURL;&coreURL;#ID-184E7107">appendChild</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-3A0ED0A4">cloneNode</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-NodeHasAttrs">hasAttributes</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-810594187">hasChildNodes</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-952280727">insertBefore</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#Level-2-Core-Node-supports">isSupported</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-normalize">normalize</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-1734834066">removeChild</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-785887307">replaceChild</h:a>
</method>
</interface>
<interface>
<name>
<h:a href="&w3cURL;&coreURL;#ID-536297177">NodeList</h:a>
</name>
<attribute>
<h:a href="&w3cURL;&coreURL;#ID-203510337">length</h:a>
</attribute>
<method>
<h:a href="&w3cURL;&coreURL;#ID-844377136">item</h:a>
</method>
</interface>
<interface>
<name>
<h:a href="&w3cURL;&coreURL;#ID-1780488922">NamedNodeMap</h:a>
</name>
<attribute>
<h:a href="&w3cURL;&coreURL;#ID-6D0FB19E">length</h:a>
</attribute>
<method>
<h:a href="&w3cURL;&coreURL;#ID-1074577549">getNamedItem</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-getNamedItemNS">getNamedItemNS</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-349467F9">item</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-D58B193">removeNamedItem</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-removeNamedItemNS">removeNamedItemNS</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-1025163788">setNamedItem</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-setNamedItemNS">setNamedItemNS</h:a>
</method>
</interface>
<interface>
<name>
<h:a href="&w3cURL;&coreURL;#ID-FF21A306">CharacterData</h:a>
</name>
<attribute>
<h:a href="&w3cURL;&coreURL;#ID-72AB8359">data</h:a>
</attribute>
<attribute>
<h:a href="&w3cURL;&coreURL;#ID-7D61178C">length</h:a>
</attribute>
<method>
<h:a href="&w3cURL;&coreURL;#ID-32791A2F">appendData</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-7C603781">deleteData</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-3EDB695F">insertData</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-E5CBA7FB">replaceData</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-6531BCCF">substringData</h:a>
</method>
</interface>
<interface>
<name>
<h:a href="&w3cURL;&coreURL;#ID-637646024">Attr</h:a>
</name>
<attribute>
<h:a href="&w3cURL;&coreURL;#ID-1112119403">name</h:a>
</attribute>
<attribute>
<h:a href="&w3cURL;&coreURL;#Attr-ownerElement">ownerElement</h:a>
</attribute>
<attribute>
<h:a href="&w3cURL;&coreURL;#ID-862529273">specified</h:a>
</attribute>
<attribute>
<h:a href="&w3cURL;&coreURL;#ID-221662474">value</h:a>
</attribute>
</interface>
<interface>
<name>
<h:a href="&w3cURL;&coreURL;#ID-745549614">Element</h:a>
</name>
<attribute>
<h:a href="&w3cURL;&coreURL;#ID-104682815">tagName</h:a>
</attribute>
<method>
<h:a href="&w3cURL;&coreURL;#ID-666EE0F9">getAttribute</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-ElGetAttrNS">getAttributeNS</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-217A91B8">getAttributeNode</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-ElGetAtNodeNS">getAttributeNodeNS</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-1938918D">getElementsByTagName</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-A6C90942">getElementsByTagNameNS</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-ElHasAttr">hasAttribute</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-ElHasAttrNS">hasAttributeNS</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-6D6AC0F9">removeAttribute</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-ElRemAtNS">removeAttributeNS</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-D589198">removeAttributeNode</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-F68F082">setAttribute</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-ElSetAttrNS">setAttributeNS</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-887236154">setAttributeNode</h:a>
</method>
<method>
<h:a href="&w3cURL;&coreURL;#ID-ElSetAtNodeNS">setAttributeNodeNS</h:a>
</method>
</interface>
<interface>
<name>
<h:a href="&w3cURL;&coreURL;#ID-1312295772">Text</h:a>
</name>
<method>
<h:a href="&w3cURL;&coreURL;#ID-38853C1D">splitText</h:a>
</method>
</interface>
<interface>
<name>
<h:a href="&w3cURL;&coreURL;#ID-1728279322">Comment</h:a>
</name>
</interface>
<interface>
<name>
<h:a href="&w3cURL;&coreURL;#ID-667469212">CDATASection</h:a>
</name>
</interface>
<interface>
<name>
<h:a href="&w3cURL;&coreURL;#ID-412266927">DocumentType</h:a>
</name>
<attribute>
<h:a href="&w3cURL;&coreURL;#ID-1788794630">entities</h:a>
</attribute>
<attribute>
<h:a href="&w3cURL;&coreURL;#ID-Core-DocType-internalSubset">internalSubset</h:a>
</attribute>
<attribute>
<h:a href="&w3cURL;&coreURL;#ID-1844763134">name</h:a>
</attribute>
<attribute>
<h:a href="&w3cURL;&coreURL;#ID-D46829EF">notations</h:a>
</attribute>
<attribute>
<h:a href="&w3cURL;&coreURL;#ID-Core-DocType-publicId">publicId</h:a>
</attribute>
<attribute>
<h:a href="&w3cURL;&coreURL;#ID-Core-DocType-systemId">systemId</h:a>
</attribute>
</interface>
<interface>
<name>
<h:a href="&w3cURL;&coreURL;#ID-5431D1B9">Notation</h:a>
</name>
<attribute>
<h:a href="&w3cURL;&coreURL;#ID-54F2B4D0">publicId</h:a>
</attribute>
<attribute>
<h:a href="&w3cURL;&coreURL;#ID-E8AAB1D0">systemId</h:a>
</attribute>
</interface>
<interface>
<name>
<h:a href="&w3cURL;&coreURL;#ID-527DCFF2">Entity</h:a>
</name>
<attribute>
<h:a href="&w3cURL;&coreURL;#ID-6ABAEB38">notationName</h:a>
</attribute>
<attribute>
<h:a href="&w3cURL;&coreURL;#ID-D7303025">publicId</h:a>
</attribute>
<attribute>
<h:a href="&w3cURL;&coreURL;#ID-D7C29F3E">systemId</h:a>
</attribute>
</interface>
<interface>
<name>
<h:a href="&w3cURL;&coreURL;#ID-11C98490">EntityReference</h:a>
</name>
</interface>
<interface>
<name>
<h:a href="&w3cURL;&coreURL;#ID-1004215813">ProcessingInstruction</h:a>
</name>
<attribute>
<h:a href="&w3cURL;&coreURL;#ID-837822393">data</h:a>
</attribute>
<attribute>
<h:a href="&w3cURL;&coreURL;#ID-1478689192">target</h:a>
</attribute>
</interface>
</api>
