Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:condense

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