Home
last modified time | relevance | path

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

/aoo41x/main/sax/source/fastparser/
H A Dfastparser.cxx66 …SaxContextImpl( const SaxContextImplPtr& p ) { mnNamespaceCount = p->mnNamespaceCount; mnElementTo… in SaxContextImpl()
222 rEntity.maContextStack.push( SaxContextImplPtr( new SaxContextImpl ) ); in pushContext()
227 …rEntity.maContextStack.push( SaxContextImplPtr( new SaxContextImpl( rEntity.maContextStack.top() )… in pushContext()
843 SaxContextImplPtr pContext = rEntity.maContextStack.top(); in callbackEndElement()
H A Dfastparser.hxx52 typedef ::boost::shared_ptr< SaxContextImpl > SaxContextImplPtr; typedef
86 ::std::stack< SaxContextImplPtr > maContextStack;

Completed in 26 milliseconds