Lines Matching refs:xCurrContext
282 ContextHandlerRef xCurrContext = mxStack->getCurrentContext(); in parseStream() local
283 if( xCurrContext.is() ) in parseStream()
287 xCurrContext->startRecord( nRecId, aRecStrm ); in parseStream()
288 xCurrContext->endRecord( nRecId ); in parseStream()
298 ContextHandlerRef xCurrContext = mxStack->getCurrentContext(); in parseStream() local
299 if( xCurrContext.is() ) in parseStream()
302 xCurrContext = xCurrContext->createRecordContext( nRecId, aRecStrm ); in parseStream()
307 mxStack->pushContext( *pStartRecInfo, xCurrContext ); in parseStream()
309 if( xCurrContext.is() ) in parseStream()
313 xCurrContext->startRecord( nRecId, aRecStrm ); in parseStream()
316 xCurrContext->endRecord( nRecId ); in parseStream()