File: index_types.html

package info (click to toggle)
pxp 1.2.9-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 7,796 kB
  • sloc: ml: 28,666; xml: 2,597; makefile: 821; sh: 691
file content (168 lines) | stat: -rw-r--r-- 9,787 bytes parent folder | download | duplicates (4)
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
<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_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="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 types</title>
</head>
<body>
<div class="navbar">&nbsp;<a class="up" href="index.html" title="Index">Up</a>
&nbsp;</div>
<h1>Index of types</h1>
<table>
<tr><td align="left"><br>A</td></tr>
<tr><td><a href="Pxp_core_types.S.html#TYPEatt_default">att_default</a> [<a href="Pxp_core_types.S.html">Pxp_core_types.S</a>]</td>
<td><div class="info">
Default value of an attribute
</div>
</td></tr>
<tr><td><a href="Pxp_core_types.A.html#TYPEatt_default">att_default</a> [<a href="Pxp_core_types.A.html">Pxp_core_types.A</a>]</td>
<td></td></tr>
<tr><td><a href="Pxp_core_types.S.html#TYPEatt_type">att_type</a> [<a href="Pxp_core_types.S.html">Pxp_core_types.S</a>]</td>
<td><div class="info">
Attribute declaration in a DTD
</div>
</td></tr>
<tr><td><a href="Pxp_core_types.A.html#TYPEatt_type">att_type</a> [<a href="Pxp_core_types.A.html">Pxp_core_types.A</a>]</td>
<td></td></tr>
<tr><td><a href="Pxp_core_types.S.html#TYPEatt_value">att_value</a> [<a href="Pxp_core_types.S.html">Pxp_core_types.S</a>]</td>
<td><div class="info">
Enumerates the possible values of an attribute: <code class="code"><span class="constructor">Value</span> s</code>: The attribute is declared as a non-list type, or the
     attribute is undeclared; and the attribute is either defined with
     value <code class="code"><span class="string">"s"</span></code>, or it is missing but has the default value <code class="code">s</code>., <code class="code">[<span class="constructor">Valuelist</span> [s1;...;sk]]</code>: The attribute is declared as a list type,
     and the attribute is either defined with value <code class="code"><span class="string">"s1 ... sk"</span></code>
     (space-separated words),
     or it is missing but has the default value <code class="code"><span class="string">"s1 ... sk"</span></code>., <code class="code"><span class="constructor">Implied_value</span></code>: The attribute is declared without default value,
     and there is no definition for the attribute.
</div>
</td></tr>
<tr><td><a href="Pxp_core_types.A.html#TYPEatt_value">att_value</a> [<a href="Pxp_core_types.A.html">Pxp_core_types.A</a>]</td>
<td></td></tr>
<tr><td align="left"><br>C</td></tr>
<tr><td><a href="Pxp_core_types.S.html#TYPEcontent_model_type">content_model_type</a> [<a href="Pxp_core_types.S.html">Pxp_core_types.S</a>]</td>
<td><div class="info">
Element declaration in a DTD
</div>
</td></tr>
<tr><td><a href="Pxp_core_types.A.html#TYPEcontent_model_type">content_model_type</a> [<a href="Pxp_core_types.A.html">Pxp_core_types.A</a>]</td>
<td></td></tr>
<tr><td align="left"><br>D</td></tr>
<tr><td><a href="Pxp_core_types.S.html#TYPEdtd_id">dtd_id</a> [<a href="Pxp_core_types.S.html">Pxp_core_types.S</a>]</td>
<td><div class="info">
Identifier for DTDs
</div>
</td></tr>
<tr><td><a href="Pxp_core_types.A.html#TYPEdtd_id">dtd_id</a> [<a href="Pxp_core_types.A.html">Pxp_core_types.A</a>]</td>
<td></td></tr>
<tr><td><a href="Pxp_event.html#TYPEdtd_style">dtd_style</a> [<a href="Pxp_event.html">Pxp_event</a>]</td>
<td></td></tr>
<tr><td align="left"><br>E</td></tr>
<tr><td><a href="Pxp_core_types.S.html#TYPEencoding">encoding</a> [<a href="Pxp_core_types.S.html">Pxp_core_types.S</a>]</td>
<td><div class="info">
For the representation of external resources (files etc.)
        we accept all encodings for character sets which are defined in
        Netconversion (package netstring).
</div>
</td></tr>
<tr><td><a href="Pxp_core_types.S.html#TYPEext_id">ext_id</a> [<a href="Pxp_core_types.S.html">Pxp_core_types.S</a>]</td>
<td><div class="info">
External identifiers are names for documents.
</div>
</td></tr>
<tr><td><a href="Pxp_core_types.A.html#TYPEext_id">ext_id</a> [<a href="Pxp_core_types.A.html">Pxp_core_types.A</a>]</td>
<td></td></tr>
<tr><td align="left"><br>F</td></tr>
<tr><td><a href="Pxp_event.html#TYPEfilter">filter</a> [<a href="Pxp_event.html">Pxp_event</a>]</td>
<td><div class="info">
A filter transforms a pull function into another pull function
</div>
</td></tr>
<tr><td align="left"><br>M</td></tr>
<tr><td><a href="Pxp_core_types.S.html#TYPEmixed_spec">mixed_spec</a> [<a href="Pxp_core_types.S.html">Pxp_core_types.S</a>]</td>
<td><div class="info">
Children of an element in "mixed"-style declaration
</div>
</td></tr>
<tr><td><a href="Pxp_core_types.A.html#TYPEmixed_spec">mixed_spec</a> [<a href="Pxp_core_types.A.html">Pxp_core_types.A</a>]</td>
<td></td></tr>
<tr><td align="left"><br>O</td></tr>
<tr><td><a href="Pxp_core_types.S.html#TYPEoutput_stream">output_stream</a> [<a href="Pxp_core_types.S.html">Pxp_core_types.S</a>]</td>
<td><div class="info">
Designates an output destination for several printers: <code class="code"><span class="keywordsign">`</span><span class="constructor">Out_buffer</span> b</code>: Output to buffer <code class="code">b</code>, <code class="code"><span class="keywordsign">`</span><span class="constructor">Out_channel</span> ch</code>: Output to channel <code class="code">ch</code>, <code class="code"><span class="keywordsign">`</span><span class="constructor">Out_function</span> f</code>: Output to function <code class="code">f</code>. The function <code class="code">f</code> is
          used like <code class="code"><span class="constructor">Pervasives</span>.output_string</code>., <code class="code"><span class="keywordsign">`</span><span class="constructor">Out_netchannel</span> n</code>: Output to the ocamlnet channel <code class="code">n</code>
</div>
</td></tr>
<tr><td align="left"><br>P</td></tr>
<tr><td><a href="Pxp_core_types.S.html#TYPEpool">pool</a> [<a href="Pxp_core_types.S.html">Pxp_core_types.S</a>]</td>
<td><div class="info">
A pool designates a way to increase string sharing
</div>
</td></tr>
<tr><td><a href="Pxp_core_types.A.html#TYPEpool">pool</a> [<a href="Pxp_core_types.A.html">Pxp_core_types.A</a>]</td>
<td></td></tr>
<tr><td><a href="Pxp_core_types.S.html#TYPEprivate_id">private_id</a> [<a href="Pxp_core_types.S.html">Pxp_core_types.S</a>]</td>
<td><div class="info">
A private ID is an opaque identifier
</div>
</td></tr>
<tr><td><a href="Pxp_core_types.A.html#TYPEprivate_id">private_id</a> [<a href="Pxp_core_types.A.html">Pxp_core_types.A</a>]</td>
<td></td></tr>
<tr><td><a href="Pxp_event.html#TYPEpull_fn">pull_fn</a> [<a href="Pxp_event.html">Pxp_event</a>]</td>
<td><div class="info">
The result type of <a href="Pxp_ev_parser.html#VALcreate_pull_parser"><code class="code"><span class="constructor">Pxp_ev_parser</span>.create_pull_parser</code></a>
</div>
</td></tr>
<tr><td align="left"><br>R</td></tr>
<tr><td><a href="Pxp_core_types.S.html#TYPEregexp_spec">regexp_spec</a> [<a href="Pxp_core_types.S.html">Pxp_core_types.S</a>]</td>
<td><div class="info">
Children of an element in a regexp-style declaration
</div>
</td></tr>
<tr><td><a href="Pxp_core_types.A.html#TYPEregexp_spec">regexp_spec</a> [<a href="Pxp_core_types.A.html">Pxp_core_types.A</a>]</td>
<td></td></tr>
<tr><td><a href="Pxp_core_types.S.html#TYPErep_encoding">rep_encoding</a> [<a href="Pxp_core_types.S.html">Pxp_core_types.S</a>]</td>
<td><div class="info">
The subset of <code class="code">encoding</code> that may be used for the internal representation
 of strings.
</div>
</td></tr>
<tr><td><a href="Pxp_core_types.S.html#TYPEresolver_id">resolver_id</a> [<a href="Pxp_core_types.S.html">Pxp_core_types.S</a>]</td>
<td><div class="info">
A resolver ID is a version of external identifiers used during
        resolving (i.e.
</div>
</td></tr>
<tr><td><a href="Pxp_core_types.A.html#TYPEresolver_id">resolver_id</a> [<a href="Pxp_core_types.A.html">Pxp_core_types.A</a>]</td>
<td></td></tr>
<tr><td align="left"><br>W</td></tr>
<tr><td><a href="Pxp_core_types.S.html#TYPEwarning">warning</a> [<a href="Pxp_core_types.S.html">Pxp_core_types.S</a>]</td>
<td><div class="info">
Kinds of warnings
</div>
</td></tr>
</table>
</body>
</html>