Sophie

Sophie

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

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>.Sablotron DOM</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 sablot.xml
  -->
<h1 class='title'>Sablotron Guide and 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'>Sablotron DOM</font></td>
<td class='entry-type' align='center' width='25%'>DOM</td>
</tr></table>
</td></tr>
<tr><td class='entry-summary'>
<h4 class='entry-subhead'>Summary</h4>
Sablotron implements <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/' target='other_window'>DOM Level2</a> API.
</td></tr>
<tr><td class='entry-description'>
<h4 class='entry-subhead'>Description</h4>
This book contains a brief description of the implemented interface 
only; for more details, please refer to the header file named sdom.h.
<P>	
Sablotron DOM interface includes types (see <code><a href='javascript:navToEntry("DOM%20types");'>DOM types</a></code>) and
functions (see <code><a href='javascript:navToEntry("DOM%20functions");'>DOM functions</a></code>). All of the names related to 
the DOM interface start with SDOM_ (for Sablot DOM).
<P>
As Sablotron provides a C API for the object-oriented Document Object Model,
you can't not expect the API follows the DOM specs literally. Instead,
it maps object methods to plain functions, one to one usually.
This arrangement makes it possible to write the specs compliant object 
oriented wrappers over the Sablotron DOM API. XML::Sablotron::DOM written 
in Perl is the primary example. See <code><a href='javascript:navToEntry("%2eKnown%20Issues");'>.Known Issues</a></code> for the list 
of minor deviations from the DOM Level 2 specs.
</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_DOM")'>DOM</a> ]</td></tr>
<tr class='seealso-externals'><td>Documents</td>
<td>[ <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/' target='other_window'>DOM Level2</a> ]</td></tr>
<tr class='seealso-internals'><td>Entries</td>
<td>[ <a href='javascript:navToEntry("%2eKnown%20Issues");'>.Known Issues</a> | <a href='javascript:navToEntry("DOM%20functions");'>DOM functions</a> | <a href='javascript:navToEntry("DOM%20types");'>DOM types</a> ]</td></tr>

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