HomeSort by relevance Sort by last modified time
    Searched refs:FindAttribute (Results 1 - 4 of 4) sorted by null

  /external/tinyxml2/docs/search/
all_5.js 3 ['findattribute',['FindAttribute',['../classtinyxml2_1_1_x_m_l_element.html#a2dcd4d5d6fb63396cd2f257c318b42c4',1,'tinyxml2::XMLElement']]],
functions_5.js 3 ['findattribute',['FindAttribute',['../classtinyxml2_1_1_x_m_l_element.html#a2dcd4d5d6fb63396cd2f257c318b42c4',1,'tinyxml2::XMLElement']]],
  /external/tinyxml2/
tinyxml2.h     [all...]
xmltest.cpp 959 const XMLAttribute* attrib = cdoc.FirstChildElement("foo")->FindAttribute("attrib-text");
961 attrib = cdoc.FirstChildElement("foo")->FindAttribute("attrib-int");
963 attrib = cdoc.FirstChildElement("foo")->FindAttribute("attrib-unsigned");
965 attrib = cdoc.FirstChildElement("foo")->FindAttribute("attrib-int64");
967 attrib = cdoc.FirstChildElement("foo")->FindAttribute("attrib-bool");
969 attrib = cdoc.FirstChildElement("foo")->FindAttribute("attrib-double");
    [all...]

Completed in 286 milliseconds