Home
last modified time | relevance | path

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

/trunk/main/sax/source/expatwrap/
H A Dsax_expat.cxx257 void static callbackStartElement(void *userData, const XML_Char *name , const XML_Char **atts);
302 SaxExpatParser_Impl::callbackStartElement(userData,name,atts); in call_callbackStartElement()
761 void SaxExpatParser_Impl::callbackStartElement( void *pvThis , in callbackStartElement() function in sax_expatwrap::SaxExpatParser_Impl
/trunk/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 );