Lines Matching refs:pContext
44 void XMLPersElemContentTContext::AddContent( XMLTransformerContext *pContext ) in AddContent() argument
46 OSL_ENSURE( pContext && pContext->IsPersistent(), in AddContent()
48 XMLTransformerContextVector::value_type aVal( pContext ); in AddContent()
96 XMLTransformerContext *pContext = 0; in CreateChildContext() local
107 pContext = new XMLPersMixedContentTContext( GetTransformer(), in CreateChildContext()
111 pContext = new XMLPersMixedContentTContext( GetTransformer(), in CreateChildContext()
115 pContext = new XMLPersMixedContentTContext( GetTransformer(), rQName, in CreateChildContext()
120 pContext = new XMLPersMixedContentTContext( GetTransformer(), rQName, in CreateChildContext()
138 pContext = pMC; in CreateChildContext()
142 pContext = new XMLPersMixedContentTContext( GetTransformer(), rQName, in CreateChildContext()
146 pContext = GetTransformer().CreateUserDefinedContext( in CreateChildContext()
148 OSL_ENSURE( pContext && pContext->IsPersistent(), in CreateChildContext()
150 if( pContext && !pContext->IsPersistent() ) in CreateChildContext()
152 delete pContext; in CreateChildContext()
153 pContext = 0; in CreateChildContext()
160 if( !pContext ) in CreateChildContext()
161 pContext = new XMLPersMixedContentTContext( GetTransformer(), rQName ); in CreateChildContext()
162 XMLTransformerContextVector::value_type aVal( pContext ); in CreateChildContext()
165 return pContext; in CreateChildContext()