File: index.rst

package info (click to toggle)
liborcus 0.20.1-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 16,644 kB
  • sloc: xml: 78,349; cpp: 74,365; sh: 4,626; makefile: 2,787; python: 2,614
file content (181 lines) | stat: -rw-r--r-- 4,211 bytes parent folder | download
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
171
172
173
174
175
176
177
178
179
180
181
.. _ns-orcus:

namespace orcus
===============

Enum
----

.. toctree::
   :maxdepth: 1

   enum-character_set_t.rst
   enum-dump_format_t.rst
   enum-format_t.rst
   enum-length_unit_t.rst
   enum-string_escape_char_t.rst

Type aliases
------------

.. toctree::
   :maxdepth: 1

   typedef-css_properties_t.rst
   typedef-css_pseudo_element_properties_t.rst
   typedef-xml_token_attrs_t.rst
   typedef-xml_token_t.rst
   typedef-xmlns_id_t.rst

Constants
---------

.. toctree::
   :maxdepth: 1

   variable-INDEX_NOT_FOUND.rst
   variable-XMLNS_UNKNOWN_ID.rst
   variable-XML_UNKNOWN_TOKEN.rst

Functions
---------

.. toctree::
   :maxdepth: 1

   function-calc_logical_string_length.rst
   function-convert.rst
   function-create_filter.rst
   function-create_parse_error_output.rst
   function-decode_from_base64.rst
   function-detect.rst
   function-encode_to_base64.rst
   function-get_dump_format_entries.rst
   function-get_string_escape_char_type.rst
   function-get_version_major.rst
   function-get_version_micro.rst
   function-get_version_minor.rst
   function-is_alpha.rst
   function-is_blank.rst
   function-is_in.rst
   function-is_numeric.rst
   function-locate_first_different_char.rst
   function-locate_line_with_offset.rst
   function-parse_double_quoted_string.rst
   function-parse_integer.rst
   function-parse_numeric.rst
   function-parse_single_quoted_string.rst
   function-parse_to_closing_double_quote.rst
   function-parse_to_closing_single_quote.rst
   function-to_bool.rst
   function-to_character_set.rst
   function-to_double.rst
   function-to_double_checked.rst
   function-to_dump_format_enum.rst
   function-to_length.rst
   function-to_long.rst
   function-to_long_checked.rst
   function-trim.rst

Struct
------

.. toctree::
   :maxdepth: 1

   struct-config.rst
   struct-css_chained_simple_selector_t.rst
   struct-css_property_value_t.rst
   struct-css_selector_t.rst
   struct-css_simple_selector_t.rst
   struct-date_time_t.rst
   struct-json_config.rst
   struct-length_t.rst
   struct-line_with_offset.rst
   struct-parse_error_value_t.rst
   struct-parse_quoted_string_state.rst
   struct-sax_ns_parser_attribute.rst
   struct-sax_ns_parser_element.rst
   struct-sax_parser_default_config.rst
   struct-xml_declaration_t.rst
   struct-xml_name_t.rst
   struct-xml_table_range_t.rst
   struct-xml_token_attr_t.rst
   struct-xml_token_element_t.rst
   struct-yaml_config.rst
   struct-zip_file_entry_header.rst

Classes
-------

.. toctree::
   :maxdepth: 1

   class-cell_buffer.rst
   class-css_document_tree.rst
   class-css_handler.rst
   class-css_parser.rst
   class-csv_handler.rst
   class-csv_parser.rst
   class-file_content.rst
   class-general_error.rst
   class-import_ods.rst
   class-import_xlsx.rst
   class-interface_error.rst
   class-invalid_arg_error.rst
   class-invalid_map_error.rst
   class-json_handler.rst
   class-json_parser.rst
   class-json_structure_error.rst
   class-malformed_xml_error.rst
   class-memory_content.rst
   class-orcus_csv.rst
   class-orcus_gnumeric.rst
   class-orcus_json.rst
   class-orcus_ods.rst
   class-orcus_parquet.rst
   class-orcus_xls_xml.rst
   class-orcus_xlsx.rst
   class-orcus_xml.rst
   class-parse_error.rst
   class-parser_base.rst
   class-sax_handler.rst
   class-sax_ns_handler.rst
   class-sax_ns_parser.rst
   class-sax_parser.rst
   class-sax_token_handler.rst
   class-sax_token_handler_wrapper_base.rst
   class-sax_token_parser.rst
   class-string_pool.rst
   class-threaded_json_parser.rst
   class-threaded_sax_token_parser.rst
   class-tokens.rst
   class-value_error.rst
   class-xml_structure_error.rst
   class-xml_structure_tree.rst
   class-xml_writer.rst
   class-xmlns_context.rst
   class-xmlns_repository.rst
   class-xpath_error.rst
   class-yaml_handler.rst
   class-yaml_parser.rst
   class-zip_archive.rst
   class-zip_archive_stream.rst
   class-zip_archive_stream_blob.rst
   class-zip_archive_stream_fd.rst
   class-zip_error.rst

Child namespaces
----------------
.. toctree::
   :maxdepth: 1

   css/index.rst
   csv/index.rst
   detail/index.rst
   dom/index.rst
   iface/index.rst
   json/index.rst
   sax/index.rst
   spreadsheet/index.rst
   yaml/index.rst