Sophie

Sophie

distrib > Mandriva > current > x86_64 > by-pkgid > 37e83aeb8d72b5fd9a35b1b04a7a8578 > files > 194

ocaml-pxp-1.2.1-1mdv2010.1.x86_64.rpm

<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of class methods" rel=Appendix href="index_methods.html">
<link title="Index of classes" rel=Appendix href="index_classes.html">
<link title="Index of class types" rel=Appendix href="index_class_types.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Index of module types" rel=Appendix href="index_module_types.html">
<link title="Pxp_types" rel="Chapter" href="Pxp_types.html">
<link title="Pxp_document" rel="Chapter" href="Pxp_document.html">
<link title="Pxp_dtd" rel="Chapter" href="Pxp_dtd.html">
<link title="Pxp_tree_parser" rel="Chapter" href="Pxp_tree_parser.html">
<link title="Pxp_core_types" rel="Chapter" href="Pxp_core_types.html">
<link title="Pxp_ev_parser" rel="Chapter" href="Pxp_ev_parser.html">
<link title="Pxp_event" rel="Chapter" href="Pxp_event.html">
<link title="Pxp_dtd_parser" rel="Chapter" href="Pxp_dtd_parser.html">
<link title="Pxp_codewriter" rel="Chapter" href="Pxp_codewriter.html">
<link title="Pxp_marshal" rel="Chapter" href="Pxp_marshal.html">
<link title="Pxp_yacc" rel="Chapter" href="Pxp_yacc.html">
<link title="Pxp_reader" rel="Chapter" href="Pxp_reader.html">
<link title="Intro_trees" rel="Chapter" href="Intro_trees.html">
<link title="Intro_extensions" rel="Chapter" href="Intro_extensions.html">
<link title="Intro_namespaces" rel="Chapter" href="Intro_namespaces.html">
<link title="Intro_events" rel="Chapter" href="Intro_events.html">
<link title="Intro_resolution" rel="Chapter" href="Intro_resolution.html">
<link title="Intro_getting_started" rel="Chapter" href="Intro_getting_started.html">
<link title="Intro_advanced" rel="Chapter" href="Intro_advanced.html">
<link title="Intro_preprocessor" rel="Chapter" href="Intro_preprocessor.html">
<link title="Example_readme" rel="Chapter" href="Example_readme.html"><title>PXP Reference : Index of exceptions</title>
</head>
<body>
<center><h1>Index of exceptions</h1></center>
<table>
<tr><td align="left"><br>A</td></tr>
<tr><td><a href="Pxp_core_types.S.html#EXCEPTIONAt">At</a> [<a href="Pxp_core_types.S.html">Pxp_core_types.S</a>]</td>
<td><div class="info">
The string is a description where the exn happened.
</div>
</td></tr>
<tr><td align="left"><br>C</td></tr>
<tr><td><a href="Pxp_core_types.S.html#EXCEPTIONCharacter_not_supported">Character_not_supported</a> [<a href="Pxp_core_types.S.html">Pxp_core_types.S</a>]</td>
<td></td></tr>
<tr><td align="left"><br>E</td></tr>
<tr><td><a href="Pxp_core_types.S.html#EXCEPTIONError">Error</a> [<a href="Pxp_core_types.S.html">Pxp_core_types.S</a>]</td>
<td><div class="info">
Other error
</div>
</td></tr>
<tr><td><a href="Pxp_document.html#EXCEPTIONError_event">Error_event</a> [<a href="Pxp_document.html">Pxp_document</a>]</td>
<td><div class="info">
The event stream contains an <code class="code"><span class="constructor">E_error</span></code> event
</div>
</td></tr>
<tr><td align="left"><br>I</td></tr>
<tr><td><a href="Pxp_yacc.html#EXCEPTIONID_not_unique">ID_not_unique</a> [<a href="Pxp_yacc.html">Pxp_yacc</a>]</td>
<td><div class="info">
Same as <a href="Pxp_tree_parser.html#EXCEPTIONID_not_unique"><code class="code"><span class="constructor">Pxp_tree_parser</span>.<span class="constructor">ID_not_unique</span></code></a>
</div>
</td></tr>
<tr><td><a href="Pxp_tree_parser.html#EXCEPTIONID_not_unique">ID_not_unique</a> [<a href="Pxp_tree_parser.html">Pxp_tree_parser</a>]</td>
<td><div class="info">
Used inside <a href="Pxp_tree_parser.index.html"><code class="code"><span class="constructor">Pxp_tree_parser</span>.index</code></a> to indicate that the same ID is
      attached to several nodes
</div>
</td></tr>
<tr><td align="left"><br>M</td></tr>
<tr><td><a href="Pxp_core_types.S.html#EXCEPTIONMethod_not_applicable">Method_not_applicable</a> [<a href="Pxp_core_types.S.html">Pxp_core_types.S</a>]</td>
<td><div class="info">
Indicates that a method has been called that is not applicable for
 the class.
</div>
</td></tr>
<tr><td align="left"><br>N</td></tr>
<tr><td><a href="Pxp_core_types.S.html#EXCEPTIONNamespace_error">Namespace_error</a> [<a href="Pxp_core_types.S.html">Pxp_core_types.S</a>]</td>
<td><div class="info">
Violation of a namespace constraint
</div>
</td></tr>
<tr><td><a href="Pxp_core_types.S.html#EXCEPTIONNamespace_method_not_applicable">Namespace_method_not_applicable</a> [<a href="Pxp_core_types.S.html">Pxp_core_types.S</a>]</td>
<td><div class="info">
Indicates that the called method is a namespace method but that the
 object does not support namespaces.
</div>
</td></tr>
<tr><td><a href="Pxp_core_types.S.html#EXCEPTIONNamespace_not_in_scope">Namespace_not_in_scope</a> [<a href="Pxp_core_types.S.html">Pxp_core_types.S</a>]</td>
<td><div class="info">
The namespace scope does not know the URI
</div>
</td></tr>
<tr><td><a href="Pxp_core_types.S.html#EXCEPTIONNamespace_not_managed">Namespace_not_managed</a> [<a href="Pxp_core_types.S.html">Pxp_core_types.S</a>]</td>
<td><div class="info">
A namespace URI is used but not declared in the namespace manager.
</div>
</td></tr>
<tr><td><a href="Pxp_core_types.S.html#EXCEPTIONNamespace_prefix_not_managed">Namespace_prefix_not_managed</a> [<a href="Pxp_core_types.S.html">Pxp_core_types.S</a>]</td>
<td><div class="info">
A namespace prefix is used but not declared in the namespace manager.
</div>
</td></tr>
<tr><td><a href="Pxp_reader.html#EXCEPTIONNot_competent">Not_competent</a> [<a href="Pxp_reader.html">Pxp_reader</a>]</td>
<td><div class="info">
Raised by the <code class="code">open_in</code> method if the object does not know how to
 handle the passed external ID.
</div>
</td></tr>
<tr><td><a href="Pxp_core_types.S.html#EXCEPTIONNot_competent">Not_competent</a> [<a href="Pxp_core_types.S.html">Pxp_core_types.S</a>]</td>
<td><div class="info">
The resolver cannot open this kind of entity ID
</div>
</td></tr>
<tr><td><a href="Pxp_reader.html#EXCEPTIONNot_resolvable">Not_resolvable</a> [<a href="Pxp_reader.html">Pxp_reader</a>]</td>
<td><div class="info">
Indicates that the resolver was competent, but there was an error
 while resolving the external ID.
</div>
</td></tr>
<tr><td><a href="Pxp_core_types.S.html#EXCEPTIONNot_resolvable">Not_resolvable</a> [<a href="Pxp_core_types.S.html">Pxp_core_types.S</a>]</td>
<td><div class="info">
While opening the entity, the nested exception occurred
</div>
</td></tr>
<tr><td align="left"><br>S</td></tr>
<tr><td><a href="Pxp_document.html#EXCEPTIONSkip">Skip</a> [<a href="Pxp_document.html">Pxp_document</a>]</td>
<td><div class="info">
This exception can be used in the functions passed to
    <code class="code">map_tree</code>, <code class="code">map_tree_sibl</code>, <code class="code">iter_tree</code>, and <code class="code">iter_tree_sibl</code>
    to skip the current node, and to proceed with the next node.
</div>
</td></tr>
<tr><td align="left"><br>U</td></tr>
<tr><td><a href="Pxp_core_types.S.html#EXCEPTIONUndeclared">Undeclared</a> [<a href="Pxp_core_types.S.html">Pxp_core_types.S</a>]</td>
<td><div class="info">
Indicates that no declaration is available and because of this every kind
 of usage is allowed.
</div>
</td></tr>
<tr><td align="left"><br>V</td></tr>
<tr><td><a href="Pxp_core_types.S.html#EXCEPTIONValidation_error">Validation_error</a> [<a href="Pxp_core_types.S.html">Pxp_core_types.S</a>]</td>
<td><div class="info">
Violation of a validity constraint
</div>
</td></tr>
<tr><td align="left"><br>W</td></tr>
<tr><td><a href="Pxp_core_types.S.html#EXCEPTIONWF_error">WF_error</a> [<a href="Pxp_core_types.S.html">Pxp_core_types.S</a>]</td>
<td><div class="info">
Violation of a well-formedness constraint
</div>
</td></tr>
</table><br>
</body>
</html>