Searched refs:FastSaxParser (Results 1 – 3 of 3) sorted by relevance
84 class FastSaxParser;101 FastSaxParser *mpParser;116 FastSaxParser* pFastParser = reinterpret_cast< FastSaxParser* >( userData ); in call_callbackStartElement()122 FastSaxParser* pFastParser = reinterpret_cast< FastSaxParser* >( userData ); in call_callbackEndElement()128 FastSaxParser* pFastParser = reinterpret_cast< FastSaxParser* >( userData ); in call_callbackCharacters()135 FastSaxParser* pFastParser = reinterpret_cast< FastSaxParser* >( XML_GetUserData( parser ) ); in call_callbackExternalEntityRef()202 FastSaxParser::FastSaxParser() in FastSaxParser() function in sax_fastparser::FastSaxParser209 FastSaxParser::~FastSaxParser() in ~FastSaxParser()217 void FastSaxParser::pushContext() in pushContext()233 void FastSaxParser::popContext() in popContext()[all …]
44 FastSaxParser *p = new FastSaxParser; in FastSaxParser_CreateInstance()79 FastSaxParser::getSupportedServiceNames_Static() ); in component_getFactory()
96 class FastSaxParser : public ::cppu::WeakImplHelper2< ::com::sun::star::xml::sax::XFastParser, ::co… class99 FastSaxParser();100 virtual ~FastSaxParser();
Completed in 20 milliseconds