Searched refs:pushEntity (Results 1 – 3 of 3) sorted by relevance
245 void pushEntity( const struct Entity &entity ) in pushEntity() function in sax_expatwrap::SaxExpatParser_Impl515 m_pImpl->pushEntity( entity ); in parseStream()922 pImpl->pushEntity( entity ); in callbackExternalEntityRef()
462 pushEntity( entity ); in parseStream()922 pushEntity( aNewEntity ); in callbackExternalEntityRef()
126 inline void pushEntity( const Entity& rEntity ) { maEntities.push( rEntity ); } in pushEntity() function in sax_fastparser::FastSaxParser