Home
last modified time | relevance | path

Searched refs:FastSaxParser (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/sax/source/fastparser/
H A Dfastparser.cxx84 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::FastSaxParser
209 FastSaxParser::~FastSaxParser() in ~FastSaxParser()
217 void FastSaxParser::pushContext() in pushContext()
233 void FastSaxParser::popContext() in popContext()
[all …]
H A Dfacreg.cxx44 FastSaxParser *p = new FastSaxParser; in FastSaxParser_CreateInstance()
79 FastSaxParser::getSupportedServiceNames_Static() ); in component_getFactory()
H A Dfastparser.hxx96 class FastSaxParser : public ::cppu::WeakImplHelper2< ::com::sun::star::xml::sax::XFastParser, ::co… class
99 FastSaxParser();
100 virtual ~FastSaxParser();

Completed in 27 milliseconds