Returns the character data from the result tag (or NULL if no result tag or no character data in that tag)
| 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 |
| 68 | { |
| 69 | return m_pAnalyzeXML->GetResultString() ; |
| 70 | } |
| 71 | |
| 72 | // Returns the character data from the result tag as an int (or default value if there is no character data in the tag) |
| 73 | int ClientAnalyzedXML::GetResultInt(int defaultValue) const |
no outgoing calls
no test coverage detected