Home | History | Annotate | Download | only in tinyxml

Lines Matching full:priority

89 		"<Item priority=\"1\" distance='close'> Go to the <bold>Toy store!</bold></Item>"
90 "<Item priority=\"2\" distance='none'> Do bills </Item>"
91 "<Item priority=\"2\" distance='far &amp; back'> Look for Evil Dinosaurs! </Item>"
102 "<Item priority=\"2\" distance=\"close\">Go to the"
106 "<Item priority=\"1\" distance=\"far\">Talk to:"
113 "<Item priority=\"2\" distance=\"here\">Do bills"
166 // Going to the toy store is now our second priority...
167 // So set the "priority" attribute of the first item in the list.
172 itemElement->SetAttribute( "priority", 2 );
195 item.SetAttribute( "priority", "1" );