elementNesting overloads
Declared in <balxml_formatter_prettyimpl.h>
Return a reference providing modifiable access to the elementNesting attribute of this object.
bsl::vector<FormatterWhitespaceType::Enum>&
elementNesting();
» more...
Return a reference providing non-modifiable access to the elementNesting attribute of this object.
bsl::vector<FormatterWhitespaceType::Enum> const&
elementNesting() const;
» more...