Searched refs:ClosingType (Results 1 – 2 of 2) sorted by relevance
1066 if ( ele->ClosingType() == XMLElement::CLOSING ) { in ParseDeep()1079 if ( ele->ClosingType() == XMLElement::OPEN ) { in ParseDeep()1084 if ( ele->ClosingType() != XMLElement::OPEN ) { in ParseDeep()
1613 ElementClosingType ClosingType() const { in ClosingType() function