Searched defs:ContentNode (Results 1 - 2 of 2) sorted by relevance

/vbox/include/iprt/cpp/
H A Dxml.h383 class ContentNode;
388 * Cannot be used directly, but ElementNode, ContentNode and AttributeNode
423 /** Is this an ContentNode instance.
444 * can be of both ContentNode and ElementNode types.
827 ContentNode *addContent(const char *pcszContent);
828 ContentNode *addContent(const RTCString &strContent)
876 class RT_DECL_CLASS ContentNode : public Node class in namespace:xml
882 ContentNode(Node *pParent, PRTLISTANCHOR pListAnchor, xmlNode *pLibNode);
883 ContentNode(const ContentNode
[all...]
/vbox/src/VBox/Runtime/r3/
H A Dxml.cpp756 pNew = new ContentNode(pCur, &pCur->m_children, pLibNode);
1267 ContentNode *ElementNode::addContent(const char *pcszContent)
1276 ContentNode *p = new ContentNode(this, &m_children, pLibNode);
1481 ContentNode::ContentNode(Node *pParent, PRTLISTANCHOR pListAnchor, xmlNode *pLibNode) function in class:xml::ContentNode

Completed in 39 milliseconds