Home
last modified time | relevance | path

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

/AOO41X/main/sax/source/expatwrap/
H A Dsax_expat.cxx139 class SaxExpatParser_Impl;
184 SaxExpatParser_Impl *m_pImpl;
223 class SaxExpatParser_Impl class
296 void static callErrorHandler( SaxExpatParser_Impl *pImpl , const SAXParseException &e );
306 SaxExpatParser_Impl::callbackStartElement(userData,name,atts); in call_callbackStartElement()
310 SaxExpatParser_Impl::callbackEndElement(userData,name); in call_callbackEndElement()
314 SaxExpatParser_Impl::callbackCharacters(userData,s,nLen); in call_callbackCharacters()
318 SaxExpatParser_Impl::callbackProcessingInstruction(userData,sTarget,sData ); in call_callbackProcessingInstruction()
327SaxExpatParser_Impl::callbackUnparsedEntityDecl(userData,entityName,base,systemId,publicId,notatio… in call_callbackUnparsedEntityDecl()
335 SaxExpatParser_Impl::callbackNotationDecl(userData,notationName,base,systemId,publicId); in call_callbackNotationDecl()
[all …]