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

  /external/tinyxml/
xmltest.cpp 126 TiXmlDocument doc( "demotest.xml" );
137 TiXmlDocument doc( "demotest.xml" );
354 TiXmlDocument doc;
368 TiXmlDocument doc;
416 TiXmlDocument doc;
440 TiXmlDocument doc;
471 TiXmlDocument document0;
497 TiXmlDocument doc( "utf8test.xml" );
566 TiXmlDocument latinDoc;
626 TiXmlDocument doc
    [all...]
tinyxml.h 85 class TiXmlDocument;
156 friend class TiXmlDocument;
185 Generally, the row and column value will be set when the TiXmlDocument::Load(),
186 TiXmlDocument::LoadFile(), or any TiXmlNode::Parse() is called. It will NOT be set
194 can be disabled if TiXmlDocument::SetTabSize() is called with 0 as the value.
196 @sa TiXmlDocument::SetTabSize()
384 friend class TiXmlDocument;
408 A TiXmlDocument will read nodes until it reads a root element, and
630 const TiXmlDocument* GetDocument() const;
631 TiXmlDocument* GetDocument()
    [all...]
tinyxmlparser.cpp 164 friend class TiXmlDocument;
618 void TiXmlDocument::StreamIn( TIXML_ISTREAM * in, TIXML_STRING * tag )
681 const char* TiXmlDocument::Parse( const char* p, TiXmlParsingData* prevData, TiXmlEncoding encoding )
775 void TiXmlDocument::SetError( int err, const char* pError, TiXmlParsingData* data, TiXmlEncoding encoding )
805 TiXmlDocument* doc = GetDocument();
895 TiXmlDocument* document = GetDocument();
956 TiXmlDocument* document = GetDocument();
985 TiXmlDocument* document = GetDocument();
1017 TiXmlDocument* document = GetDocument();
1136 TiXmlDocument* document = GetDocument()
    [all...]
tinyxml.cpp 587 const TiXmlDocument* TiXmlNode::GetDocument() const
599 TiXmlDocument* TiXmlNode::GetDocument()
761 TiXmlDocument* document = GetDocument();
895 TiXmlDocument::TiXmlDocument() : TiXmlNode( TiXmlNode::DOCUMENT )
902 TiXmlDocument::TiXmlDocument( const char * documentName ) : TiXmlNode( TiXmlNode::DOCUMENT )
912 TiXmlDocument::TiXmlDocument( const std::string& documentName ) : TiXmlNode( TiXmlNode::DOCUMENT )
922 TiXmlDocument::TiXmlDocument( const TiXmlDocument& copy ) : TiXmlNode( TiXmlNode::DOCUMENT
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
tinyxml.h 83 class TiXmlDocument;
122 Generally Accept() is called on the TiXmlDocument, although all nodes suppert Visiting.
134 virtual bool VisitEnter( const TiXmlDocument& /*doc*/ ) { return true; }
136 virtual bool VisitExit( const TiXmlDocument& /*doc*/ ) { return true; }
198 friend class TiXmlDocument;
231 Generally, the row and column value will be set when the TiXmlDocument::Load(),
232 TiXmlDocument::LoadFile(), or any TiXmlNode::Parse() is called. It will NOT be set
240 can be disabled if TiXmlDocument::SetTabSize() is called with 0 as the value.
242 @sa TiXmlDocument::SetTabSize()
425 friend class TiXmlDocument;
    [all...]
tinyxml.cpp 306 TiXmlDocument* document = GetDocument();
512 const TiXmlDocument* TiXmlNode::GetDocument() const
913 TiXmlDocument::TiXmlDocument() : TiXmlNode( TiXmlNode::TINYXML_DOCUMENT )
920 TiXmlDocument::TiXmlDocument( const char * documentName ) : TiXmlNode( TiXmlNode::TINYXML_DOCUMENT )
930 TiXmlDocument::TiXmlDocument( const std::string& documentName ) : TiXmlNode( TiXmlNode::TINYXML_DOCUMENT )
940 TiXmlDocument::TiXmlDocument( const TiXmlDocument& copy ) : TiXmlNode( TiXmlNode::TINYXML_DOCUMENT
    [all...]
tinyxmlparser.cpp 173 friend class TiXmlDocument;
641 void TiXmlDocument::StreamIn( std::istream * in, TIXML_STRING * tag )
704 const char* TiXmlDocument::Parse( const char* p, TiXmlParsingData* prevData, TiXmlEncoding encoding )
798 void TiXmlDocument::SetError( int err, const char* pError, TiXmlParsingData* data, TiXmlEncoding encoding )
912 TiXmlDocument* document = GetDocument();
974 TiXmlDocument* document = GetDocument();
1014 TiXmlDocument* document = GetDocument();
1046 TiXmlDocument* document = GetDocument();
1181 TiXmlDocument* document = GetDocument();
1258 TiXmlDocument* document = GetDocument()
    [all...]
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.h 83 class TiXmlDocument;
122 Generally Accept() is called on the TiXmlDocument, although all nodes suppert Visiting.
134 virtual bool VisitEnter( const TiXmlDocument& /*doc*/ ) { return true; }
136 virtual bool VisitExit( const TiXmlDocument& /*doc*/ ) { return true; }
198 friend class TiXmlDocument;
231 Generally, the row and column value will be set when the TiXmlDocument::Load(),
232 TiXmlDocument::LoadFile(), or any TiXmlNode::Parse() is called. It will NOT be set
240 can be disabled if TiXmlDocument::SetTabSize() is called with 0 as the value.
242 @sa TiXmlDocument::SetTabSize()
425 friend class TiXmlDocument;
    [all...]
tinyxml.cpp 306 TiXmlDocument* document = GetDocument();
512 const TiXmlDocument* TiXmlNode::GetDocument() const
913 TiXmlDocument::TiXmlDocument() : TiXmlNode( TiXmlNode::TINYXML_DOCUMENT )
920 TiXmlDocument::TiXmlDocument( const char * documentName ) : TiXmlNode( TiXmlNode::TINYXML_DOCUMENT )
930 TiXmlDocument::TiXmlDocument( const std::string& documentName ) : TiXmlNode( TiXmlNode::TINYXML_DOCUMENT )
940 TiXmlDocument::TiXmlDocument( const TiXmlDocument& copy ) : TiXmlNode( TiXmlNode::TINYXML_DOCUMENT
    [all...]
tinyxmlparser.cpp 173 friend class TiXmlDocument;
641 void TiXmlDocument::StreamIn( std::istream * in, TIXML_STRING * tag )
704 const char* TiXmlDocument::Parse( const char* p, TiXmlParsingData* prevData, TiXmlEncoding encoding )
798 void TiXmlDocument::SetError( int err, const char* pError, TiXmlParsingData* data, TiXmlEncoding encoding )
912 TiXmlDocument* document = GetDocument();
974 TiXmlDocument* document = GetDocument();
1014 TiXmlDocument* document = GetDocument();
1046 TiXmlDocument* document = GetDocument();
1181 TiXmlDocument* document = GetDocument();
1258 TiXmlDocument* document = GetDocument()
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/test/autogenerated/
cmap_basic_test.cc 54 TiXmlDocument document_;
77 document_ = TiXmlDocument((font_name + ".xml").c_str());
  /external/sfntly/cpp/src/test/autogenerated/
cmap_basic_test.cc 54 TiXmlDocument document_;
77 document_ = TiXmlDocument((font_name + ".xml").c_str());
  /cts/suite/audio_quality/lib/src/task/
ModelBuilder.cpp 86 TiXmlDocument doc(xmlFileName.string());
  /external/srec/tools/grxmlcompile/
grxmlcompile.cpp 213 TiXmlDocument node;
216 std::cout << "Error: while creating TiXmlDocument from " << filename << std::endl;
    [all...]

Completed in 199 milliseconds