Searched refs:_closingType (Results 1 – 2 of 2) sorted by relevance
1499 _closingType( OPEN ), in XMLElement()1863 _closingType = CLOSED; in ParseAttributes()1907 _closingType = CLOSING; in ParseDeep()1917 if ( !p || !*p || _closingType != OPEN ) { in ParseDeep()
1614 return _closingType; in ClosingType()1634 ElementClosingType _closingType; variable