Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:condense

171 		are provided to set whether or not TinyXml will condense all white space
172 into a single space or not. The default is to condense. Note changing this
175 static void SetCondenseWhiteSpace( bool condense ) { condenseWhiteSpace = condense; }