| 121 | } |
| 122 | |
| 123 | LPCTSTR CMarkupNode::GetValue() const |
| 124 | { |
| 125 | if( m_pOwner == NULL ) return NULL; |
| 126 | return m_pOwner->m_pstrXML + m_pOwner->m_pElements[m_iPos].iData; |
| 127 | } |
| 128 | |
| 129 | LPCTSTR CMarkupNode::GetAttributeName(int iIndex) |
| 130 | { |
nothing calls this directly
no outgoing calls
no test coverage detected