xml_encode_context_t

Defined in header: <orcus/types.hpp>

enum class orcus::xml_encode_context_t

Specifies the XML encoding context which affects which characters get encoded. The set of characters that require encoding differs depending on where in an XML document the value will appear.

Values:

enumerator unspecified

null/sentinel value; no encoding context specified

enumerator text

element text content

enumerator attr_double_quoted

attribute value delimited by double quotes

enumerator attr_single_quoted

attribute value delimited by single quotes