Sophie

Sophie

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

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

<html><head><link rel=StyleSheet href='api-content.css' TYPE='text/css' MEDIA='screen'><title>DOMHandler</title>
<script>
function navToEntry(entry) {
  window.location.href='api-' + entry + '.html';
}
function navToGroup(group) {
  var f = parent.frames['toc-container'];
  if (!f)
    window.open ('sparse-toc.html#' + group, 'toc_container');
  else {
    if (f.location.href.search('abc') != -1)
        f.location.href = 'sparse-toc.html#' + group;
    else
        f.location.hash = group;
  }
}
</script>
</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 sxp.xml
  -->
<h1 class='title'>SXP Reference</h1>
<center><table class='api-entry' width='100%' cellspacing='0'border='1' cellpadding='10'>
<tr><td class='entry-heading'>
<table class='entry-heading-table' width='100%' cellpadding='5'cellspacing='0'><tr>
<td class='entry-title' valign='center'><font size='+5'>DOMHandler</font></td>
<td class='entry-type' align='center' width='25%'>Callbacks</td>
</tr></table>
</td></tr>
<tr><td class='entry-description'>
<h4 class='entry-subhead'>Description</h4>
A structure holding the addresses of all the callback functions
that reveal the DOM document to the SXP. It contains the following
callbacks (in the given order):

<ul>
<li> <code><a href='javascript:navToEntry("getNodeType");'>getNodeType</a></code>,
<li> <code><a href='javascript:navToEntry("getNodeName");'>getNodeName</a></code>,
<li> <code><a href='javascript:navToEntry("getNodeNameURI");'>getNodeNameURI</a></code>,
<li> <code><a href='javascript:navToEntry("getNodeNameLocal");'>getNodeNameLocal</a></code>,
<li> <code><a href='javascript:navToEntry("getNodeValue");'>getNodeValue</a></code>,
<li> <code><a href='javascript:navToEntry("getNextSibling");'>getNextSibling</a></code>,
<li> <code><a href='javascript:navToEntry("getPreviousSibling");'>getPreviousSibling</a></code>,
<li> <code><a href='javascript:navToEntry("getNextAttrNS");'>getNextAttrNS</a></code>,
<li> <code><a href='javascript:navToEntry("getPreviousAttrNS");'>getPreviousAttrNS</a></code>,
<li> <code><a href='javascript:navToEntry("getChildCount");'>getChildCount</a></code>,
<li> <code><a href='javascript:navToEntry("getAttributeCount");'>getAttributeCount</a></code>,
<li> <code><a href='javascript:navToEntry("getNamespaceCount");'>getNamespaceCount</a></code>,
<li> <code><a href='javascript:navToEntry("getChildNo");'>getChildNo</a></code>,
<li> <code><a href='javascript:navToEntry("getAttributeNo");'>getAttributeNo</a></code>,
<li> <code><a href='javascript:navToEntry("getNamespaceNo");'>getNamespaceNo</a></code>,
<li> <code><a href='javascript:navToEntry("getParent");'>getParent</a></code>,
<li> <code><a href='javascript:navToEntry("getOwnerDocument");'>getOwnerDocument</a></code>,
<li> <code><a href='javascript:navToEntry("compareNodes");'>compareNodes</a></code>,
<li> <code><a href='javascript:navToEntry("retrieveDocument");'>retrieveDocument</a></code>.
</ul>
</td></tr>
<tr><td class='entry-seealso'>
<h4 class='entry-subhead'>See Also</h4>
<table class='seealso-table'>
<tr class='seealso-groups'><td>Groups</td>
<td>[ <a href='javascript:navToGroup("GROUP_Callbacks")'>Callbacks</a> ]</td></tr>
<tr class='seealso-internals'><td>Entries</td>
<td>[ <a href='javascript:navToEntry("compareNodes");'>compareNodes</a> | <a href='javascript:navToEntry("getAttributeCount");'>getAttributeCount</a> | <a href='javascript:navToEntry("getAttributeNo");'>getAttributeNo</a> | <a href='javascript:navToEntry("getChildCount");'>getChildCount</a> | <a href='javascript:navToEntry("getChildNo");'>getChildNo</a> | <a href='javascript:navToEntry("getNamespaceCount");'>getNamespaceCount</a> | <a href='javascript:navToEntry("getNamespaceNo");'>getNamespaceNo</a> | <a href='javascript:navToEntry("getNextAttrNS");'>getNextAttrNS</a> | <a href='javascript:navToEntry("getNextSibling");'>getNextSibling</a> | <a href='javascript:navToEntry("getNodeName");'>getNodeName</a> | <a href='javascript:navToEntry("getNodeNameLocal");'>getNodeNameLocal</a> | <a href='javascript:navToEntry("getNodeNameURI");'>getNodeNameURI</a> | <a href='javascript:navToEntry("getNodeType");'>getNodeType</a> | <a href='javascript:navToEntry("getNodeValue");'>getNodeValue</a> | <a href='javascript:navToEntry("getOwnerDocument");'>getOwnerDocument</a> | <a href='javascript:navToEntry("getParent");'>getParent</a> | <a href='javascript:navToEntry("getPreviousAttrNS");'>getPreviousAttrNS</a> | <a href='javascript:navToEntry("getPreviousSibling");'>getPreviousSibling</a> | <a href='javascript:navToEntry("retrieveDocument");'>retrieveDocument</a> ]</td></tr>

</table>
</td></tr>
</table></center><br>
&copy; 2001-2003 Ginger Alliance<BR><i>revision 03-01-31</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>