Contents
Previous
Next
mxml_text_s
Description
An XML text value.
Definition
struct mxml_text_s { char * string; int whitespace; };
Members
Name
Description
string
Fragment string
whitespace
Leading whitespace?
Contents
Previous
Next