Searched refs:ClosingType (Results 1 – 2 of 2) sorted by relevance
768 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()
1010 int ClosingType() const { return closingType; } in ClosingType() function