Home
last modified time | relevance | path

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

/AOO42X/main/sax/source/expatwrap/
H A Dsax_expat.cxx264 void static callbackStartElement(void *userData, const XML_Char *name , const XML_Char **atts);
309 SaxExpatParser_Impl::callbackStartElement(userData,name,atts); in call_callbackStartElement()
775 void SaxExpatParser_Impl::callbackStartElement( void *pvThis , in callbackStartElement() function in sax_expatwrap::SaxExpatParser_Impl
/AOO42X/main/sax/source/fastparser/
H A Dfastparser.cxx117 pFastParser->callbackStartElement( name, atts ); in call_callbackStartElement()
699 void FastSaxParser::callbackStartElement( const XML_Char* pwName, const XML_Char** awAttributes ) in callbackStartElement() function in sax_fastparser::FastSaxParser
H A Dfastparser.hxx121 void callbackStartElement( const XML_Char* name, const XML_Char** atts );