Searched refs:CXML_Content (Results 1 – 2 of 2) sorted by relevance
515 CXML_Content* pContent = new CXML_Content; in InsertContentSegment()579 CXML_Content* content = (CXML_Content*)m_Children.GetAt(i + 1); in RemoveChildren()707 CXML_Content* pContent = (CXML_Content*)m_Children.GetAt(index + 1); in GetContent()
33 class CXML_Content {35 CXML_Content() : m_bCDATA(FALSE), m_Content() {} in CXML_Content() function