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
|
.. -*- coding: utf-8 -*-
.. :Project: pglast — DO NOT EDIT: generated automatically
.. :Author: Lele Gaifax <lele@metapensiero.it>
.. :License: GNU General Public License version 3 or later
.. :Copyright: © 2017-2025 Lele Gaifax
..
================================================================
:mod:`pglast.enums.xml` --- Constants extracted from `xml.h`__
================================================================
__ https://github.com/pganalyze/libpg_query/blob/a192b38/src/postgres/include/utils/xml.h
.. module:: pglast.enums.xml
:synopsis: Constants extracted from xml.h
.. class:: pglast.enums.xml.PgXmlStrictness
Corresponds to the `PgXmlStrictness enum <https://github.com/pganalyze/libpg_query/blob/a192b38/src/postgres/include/utils/xml.h#L39>`__.
.. data:: PG_XML_STRICTNESS_LEGACY
.. data:: PG_XML_STRICTNESS_WELLFORMED
.. data:: PG_XML_STRICTNESS_ALL
.. class:: pglast.enums.xml.XmlBinaryType
Corresponds to the `XmlBinaryType enum <https://github.com/pganalyze/libpg_query/blob/a192b38/src/postgres/include/utils/xml.h#L33>`__.
.. data:: XMLBINARY_BASE64
.. data:: XMLBINARY_HEX
.. class:: pglast.enums.xml.XmlStandaloneType
Corresponds to the `XmlStandaloneType enum <https://github.com/pganalyze/libpg_query/blob/a192b38/src/postgres/include/utils/xml.h#L25>`__.
.. data:: XML_STANDALONE_YES
.. data:: XML_STANDALONE_NO
.. data:: XML_STANDALONE_NO_VALUE
.. data:: XML_STANDALONE_OMITTED
|