HomeSort by relevance Sort by last modified time
    Searched refs:element0 (Results 1 - 2 of 2) sorted by null

  /external/tinyxml/
xmltest.cpp 337 istringstream parse0( "<Element0 attribute0='foo0' attribute1= noquotes attribute2 = '&gt;' />" );
338 TiXmlElement element0( "default" );
339 parse0 >> element0; local
341 XmlTest ( "Element parsed, value is 'Element0'.", "Element0", element0.Value() );
342 XmlTest ( "Reads attribute 'attribute0=\"foo0\"'.", "foo0", element0.Attribute( "attribute0" ));
343 XmlTest ( "Reads incorrectly formatted 'attribute1=noquotes'.", "noquotes", element0.Attribute( "attribute1" ) );
344 XmlTest ( "Read attribute with entity value '>'.", ">", element0.Attribute( "attribute2" ) );
  /external/expat/lib/
xmlrole.c 116 element0, element1, element2, element3, element4, element5, element6, variable
364 state->handler = element0;
985 element0(PROLOG_STATE *state, function

Completed in 22 milliseconds