Searched refs:BoolAttribute (Results 1 – 3 of 3) sorted by relevance
/external/tinyxml2/ |
D | xmltest.cpp | 502 …XMLTest( "Programmatic DOM", true, doc->FirstChildElement()->FirstChildElement()->BoolAttribute( "… in main() 616 XMLTest( "Query attribute: does not exist", true, ele->BoolAttribute("bar", true) ); in main() 898 XMLTest("Attribute: bool", true, element->BoolAttribute("attrib"), true); in main()
|
D | tinyxml2.h | 1318 bool BoolAttribute(const char* name, bool defaultValue = false) const;
|
D | tinyxml2.cpp | 1603 bool XMLElement::BoolAttribute(const char* name, bool defaultValue) const in BoolAttribute() function in tinyxml2::XMLElement
|