Lines Matching refs:ParseDeep
729 char* XMLNode::ParseDeep( char* p, StrPair* parentEnd )
757 p = node->ParseDeep( p, &endTag );
807 char* XMLText::ParseDeep( char* p, StrPair* )
866 char* XMLComment::ParseDeep( char* p, StrPair* )
913 char* XMLDeclaration::ParseDeep( char* p, StrPair* )
959 char* XMLUnknown::ParseDeep( char* p, StrPair* )
994 char* XMLAttribute::ParseDeep( char* p, bool processEntities )
1297 p = attrib->ParseDeep( p, document->ProcessEntities() );
1339 char* XMLElement::ParseDeep( char* p, StrPair* strPair )
1360 p = XMLNode::ParseDeep( p, strPair );
1561 ParseDeep( charBuffer + (p-charBuffer), 0 );
1617 ParseDeep( charBuffer, 0 );