OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:XMLDocument
(Results
1 - 3
of
3
) sorted by null
/external/tinyxml2/
tinyxml2.cpp
451
char*
XMLDocument
::Identify( char* p, XMLNode** node )
527
bool
XMLDocument
::Accept( XMLVisitor* visitor ) const
543
XMLNode::XMLNode(
XMLDocument
* doc ) :
830
XMLNode* XMLText::ShallowClone(
XMLDocument
* doc ) const
855
XMLComment::XMLComment(
XMLDocument
* doc ) : XMLNode( doc )
878
XMLNode* XMLComment::ShallowClone(
XMLDocument
* doc ) const
902
XMLDeclaration::XMLDeclaration(
XMLDocument
* doc ) : XMLNode( doc )
925
XMLNode* XMLDeclaration::ShallowClone(
XMLDocument
* doc ) const
949
XMLUnknown::XMLUnknown(
XMLDocument
* doc ) : XMLNode( doc )
972
XMLNode* XMLUnknown::ShallowClone(
XMLDocument
* doc ) const
[
all
...]
tinyxml2.h
92
class
XMLDocument
;
338
virtual bool VisitEnter( const
XMLDocument
& /*doc*/ ) { return true; }
340
virtual bool VisitExit( const
XMLDocument
& /*doc*/ ) { return true; }
411
be navigated. A node is always in a
XMLDocument
.
415
A
XMLDocument
allocates memory for all its Nodes.
416
When the
XMLDocument
gets deleted, all its Nodes
435
friend class
XMLDocument
;
439
/// Get the
XMLDocument
that owns this XMLNode.
440
const
XMLDocument
* GetDocument() const { return document; }
441
/// Get the
XMLDocument
that owns this XMLNode.
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/frame/
UseCounter.h
139
XMLDocument
,
Completed in 437 milliseconds