Home
last modified time | relevance | path

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

/aoo41x/main/sax/source/fastparser/
H A Dfastparser.cxx116 FastSaxParser* pFastParser = reinterpret_cast< FastSaxParser* >( userData ); in call_callbackStartElement() local
117 pFastParser->callbackStartElement( name, atts ); in call_callbackStartElement()
122 FastSaxParser* pFastParser = reinterpret_cast< FastSaxParser* >( userData ); in call_callbackEndElement() local
123 pFastParser->callbackEndElement( name ); in call_callbackEndElement()
128 FastSaxParser* pFastParser = reinterpret_cast< FastSaxParser* >( userData ); in call_callbackCharacters() local
129 pFastParser->callbackCharacters( s, nLen ); in call_callbackCharacters()
135 FastSaxParser* pFastParser = reinterpret_cast< FastSaxParser* >( XML_GetUserData( parser ) ); in call_callbackExternalEntityRef() local
136 …return pFastParser->callbackExternalEntityRef( parser, openEntityNames, base, systemId, publicId ); in call_callbackExternalEntityRef()

Completed in 11 milliseconds