HomeSort by relevance Sort by last modified time
    Searched full:closingtype (Results 1 - 2 of 2) sorted by null

  /external/tinyxml2/
tinyxml2.cpp 768 if ( node->ToElement() && node->ToElement()->ClosingType() == XMLElement::CLOSING ) {
780 if ( endTag.Empty() && ele->ClosingType() == XMLElement::OPEN ) {
784 else if ( !endTag.Empty() && ele->ClosingType() != XMLElement::OPEN ) {
1109 closingType( 0 ),
    [all...]
tinyxml2.h     [all...]

Completed in 194 milliseconds