Home
last modified time | relevance | path

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

/external/tinyxml2/
Dtinyxml2.cpp1066 if ( ele->ClosingType() == XMLElement::CLOSING ) { in ParseDeep()
1079 if ( ele->ClosingType() == XMLElement::OPEN ) { in ParseDeep()
1084 if ( ele->ClosingType() != XMLElement::OPEN ) { in ParseDeep()
Dtinyxml2.h1613 ElementClosingType ClosingType() const { in ClosingType() function