Home | History | Annotate | Download | only in tinyxml

Lines Matching refs:Entity

34 TiXmlBase::Entity TiXmlBase::entity[ NUM_ENTITY ] = 
421 // Presume an entity, and pull it out.
498 if ( strncmp( entity[i].str, p, entity[i].strLength ) == 0 )
500 assert( strlen( entity[i].str ) == entity[i].strLength );
501 *value = entity[i].chr;
503 return ( p + entity[i].strLength );
507 // So it wasn't an entity, its unrecognized, or something like that.