Lines Matching defs:Options
34 struct Options { struct
35 std::string declaration = "_declaration";
36 std::string instruction = "_instruction";
37 std::string attributes = "_attributes";
38 std::string text = "_text";
39 std::string cdata = "_cdata";
40 std::string doctype = "_doctype";
41 std::string comment = "_comment";
42 std::string parent = "_parent";
43 std::string type = "_type";
44 std::string name = "_name";
45 std::string elements = "_elements";
46 bool compact = false;
47 bool trim = false;
48 bool nativetype = false;
49 bool nativetypeattributes = false;
50 bool addparent = false;
51 bool alwaysArray = false;
52 bool alwaysChildren = false;
53 bool instructionHasAttributes = false;
54 bool ignoreDeclaration = false;
55 bool ignoreInstruction = false;
56 bool ignoreAttributes = false;
57 bool ignoreComment = false;
58 bool ignoreCdata = false;
59 bool ignoreDoctype = false;
60 bool ignoreText = false;
61 bool spaces = false;