const unsigned int pugi::parse_minimal = 0x0000

Minimal parsing mode. Equivalent to turning all other flags off. This set of flags means that pugixml does not add pi/cdata sections or comments to DOM tree and does not perform any conversions for input data, meaning fastest parsing.