Home
last modified time | relevance | path

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

/trunk/main/sax/source/fastparser/
H A Dfastparser.cxx84 class FastSaxParser;
89 FastLocatorImpl( FastSaxParser *p ) : mpParser(p) {} in FastLocatorImpl()
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()
[all …]
H A Dfacreg.cxx45 FastSaxParser *p = new FastSaxParser; in FastSaxParser_CreateInstance()
59 FastSaxParser::getImplementationName_Static,
60 FastSaxParser::getSupportedServiceNames_Static,
H A Dfastparser.hxx96 class FastSaxParser : public ::cppu::WeakImplHelper2< ::com::sun::star::xml::sax::XFastParser, ::co… class
99 FastSaxParser();
100 virtual ~FastSaxParser();