Sophie

Sophie

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

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>DOMException</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 jsdom-ref.xml
  -->
<h1 class='title'>Sablotron Extensions API 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'>DOMException</font></td>
<td class='entry-type' align='center' width='25%'>Objects</td>
</tr></table>
</td></tr>
<tr><td class='entry-description'>
<h4 class='entry-subhead'>Description</h4>
The DOMException object has the following properties:<BR><code><a href='javascript:navToEntry("DOMException%2ecode");'>DOMException.code</a></code><P>

The DOMException class has the following constants:<P>
DOMException.INDEX_SIZE_ERR, type Number, value 1.<BR>
DOMException.DOMSTRING_SIZE_ERR, type Number, value 2.<BR>
DOMException.HIERARCHY_REQUEST_ERR, type Number, value 3.<BR>
DOMException.WRONG_DOCUMENT_ERR, type Number, value 4.<BR>
DOMException.INVALID_CHARACTER_ERR, type Number, value 5.<BR>
DOMException.NO_DATA_ALLOWED_ERR, type Number, value 6.<BR>
DOMException.NO_MODIFICATION_ALLOWED_ERR, type Number, value 7.<BR>
DOMException.NOT_FOUND_ERR, type Number, value 8.<BR>
DOMException.NOT_SUPPORTED_ERR, type Number, value 9.<BR>
DOMException.INUSE_ATTRIBUTE_ERR, type Number, value 10.<BR>
DOMException.INVALID_STATE_ERR, type Number, value 11.<BR>
DOMException.SYNTAX_ERR, type Number, value 12.<BR>
DOMException.INVALID_MODIFICATION_ERR, type Number, value 13.<BR>
DOMException.NAMESPACE_ERR, type Number, value 14.<BR>
DOMException.INVALID_ACCESS_ERR, type Number, value 15.<BR>
</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_Objects")'>Objects</a> ]</td></tr>
<tr class='seealso-internals'><td>Entries</td>
<td>[ <a href='javascript:navToEntry("DOMException%2ecode");'>DOMException.code</a> ]</td></tr>

</table>
</td></tr>
</table></center><br>
&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>