|
Graphviz 14.0.3~dev.20251028.0232
|
options to tweak the behavior of XML escaping More...
#include <xml.h>
Data Fields | |
| unsigned | raw: 1 |
| assume no embedded escapes, and escape "\n" and "\r" | |
| unsigned | dash: 1 |
| escape '-' | |
| unsigned | nbsp: 1 |
| escape consecutive ' ' | |
| unsigned | utf8: 1 |
| anticipate non-ASCII characters that need to be encoded | |
| unsigned xml_flags_t::dash |
Definition at line 17 of file xml.h.
Referenced by EmbedText(), gvputs_xml(), xml_puts(), and xml_puts().
| unsigned xml_flags_t::raw |
Definition at line 15 of file xml.h.
Referenced by pango_textlayout(), svg_begin_anchor(), and svg_textspan().