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

  /external/tinyxml2/
tinyxml2.h 111 class XMLText;
496 virtual bool Visit( const XMLText& /*text*/ ) {
678 virtual XMLText* ToText() {
701 virtual const XMLText* ToText() const {
973 class TINYXML2_LIB XMLText : public XMLNode
979 virtual XMLText* ToText() {
982 virtual const XMLText* ToText() const {
999 XMLText( XMLDocument* doc ) : XMLNode( doc ), _isCData( false ) {}
1000 virtual ~XMLText() {}
1007 XMLText( const XMLText& ); // not supported
    [all...]
xmltest.cpp 161 XMLText* textNode = titleElement->FirstChild()->ToText();
227 looking for XMLText, not an element, and ToText()
228 is a cast from a Node to a XMLText.
671 XMLText* text = doc.FirstChildElement( "document" )->FirstChildElement( (const char*) russianElementName )->FirstChild()->ToText();
    [all...]
tinyxml2.cpp 696 XMLText* text = CreateUnlinkedNode<XMLText>( _textPool );
713 returnNode = CreateUnlinkedNode<XMLText>( _textPool );
1132 // --------- XMLText ---------- //
1133 char* XMLText::ParseDeep( char* p, StrPair*, int* curLineNumPtr )
1160 XMLNode* XMLText::ShallowClone( XMLDocument* doc ) const
    [all...]
  /external/gflags/src/
gflags_reporting.cc 186 static string XMLText(const string& txt) {
196 StringAppendF(r, "<%s>%s</%s>", tag, XMLText(txt).c_str(), tag);
322 XMLText(Basename(prog_name)).c_str());
324 XMLText(ProgramUsage()).c_str());

Completed in 303 milliseconds