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