while( !qNameStack.isEmpty() )
{
QualifiedName qName = qNameStack.pop();
PropertyFunction<?> ref = refStack.pop();
if( !qName.type().equals( Identity.class.getName() ) )
{
QNameInfo info = this._state.qNameInfos().get().get( qName );
if( info == null )
{
throw new InternalError( "No qName info found for qName [" + qName + "]." );