Home | History | Annotate | Download | only in src

Lines Matching refs:strChild

2795     DMString strChild( pData->getCharData() );
2796 char* szSlash = (char*)DmStrchr(strChild, '/');
2799 if ( strChild.empty() )
2804 ppsReturnData.m_strNextChild += strChild;
2866 DMString strAllChildren( getData.getCharData() ), strChild;
2868 while ( DmStringParserGetItem( strChild, strAllChildren, '/' ) )
2870 XPL_LOG_DM_TMN_Debug(("DMTree: strChild = %s , strAllChildren = %s\n", strChild.c_str(), strAllChildren.c_str() ));
2872 if ( strChild == strLastSegment ) { // found current node - take next
2874 while ( DmStringParserGetItem( strChild, strAllChildren, '/' ) )
2878 ppsReturnData._pbURI+= strChild;