Home
last modified time | relevance | path

Searched defs:endTag (Results 1 – 3 of 3) sorted by relevance

/external/tinyxml/
Dtinyxmlparser.cpp556 const char* endTag, in ReadText()
1049 TIXML_STRING endTag ("</"); in Parse() local
1305 const char* endTag = "-->"; in Parse() local
1444 const char* const endTag = "]]>"; in Parse() local
/external/libxml2/include/libxml/
DHTMLparser.h46 char endTag; /* Whether the end tag can be implied */ member
/external/srec/tools/grxmlcompile/
Dgrxmldoc.cpp694 bool GRXMLDoc::endTag( XMLNode &node, SubGraph *&p_SubGraph ) in endTag() function in GRXMLDoc