Searched refs:stripAll (Results 1 – 2 of 2) sorted by relevance
34 bool stripAll=true, bool keepComments=false,130 void removeWhitespace(bool stripAll=true, const char** cDataTags=NULL);
551 bool stripAll, bool keepComments, in parseXMLResource() argument558 root->removeWhitespace(stripAll, cDataTags); in parseXMLResource()891 void XMLNode::removeWhitespace(bool stripAll, const char** cDataTags) in removeWhitespace() argument900 stripAll = false; in removeWhitespace()917 if (stripAll) { in removeWhitespace()944 node->removeWhitespace(stripAll, cDataTags); in removeWhitespace()