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

/vbox/src/VBox/Runtime/r3/
H A Dxml.cpp648 * @param pElmRoot Pointer to the root element.
655 ElementNode::ElementNode(const ElementNode *pElmRoot, argument
665 m_pElmRoot = pElmRoot ? pElmRoot : this; // If NULL is passed, then this is the root element.
699 * @param pElmRoot The root of the tree we're enumerating. NULL if
702 ElementNode const *ElementNode::getNextTreeElement(ElementNode const *pElmRoot /*= NULL */) const
722 Assert(pCur || pCur == pElmRoot);
723 } while (pCur != pElmRoot);
732 * @param pElmRoot The root element.
734 /*static*/ void ElementNode::buildChildren(ElementNode *pElmRoot) // protecte argument
1461 AttributeNode(const ElementNode *pElmRoot, Node *pParent, PRTLISTANCHOR pListAnchor, xmlAttr *pLibAttr) argument
[all...]

Completed in 95 milliseconds