| 443 | } |
| 444 | |
| 445 | void CMarkup::GetLastErrorLocation(LPTSTR pstrSource, SIZE_T cchMax) const |
| 446 | { |
| 447 | _tcsncpy(pstrSource, m_szErrorXML, cchMax); |
| 448 | } |
| 449 | |
| 450 | CMarkupNode CMarkup::GetRoot() |
| 451 | { |
nothing calls this directly
no outgoing calls
no test coverage detected