Home
last modified time | relevance | path

Searched refs:ClosingType (Results 1 – 2 of 2) sorted by relevance

/external/tinyxml2/
Dtinyxml2.cpp768 if ( node->ToElement() && node->ToElement()->ClosingType() == XMLElement::CLOSING ) { in ParseDeep()
780 if ( endTag.Empty() && ele->ClosingType() == XMLElement::OPEN ) { in ParseDeep()
784 else if ( !endTag.Empty() && ele->ClosingType() != XMLElement::OPEN ) { in ParseDeep()
Dtinyxml2.h1010 int ClosingType() const { return closingType; } in ClosingType() function