Searched refs:_closingType (Results 1 – 2 of 2) sorted by relevance
1536 _closingType( OPEN ), in XMLElement()1933 _closingType = CLOSED; in ParseAttributes()2010 _closingType = CLOSING; in ParseDeep()2020 if ( !p || !*p || _closingType != OPEN ) { in ParseDeep()
1667 return _closingType; in ClosingType()1687 ElementClosingType _closingType; variable