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

  /external/tinyxml/
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...]
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...]

Completed in 250 milliseconds