Searched refs:GetRoot (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dxmldocument.tex25 if (doc.GetRoot()->GetName() != wxT("myroot-node"))
28 wxXmlNode *child = doc.GetRoot()->GetChildren();
155 \membersection{wxXmlDocument::GetRoot}\label{wxxmldocumentgetroot}
157 \constfunc{wxXmlNode*}{GetRoot}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/xml/
H A Dxml.h234 wxXmlNode *GetRoot() const { return m_root; } function in class:wxXmlDocument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextxml.cpp64 if (xmlDoc->GetRoot() && xmlDoc->GetRoot()->GetType() == wxXML_ELEMENT_NODE && xmlDoc->GetRoot()->GetName() == wxT("richtext"))
66 wxXmlNode* child = xmlDoc->GetRoot()->GetChildren();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/wxrc/
H A Dwxrc.cpp408 FindFilesInXML(doc.GetRoot(), flist, path);
411 wxXmlNode* node = (doc.GetRoot())->GetChildren();
851 a2 = FindStrings(doc.GetRoot());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxmlres.cpp483 else if (m_data[i].Doc->GetRoot()->GetName() != wxT("resource"))
493 wxString verstr = m_data[i].Doc->GetRoot()->GetPropVal(
508 ProcessPlatformProperty(m_data[i].Doc->GetRoot());
592 if ( m_data[f].Doc == NULL || m_data[f].Doc->GetRoot() == NULL )
595 wxXmlNode* found = DoFindResource(m_data[f].Doc->GetRoot(),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xml/
H A Dxml.cpp951 OutputNode(stream, GetRoot(), 0, convMem, convFile, indentstep);

Completed in 214 milliseconds