Graphviz 13.0.0~dev.20250424.1043
Loading...
Searching...
No Matches
xml_flags_t Struct Reference

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
 

Detailed Description

Definition at line 30 of file xml.h.

Field Documentation

◆ dash

unsigned xml_flags_t::dash

Definition at line 34 of file xml.h.

Referenced by EmbedText(), gvputs_xml(), xml_puts(), and xml_puts().

◆ nbsp

unsigned xml_flags_t::nbsp

Definition at line 36 of file xml.h.

◆ raw

unsigned xml_flags_t::raw

Definition at line 32 of file xml.h.

Referenced by pango_textlayout(), svg_begin_anchor(), and svg_textspan().

◆ utf8

unsigned xml_flags_t::utf8

Definition at line 38 of file xml.h.


The documentation for this struct was generated from the following file: