Searched refs:CXML_Content (Results 1 – 2 of 2) sorted by relevance
520 CXML_Content* pContent = new CXML_Content; in InsertContentSegment()593 CXML_Content* content = (CXML_Content*)m_Children.GetAt(i + 1); in RemoveChildren()722 CXML_Content* pContent = (CXML_Content*)m_Children.GetAt(index + 1); in GetContent()
38 class CXML_Content 41 CXML_Content() : m_bCDATA(FALSE), m_Content() {} in CXML_Content() function