/usr/share/doc/libtyxml-ocaml-dev/api/Xmllexer.html is in libtyxml-ocaml-doc 3.0.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<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 rel="previous" href="Simplexmlparser.html">
<link rel="next" href="Basic_types.html">
<link rel="Up" 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 modules" rel=Appendix href="index_modules.html">
<link title="Index of module types" rel=Appendix href="index_module_types.html">
<link title="Xml" rel="Chapter" href="Xml.html">
<link title="Xhtml" rel="Chapter" href="Xhtml.html">
<link title="Svg" rel="Chapter" href="Svg.html">
<link title="Html5" rel="Chapter" href="Html5.html">
<link title="Xml_iter" rel="Chapter" href="Xml_iter.html">
<link title="Xml_sigs" rel="Chapter" href="Xml_sigs.html">
<link title="Xml_wrap" rel="Chapter" href="Xml_wrap.html">
<link title="Xml_print" rel="Chapter" href="Xml_print.html">
<link title="Xhtml_sigs" rel="Chapter" href="Xhtml_sigs.html">
<link title="Xhtml_types" rel="Chapter" href="Xhtml_types.html">
<link title="Xhtml_f" rel="Chapter" href="Xhtml_f.html">
<link title="Svg_sigs" rel="Chapter" href="Svg_sigs.html">
<link title="Svg_types" rel="Chapter" href="Svg_types.html">
<link title="Svg_f" rel="Chapter" href="Svg_f.html">
<link title="Html5_sigs" rel="Chapter" href="Html5_sigs.html">
<link title="Html5_types" rel="Chapter" href="Html5_types.html">
<link title="Html5_f" rel="Chapter" href="Html5_f.html">
<link title="Simplexmlparser" rel="Chapter" href="Simplexmlparser.html">
<link title="Xmllexer" rel="Chapter" href="Xmllexer.html">
<link title="Basic_types" rel="Chapter" href="Basic_types.html">
<link title="Camllexer" rel="Chapter" href="Camllexer.html">
<link title="Xhtmlparser" rel="Chapter" href="Xhtmlparser.html">
<link title="Xhtmlsyntax" rel="Chapter" href="Xhtmlsyntax.html"><title>Xmllexer</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Simplexmlparser.html" title="Simplexmlparser">Previous</a>
<a class="up" href="index.html" title="Index">Up</a>
<a class="post" href="Basic_types.html" title="Basic_types">Next</a>
</div>
<h1>Module <a href="type_Xmllexer.html">Xmllexer</a></h1>
<pre><span class="keyword">module</span> Xmllexer: <code class="code"><span class="keyword">sig</span></code> <a href="Xmllexer.html">..</a> <code class="code"><span class="keyword">end</span></code></pre><hr width="100%">
<pre><code><span id="TYPElexing_error"><span class="keyword">type</span> <code class="type"></code>lexing_error</span> = </code></pre><table class="typetable">
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTlexing_error.EUnterminatedComment"><span class="constructor">EUnterminatedComment</span></span></code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTlexing_error.EUnterminatedString"><span class="constructor">EUnterminatedString</span></span></code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTlexing_error.EIdentExpected"><span class="constructor">EIdentExpected</span></span></code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTlexing_error.ECloseExpected"><span class="constructor">ECloseExpected</span></span></code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTlexing_error.ENodeExpected"><span class="constructor">ENodeExpected</span></span></code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTlexing_error.EAttributeNameExpected"><span class="constructor">EAttributeNameExpected</span></span></code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTlexing_error.EAttributeValueExpected"><span class="constructor">EAttributeValueExpected</span></span></code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTlexing_error.EUnterminatedEntity"><span class="constructor">EUnterminatedEntity</span></span></code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTlexing_error.ECamlIdentExpected"><span class="constructor">ECamlIdentExpected</span></span></code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTlexing_error.WNestedComments"><span class="constructor">WNestedComments</span></span></code></td>
</tr></table>
<pre><span id="VALlex_error_to_string"><span class="keyword">val</span> lex_error_to_string</span> : <code class="type"><a href="Xmllexer.html#TYPElexing_error">lexing_error</a> -> string</code></pre>
<pre><span class="keyword">module</span> <a href="Xmllexer.Loc.html">Loc</a>: <code class="type">Camlp4.PreCast.Loc</code></pre>
<pre><code><span id="TYPEcontext"><span class="keyword">type</span> <code class="type"></code>context</span> = {</code></pre><table class="typetable">
<tr>
<td align="left" valign="top" >
<code> </code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTcontext.loc">loc</span> : <code class="type">Loc.t</code>;</code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code> </code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTcontext.lexbuf">lexbuf</span> : <code class="type">Lexing.lexbuf</code>;</code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code> </code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTcontext.buffer">buffer</span> : <code class="type">Buffer.t</code>;</code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code> </code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTcontext.entity">entity</span> : <code class="type">bool</code>;</code></td>
</tr></table>
}
<pre><span id="VALdefault_context"><span class="keyword">val</span> default_context</span> : <code class="type">Lexing.lexbuf -> <a href="Xmllexer.html#TYPEcontext">context</a></code></pre>
<pre><span id="VALstore"><span class="keyword">val</span> store</span> : <code class="type"><a href="Xmllexer.html#TYPEcontext">context</a> -> unit</code></pre>
<pre><span id="VAListore_char"><span class="keyword">val</span> istore_char</span> : <code class="type"><a href="Xmllexer.html#TYPEcontext">context</a> -> int -> unit</code></pre>
<pre><span id="VALbuff_contents"><span class="keyword">val</span> buff_contents</span> : <code class="type"><a href="Xmllexer.html#TYPEcontext">context</a> -> string</code></pre>
<pre><span id="VALloc"><span class="keyword">val</span> loc</span> : <code class="type"><a href="Xmllexer.html#TYPEcontext">context</a> -> Loc.t</code></pre>
<pre><span id="VALwith_curr_loc"><span class="keyword">val</span> with_curr_loc</span> : <code class="type">(<a href="Xmllexer.html#TYPEcontext">context</a> -> Lexing.lexbuf -> 'a) -> <a href="Xmllexer.html#TYPEcontext">context</a> -> 'a</code></pre>
<pre><span id="VALparse"><span class="keyword">val</span> parse</span> : <code class="type">(<a href="Xmllexer.html#TYPEcontext">context</a> -> Lexing.lexbuf -> 'a) -> <a href="Xmllexer.html#TYPEcontext">context</a> -> 'a</code></pre>
<pre><span id="VALlexeme"><span class="keyword">val</span> lexeme</span> : <code class="type"><a href="Xmllexer.html#TYPEcontext">context</a> -> string</code></pre>
<pre><span id="VALstore_string"><span class="keyword">val</span> store_string</span> : <code class="type"><a href="Xmllexer.html#TYPEcontext">context</a> -> string -> unit</code></pre>
<pre><span id="VALentities"><span class="keyword">val</span> entities</span> : <code class="type">(string * int * string) list</code></pre>
<pre><span id="VALidents"><span class="keyword">val</span> idents</span> : <code class="type">(string, string) Hashtbl.t</code></pre>
<pre><span id="VALupdate_loc"><span class="keyword">val</span> update_loc</span> : <code class="type"><a href="Xmllexer.html#TYPEcontext">context</a> -> int -> bool -> int -> unit</code></pre>
<pre><span class="keyword">module type</span> <a href="Xmllexer.LexerArgSig.html">LexerArgSig</a> = <code class="code"><span class="keyword">sig</span></code> <a href="Xmllexer.LexerArgSig.html">..</a> <code class="code"><span class="keyword">end</span></code></pre>
<pre><span class="keyword">module</span> <a href="Xmllexer.Make.html">Make</a>: <div class="sig_block"><code class="code"><span class="keyword">functor</span> (</code><code class="code"><span class="constructor">X</span></code><code class="code"> : </code><code class="type"><a href="Xmllexer.LexerArgSig.html">LexerArgSig</a></code><code class="code">) <span class="keywordsign">-></span> </code><code class="code"><span class="keyword">sig</span></code> <a href="Xmllexer.Make.html">..</a> <code class="code"><span class="keyword">end</span></code></div></pre></body></html>
|