Sophie

Sophie

distrib > Mandriva > 2010.0 > x86_64 > media > main-release > by-pkgid > 71fef6b9bbd764d1491dbe60964943fb > files > 81

lib64sablotron-devel-1.0.3-7mdv2010.0.x86_64.rpm

<html><head><link rel=StyleSheet href='api-toc.css' TYPE='text/css' MEDIA='screen'><title>Sablotron Extensions API table of contents</title></head>
<body bgcolor='white'>
<!--
  -- HEADS UP!  This page was *GENERATED* by APIDOC,
  -- DO NOT EDIT THIS FILE BY HAND!
  -- See http://www.mozilla.org/projects/apidoc for information on APIDOC
  -- The original source file was jsdom-ref.xml
  -->
<h1 class='title'>Sablotron Extensions API Reference</h1><h4>Table of Contents</h4>
<a href='sparse-toc-abc.html'>alphabetical listing</a><br>
<a href='sparse-toc-grp.html'>grouped listing</a><br>
<center><table class='toc-table' border='1' cellpadding='0' cellspacing='0' width='100%'>
<tr class='toc-title'><th><br><h3>Alphabetical Listing</h3></th></tr>
<tr><td>
<center><table class='toc-abc' border='0' cellspacing='0' cellpadding='0' width='100%'>
<tr><td class='toc-row'><a class='toc-entry' href='api-%2eConversions.html' target='content-container'>.Conversions</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-%2eDebugging.html' target='content-container'>.Debugging</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-%2eExample.html' target='content-container'>.Example</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-%2eIntroduction.html' target='content-container'>.Introduction</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-%2eObjects.html' target='content-container'>.Objects</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Attr.html' target='content-container'>Attr</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Attr%2ename.html' target='content-container'>Attr.name</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Attr%2eownerElement.html' target='content-container'>Attr.ownerElement</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Attr%2especified.html' target='content-container'>Attr.specified</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Attr%2evalue.html' target='content-container'>Attr.value</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-CharacterData.html' target='content-container'>CharacterData</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-CharacterData%2edata.html' target='content-container'>CharacterData.data</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-CharacterData%2elength.html' target='content-container'>CharacterData.length</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-CharacterData%2esubstringData%28%29.html' target='content-container'>CharacterData.substringData()</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-DOMException.html' target='content-container'>DOMException</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-DOMException%2ecode.html' target='content-container'>DOMException.code</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-DOMImplementation.html' target='content-container'>DOMImplementation</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-DOMImplementation%2ehasFeature%28%29.html' target='content-container'>DOMImplementation.hasFeature()</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Document.html' target='content-container'>Document</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Document%2edocumentElement.html' target='content-container'>Document.documentElement</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Document%2eimplementation.html' target='content-container'>Document.implementation</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Element.html' target='content-container'>Element</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Element%2egetAttribute%28%29.html' target='content-container'>Element.getAttribute()</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Element%2egetAttributeNode%28%29.html' target='content-container'>Element.getAttributeNode()</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Element%2ehasAttribute%28%29.html' target='content-container'>Element.hasAttribute()</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Element%2etagName.html' target='content-container'>Element.tagName</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-NamedNodeMap.html' target='content-container'>NamedNodeMap</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-NamedNodeMap%2egetNamedItem%28%29.html' target='content-container'>NamedNodeMap.getNamedItem()</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-NamedNodeMap%2eitem%28%29.html' target='content-container'>NamedNodeMap.item()</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-NamedNodeMap%2elength.html' target='content-container'>NamedNodeMap.length</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Node.html' target='content-container'>Node</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Node%2eattributes.html' target='content-container'>Node.attributes</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Node%2echildNodes.html' target='content-container'>Node.childNodes</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Node%2efirstChild.html' target='content-container'>Node.firstChild</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Node%2ehasAttributes%28%29.html' target='content-container'>Node.hasAttributes()</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Node%2ehasChildNodes%28%29.html' target='content-container'>Node.hasChildNodes()</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Node%2eisSupported%28%29.html' target='content-container'>Node.isSupported()</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Node%2elastChild.html' target='content-container'>Node.lastChild</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Node%2elocalName.html' target='content-container'>Node.localName</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Node%2enamespaceURI.html' target='content-container'>Node.namespaceURI</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Node%2enextSibling.html' target='content-container'>Node.nextSibling</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Node%2enodeName.html' target='content-container'>Node.nodeName</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Node%2enodeType.html' target='content-container'>Node.nodeType</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Node%2enodeValue.html' target='content-container'>Node.nodeValue</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Node%2eownerDocument.html' target='content-container'>Node.ownerDocument</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Node%2eparentNode.html' target='content-container'>Node.parentNode</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Node%2eprefix.html' target='content-container'>Node.prefix</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Node%2epreviousSibling.html' target='content-container'>Node.previousSibling</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-NodeList.html' target='content-container'>NodeList</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-NodeList%2eitem%28%29.html' target='content-container'>NodeList.item()</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-NodeList%2elength.html' target='content-container'>NodeList.length</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-XSLTContext.html' target='content-container'>XSLTContext</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-XSLTContext%2econtextNode.html' target='content-container'>XSLTContext.contextNode</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-XSLTContext%2econtextPosition.html' target='content-container'>XSLTContext.contextPosition</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-XSLTContext%2econtextSize.html' target='content-container'>XSLTContext.contextSize</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-XSLTContext%2ecurrentNode.html' target='content-container'>XSLTContext.currentNode</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-XSLTContext%2eownerDocument.html' target='content-container'>XSLTContext.ownerDocument</a>
</td><td>&nbsp;</td></tr>
</table></center></td></tr>
<tr class='toc-title'><th><br><h3>Grouped Listing</h3></th></tr>
<tr><td class='toc-group-even'><center><table border='0' cellspacing='0' cellpading='0' width='100%'>
<tr><th><a name='GROUP_.General'>.General</a></th><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-%2eConversions.html' target='content-container'>.Conversions</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-%2eDebugging.html' target='content-container'>.Debugging</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-%2eExample.html' target='content-container'>.Example</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-%2eIntroduction.html' target='content-container'>.Introduction</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-%2eObjects.html' target='content-container'>.Objects</a>
</td><td>&nbsp;</td></tr>
</table></center><br></td></tr>
<tr><td class='toc-group-odd'><center><table border='0' cellspacing='0' cellpading='0' width='100%'>
<tr><th><a name='GROUP_Attr'>Attr</a></th><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Attr%2ename.html' target='content-container'>Attr.name</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Attr%2eownerElement.html' target='content-container'>Attr.ownerElement</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Attr%2especified.html' target='content-container'>Attr.specified</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Attr%2evalue.html' target='content-container'>Attr.value</a>
</td><td>&nbsp;</td></tr>
</table></center><br></td></tr>
<tr><td class='toc-group-even'><center><table border='0' cellspacing='0' cellpading='0' width='100%'>
<tr><th><a name='GROUP_CharacterData'>CharacterData</a></th><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-CharacterData%2edata.html' target='content-container'>CharacterData.data</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-CharacterData%2elength.html' target='content-container'>CharacterData.length</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-CharacterData%2esubstringData%28%29.html' target='content-container'>CharacterData.substringData()</a>
</td><td>&nbsp;</td></tr>
</table></center><br></td></tr>
<tr><td class='toc-group-odd'><center><table border='0' cellspacing='0' cellpading='0' width='100%'>
<tr><th><a name='GROUP_DOMException'>DOMException</a></th><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-DOMException%2ecode.html' target='content-container'>DOMException.code</a>
</td><td>&nbsp;</td></tr>
</table></center><br></td></tr>
<tr><td class='toc-group-even'><center><table border='0' cellspacing='0' cellpading='0' width='100%'>
<tr><th><a name='GROUP_DOMImplementation'>DOMImplementation</a></th><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-DOMImplementation%2ehasFeature%28%29.html' target='content-container'>DOMImplementation.hasFeature()</a>
</td><td>&nbsp;</td></tr>
</table></center><br></td></tr>
<tr><td class='toc-group-odd'><center><table border='0' cellspacing='0' cellpading='0' width='100%'>
<tr><th><a name='GROUP_Document'>Document</a></th><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Document%2edocumentElement.html' target='content-container'>Document.documentElement</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Document%2eimplementation.html' target='content-container'>Document.implementation</a>
</td><td>&nbsp;</td></tr>
</table></center><br></td></tr>
<tr><td class='toc-group-even'><center><table border='0' cellspacing='0' cellpading='0' width='100%'>
<tr><th><a name='GROUP_Element'>Element</a></th><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Element%2egetAttribute%28%29.html' target='content-container'>Element.getAttribute()</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Element%2egetAttributeNode%28%29.html' target='content-container'>Element.getAttributeNode()</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Element%2ehasAttribute%28%29.html' target='content-container'>Element.hasAttribute()</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Element%2etagName.html' target='content-container'>Element.tagName</a>
</td><td>&nbsp;</td></tr>
</table></center><br></td></tr>
<tr><td class='toc-group-odd'><center><table border='0' cellspacing='0' cellpading='0' width='100%'>
<tr><th><a name='GROUP_NamedNodeMap'>NamedNodeMap</a></th><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-NamedNodeMap%2egetNamedItem%28%29.html' target='content-container'>NamedNodeMap.getNamedItem()</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-NamedNodeMap%2eitem%28%29.html' target='content-container'>NamedNodeMap.item()</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-NamedNodeMap%2elength.html' target='content-container'>NamedNodeMap.length</a>
</td><td>&nbsp;</td></tr>
</table></center><br></td></tr>
<tr><td class='toc-group-even'><center><table border='0' cellspacing='0' cellpading='0' width='100%'>
<tr><th><a name='GROUP_Node'>Node</a></th><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Node%2eattributes.html' target='content-container'>Node.attributes</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Node%2echildNodes.html' target='content-container'>Node.childNodes</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Node%2efirstChild.html' target='content-container'>Node.firstChild</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Node%2ehasAttributes%28%29.html' target='content-container'>Node.hasAttributes()</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Node%2ehasChildNodes%28%29.html' target='content-container'>Node.hasChildNodes()</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Node%2eisSupported%28%29.html' target='content-container'>Node.isSupported()</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Node%2elastChild.html' target='content-container'>Node.lastChild</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Node%2elocalName.html' target='content-container'>Node.localName</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Node%2enamespaceURI.html' target='content-container'>Node.namespaceURI</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Node%2enextSibling.html' target='content-container'>Node.nextSibling</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Node%2enodeName.html' target='content-container'>Node.nodeName</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Node%2enodeType.html' target='content-container'>Node.nodeType</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Node%2enodeValue.html' target='content-container'>Node.nodeValue</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Node%2eownerDocument.html' target='content-container'>Node.ownerDocument</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Node%2eparentNode.html' target='content-container'>Node.parentNode</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Node%2eprefix.html' target='content-container'>Node.prefix</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Node%2epreviousSibling.html' target='content-container'>Node.previousSibling</a>
</td><td>&nbsp;</td></tr>
</table></center><br></td></tr>
<tr><td class='toc-group-odd'><center><table border='0' cellspacing='0' cellpading='0' width='100%'>
<tr><th><a name='GROUP_NodeList'>NodeList</a></th><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-NodeList%2eitem%28%29.html' target='content-container'>NodeList.item()</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-NodeList%2elength.html' target='content-container'>NodeList.length</a>
</td><td>&nbsp;</td></tr>
</table></center><br></td></tr>
<tr><td class='toc-group-even'><center><table border='0' cellspacing='0' cellpading='0' width='100%'>
<tr><th><a name='GROUP_Objects'>Objects</a></th><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Attr.html' target='content-container'>Attr</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-CharacterData.html' target='content-container'>CharacterData</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-DOMException.html' target='content-container'>DOMException</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-DOMImplementation.html' target='content-container'>DOMImplementation</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Document.html' target='content-container'>Document</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Element.html' target='content-container'>Element</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-NamedNodeMap.html' target='content-container'>NamedNodeMap</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-Node.html' target='content-container'>Node</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-NodeList.html' target='content-container'>NodeList</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-XSLTContext.html' target='content-container'>XSLTContext</a>
</td><td>&nbsp;</td></tr>
</table></center><br></td></tr>
<tr><td class='toc-group-odd'><center><table border='0' cellspacing='0' cellpading='0' width='100%'>
<tr><th><a name='GROUP_XSLTContext'>XSLTContext</a></th><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-XSLTContext%2econtextNode.html' target='content-container'>XSLTContext.contextNode</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-XSLTContext%2econtextPosition.html' target='content-container'>XSLTContext.contextPosition</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-XSLTContext%2econtextSize.html' target='content-container'>XSLTContext.contextSize</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-XSLTContext%2ecurrentNode.html' target='content-container'>XSLTContext.currentNode</a>
</td><td>&nbsp;</td></tr>
<tr><td class='toc-row'><a class='toc-entry' href='api-XSLTContext%2eownerDocument.html' target='content-container'>XSLTContext.ownerDocument</a>
</td><td>&nbsp;</td></tr>
</table></center><br></td></tr>
</table></center>
<a href='sparse-toc-abc.html'>alphabetical listing</a><br>
<a href='sparse-toc-grp.html'>grouped listing</a><br>
<p>
&copy; 2001-2002 Ginger Alliance<BR><i>revision 02-08-05</i><BR>

<center>This page was generated by <a href='http://www.mozilla.org/projects/apidoc' target='other_window'><b>APIDOC</b></a></center>
</body></html>