This file is indexed.

/usr/share/doc/libtyxml-ocaml-dev/api/Camllexer.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
<!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="Basic_types.html">
<link rel="next" href="Xhtmlparser.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>Camllexer</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Basic_types.html" title="Basic_types">Previous</a>
&nbsp;<a class="up" href="index.html" title="Index">Up</a>
&nbsp;<a class="post" href="Xhtmlparser.html" title="Xhtmlparser">Next</a>
</div>
<h1>Module <a href="type_Camllexer.html">Camllexer</a></h1>

<pre><span class="keyword">module</span> Camllexer: <code class="code"><span class="keyword">sig</span></code> <a href="Camllexer.html">..</a> <code class="code"><span class="keyword">end</span></code></pre><hr width="100%">

<pre><span id="VAL__ocaml_lex_tables"><span class="keyword">val</span> __ocaml_lex_tables</span> : <code class="type">Lexing.lex_tables</code></pre>
<pre><span id="VALcamlident"><span class="keyword">val</span> camlident</span> : <code class="type"><a href="Xmllexer.html#TYPEcontext">Xmllexer.context</a> -> Lexing.lexbuf -> string</code></pre>
<pre><span id="VAL__ocaml_lex_camlident_rec"><span class="keyword">val</span> __ocaml_lex_camlident_rec</span> : <code class="type"><a href="Xmllexer.html#TYPEcontext">Xmllexer.context</a> -> Lexing.lexbuf -> int -> string</code></pre>
<pre><span id="VALtoken_dollar"><span class="keyword">val</span> token_dollar</span> : <code class="type"><a href="Xmllexer.html#TYPEcontext">Xmllexer.context</a> -><br>       Lexing.lexbuf -><br>       [> `CamlExpr of string<br>        | `CamlList of string<br>        | `CamlString of string<br>        | `PCData of string ]</code></pre>
<pre><span id="VAL__ocaml_lex_token_dollar_rec"><span class="keyword">val</span> __ocaml_lex_token_dollar_rec</span> : <code class="type"><a href="Xmllexer.html#TYPEcontext">Xmllexer.context</a> -><br>       Lexing.lexbuf -><br>       int -><br>       [> `CamlExpr of string<br>        | `CamlList of string<br>        | `CamlString of string<br>        | `PCData of string ]</code></pre>
<pre><span id="VALattribute_dollar"><span class="keyword">val</span> attribute_dollar</span> : <code class="type"><a href="Xmllexer.html#TYPEcontext">Xmllexer.context</a> -> 'a -> Lexing.lexbuf -> [> `CamlAttributes of string ]</code></pre>
<pre><span id="VAL__ocaml_lex_attribute_dollar_rec"><span class="keyword">val</span> __ocaml_lex_attribute_dollar_rec</span> : <code class="type"><a href="Xmllexer.html#TYPEcontext">Xmllexer.context</a> -><br>       'a -> Lexing.lexbuf -> int -> [> `CamlAttributes of string ]</code></pre>
<pre><span id="VALattr_name_dollar"><span class="keyword">val</span> attr_name_dollar</span> : <code class="type"><a href="Xmllexer.html#TYPEcontext">Xmllexer.context</a> -> 'a -> Lexing.lexbuf -> [> `CamlAttrName of string ]</code></pre>
<pre><span id="VAL__ocaml_lex_attr_name_dollar_rec"><span class="keyword">val</span> __ocaml_lex_attr_name_dollar_rec</span> : <code class="type"><a href="Xmllexer.html#TYPEcontext">Xmllexer.context</a> -><br>       'a -> Lexing.lexbuf -> int -> [> `CamlAttrName of string ]</code></pre>
<pre><span id="VALattr_data_dollar"><span class="keyword">val</span> attr_data_dollar</span> : <code class="type"><a href="Xmllexer.html#TYPEcontext">Xmllexer.context</a> -> 'a -> Lexing.lexbuf -> [> `CamlAttrVal of string ]</code></pre>
<pre><span id="VAL__ocaml_lex_attr_data_dollar_rec"><span class="keyword">val</span> __ocaml_lex_attr_data_dollar_rec</span> : <code class="type"><a href="Xmllexer.html#TYPEcontext">Xmllexer.context</a> -> 'a -> Lexing.lexbuf -> int -> [> `CamlAttrVal of string ]</code></pre></body></html>