Searched refs:ClosingType (Results 1 – 2 of 2) sorted by relevance
792 if ( node->ToElement() && node->ToElement()->ClosingType() == XMLElement::CLOSING ) { in ParseDeep()804 if ( endTag.Empty() && ele->ClosingType() == XMLElement::OPEN ) { in ParseDeep()808 else if ( !endTag.Empty() && ele->ClosingType() != XMLElement::OPEN ) { in ParseDeep()
1259 int ClosingType() const { in ClosingType() function