summaryrefslogtreecommitdiffstats
path: root/doc/cpp/parser/xml.rst
blob: 462c466191f23703fc3b56804f79e00097e2639b (plain)
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
.. highlight:: cpp

XML parsers
===========

SAX base parser
---------------

.. doxygenclass:: orcus::sax_parser
   :members:

.. doxygenstruct:: orcus::sax_parser_default_config
   :members:

.. doxygenclass:: orcus::sax_handler
   :members:

.. doxygenstruct:: orcus::sax::parser_element
   :members:

.. doxygenstruct:: orcus::sax::parser_attribute
   :members:

SAX namespace parser
--------------------

.. doxygenclass:: orcus::sax_ns_parser
   :members:

.. doxygenclass:: orcus::sax_ns_handler
   :members:

.. doxygenstruct:: orcus::sax_ns_parser_element
   :members:

.. doxygenstruct:: orcus::sax_ns_parser_attribute
   :members:

SAX token parser
----------------

.. doxygenclass:: orcus::sax_token_parser
   :members:

.. doxygenclass:: orcus::sax_token_handler
   :members:

Namespace
---------

.. doxygenclass:: orcus::xmlns_repository
   :members:

.. doxygenclass:: orcus::xmlns_context
   :members:

Common
------

.. doxygenstruct:: orcus::sax::doctype_declaration
   :members:

.. doxygenfunction:: orcus::sax::decode_xml_encoded_char

.. doxygenfunction:: orcus::sax::decode_xml_unicode_char