Home
last modified time | relevance | path

Searched refs:TiXmlDocument (Results 1 - 9 of 9) sorted by relevance

/third_party/lame/ACM/tinyxml/
H A Dtinyxml.cpp386 TiXmlDocument* TiXmlNode::GetDocument() const in GetDocument()
470 TiXmlDocument* document = GetDocument(); in SetAttribute()
586 TiXmlDocument::TiXmlDocument() : TiXmlNode( TiXmlNode::DOCUMENT ) in TiXmlDocument() function in TiXmlDocument
593 TiXmlDocument::TiXmlDocument( const std::string& documentName ) : TiXmlNode( TiXmlNode::DOCUMENT ) in TiXmlDocument() function in TiXmlDocument
601 bool TiXmlDocument::LoadFile() in LoadFile()
607 bool TiXmlDocument::SaveFile() const in SaveFile()
613 bool TiXmlDocument::LoadFile( const std::string& filename ) in LoadFile()
654 bool TiXmlDocument
[all...]
H A Dtinyxml.h35 class TiXmlDocument;
83 friend class TiXmlDocument;
227 A TiXmlDocument will read nodes until it reads a root element.
381 TiXmlDocument* GetDocument() const;
386 TiXmlDocument* ToDocument() const { return ( this && type == DOCUMENT ) ? (TiXmlDocument*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type. in ToDocument()
476 void SetDocument( TiXmlDocument* doc ) { document = doc; } in SetDocument()
479 TiXmlDocument* document; // A pointer back to a document, for error reporting.
731 class TiXmlDocument : public TiXmlNode class
735 TiXmlDocument();
[all...]
H A Dtinyxmlparser.cpp250 void TiXmlDocument::StreamIn( std::istream* in, std::string* tag ) in StreamIn()
307 const char* TiXmlDocument::Parse( const char* p ) in Parse()
352 TiXmlDocument* doc = GetDocument(); in Identify()
522 TiXmlDocument* document = GetDocument(); in Parse()
608 TiXmlDocument* document = GetDocument(); in ReadValue()
692 TiXmlDocument* document = GetDocument(); in Parse()
734 TiXmlDocument* document = GetDocument(); in Parse()
830 //TiXmlDocument* doc = GetDocument(); in Parse()
862 TiXmlDocument* document = GetDocument(); in Parse()
H A Dxmltest.cpp84 TiXmlDocument doc( "demotest.xml" ); in main()
95 TiXmlDocument doc( "demotest.xml" ); in main()
302 TiXmlDocument document0; in main()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h83 class TiXmlDocument;
122 Generally Accept() is called on the TiXmlDocument, although all nodes suppert Visiting.
134 virtual bool VisitEnter( const TiXmlDocument& /*doc*/ ) { return true; } in VisitEnter()
136 virtual bool VisitExit( const TiXmlDocument& /*doc*/ ) { return true; } in VisitExit()
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;
1393 class TiXmlDocument : public TiXmlNode global() class
[all...]
H A Dtinyxmlparser.cpp173 friend class TiXmlDocument;
641 void TiXmlDocument::StreamIn( std::istream * in, TIXML_STRING * tag ) in StreamIn()
704 const char* TiXmlDocument::Parse( const char* p, TiXmlParsingData* prevData, TiXmlEncoding encoding ) in Parse()
798 void TiXmlDocument::SetError( int err, const char* pError, TiXmlParsingData* data, TiXmlEncoding encoding ) in SetError()
912 TiXmlDocument* document = GetDocument(); in StreamIn()
974 TiXmlDocument* document = GetDocument(); in StreamIn()
1014 TiXmlDocument* document = GetDocument(); in StreamIn()
1046 TiXmlDocument* document = GetDocument(); in Parse()
1181 TiXmlDocument* document = GetDocument(); in ReadValue()
1258 TiXmlDocument* documen in StreamIn()
[all...]
H A Dtinyxml.cpp306 TiXmlDocument* document = GetDocument(); in ReplaceChild()
512 const TiXmlDocument* TiXmlNode::GetDocument() const in GetDocument()
913 TiXmlDocument::TiXmlDocument() : TiXmlNode( TiXmlNode::TINYXML_DOCUMENT ) in TiXmlDocument() function in TiXmlDocument
920 TiXmlDocument::TiXmlDocument( const char * documentName ) : TiXmlNode( TiXmlNode::TINYXML_DOCUMENT ) in TiXmlDocument() function in TiXmlDocument
930 TiXmlDocument::TiXmlDocument( const std::string& documentName ) : TiXmlNode( TiXmlNode::TINYXML_DOCUMENT ) in TiXmlDocument() function in TiXmlDocument
940 TiXmlDocument::TiXmlDocument( cons function in TiXmlDocument
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/test/autogenerated/
H A Dcmap_basic_test.cc54 TiXmlDocument document_;
77 document_ = TiXmlDocument((font_name + ".xml").c_str()); in SetUp()
/third_party/lame/ACM/
H A DAEncodeProperties.h426 TiXmlDocument my_stored_data;

Completed in 10 milliseconds