OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TiXmlDocument
(Results
1 - 4
of
4
) sorted by null
/external/sfntly/cpp/src/test/tinyxml/
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
...]
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
...]
/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 125 milliseconds