Home
last modified time | relevance | path

Searched refs:NewDeclaration (Results 1 – 3 of 3) sorted by relevance

/external/tinyxml2/
Dxmltest.cpp1509 doc.InsertEndChild( doc.NewDeclaration() ); in main()
1646 xmlDoc.NewDeclaration(); in main()
Dtinyxml2.cpp1277 …XMLDeclaration* dec = doc->NewDeclaration( Value() ); // fixme: this will always allocate memory. … in ShallowClone()
2118 XMLDeclaration* XMLDocument::NewDeclaration( const char* str ) in NewDeclaration() function in tinyxml2::XMLDocument
Dtinyxml2.h1800 XMLDeclaration* NewDeclaration( const char* text=0 );