Returns the name of the command (or NULL if no command tag or no name in that tag)
| 59 | |
| 60 | // Returns the name of the command (or NULL if no command tag or no name in that tag) |
| 61 | char const* ClientAnalyzedXML::GetCommandName() const |
| 62 | { |
| 63 | return m_pAnalyzeXML->GetCommandName() ; |
| 64 | } |
| 65 | |
| 66 | // Returns the character data from the result tag (or NULL if no result tag or no character data in that tag) |
| 67 | char const* ClientAnalyzedXML::GetResultString() const |