Searched refs:XmlFormatting (Results 1 – 1 of 1) sorted by relevance
6159 enum class XmlFormatting { enum6165 XmlFormatting operator | (XmlFormatting lhs, XmlFormatting rhs);6166 XmlFormatting operator & (XmlFormatting lhs, XmlFormatting rhs);6188 ScopedElement( XmlWriter* writer, XmlFormatting fmt );6195 …edElement& writeText( std::string const& text, XmlFormatting fmt = XmlFormatting::Newline | XmlFor…6205 XmlFormatting m_fmt;6214 …Writer& startElement( std::string const& name, XmlFormatting fmt = XmlFormatting::Newline | XmlFor…6216 …lement scopedElement( std::string const& name, XmlFormatting fmt = XmlFormatting::Newline | XmlFor…6218 XmlWriter& endElement(XmlFormatting fmt = XmlFormatting::Newline | XmlFormatting::Indent);6231 …XmlWriter& writeText( std::string const& text, XmlFormatting fmt = XmlFormatting::Newline | XmlFor…[all …]