From 0a97bad6608a2b1ea01ae6ce18bab63abf0c9210 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Wed, 21 Feb 2007 19:41:31 +0000 Subject: Merged 0.3 in trunk git-svn-id: http://pugixml.googlecode.com/svn/trunk@68 99668b35-9821-0410-8761-19e4c4f06640 --- docs/html/classpugi_1_1xml__tree__walker.html | 186 ++++++++++++++++++++++++++ 1 file changed, 186 insertions(+) create mode 100644 docs/html/classpugi_1_1xml__tree__walker.html (limited to 'docs/html/classpugi_1_1xml__tree__walker.html') diff --git a/docs/html/classpugi_1_1xml__tree__walker.html b/docs/html/classpugi_1_1xml__tree__walker.html new file mode 100644 index 0000000..2e73c1a --- /dev/null +++ b/docs/html/classpugi_1_1xml__tree__walker.html @@ -0,0 +1,186 @@ + + +pugixml: pugi::xml_tree_walker Class Reference + + + + +
+
+
+
+ +

pugi::xml_tree_walker Class Reference

Collaboration diagram for pugi::xml_tree_walker:

Collaboration graph
+
[legend]
List of all members.

Detailed Description

+Abstract tree walker class. +

+

See also:
xml_node::traverse
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + +

Public Member Functions

xml_tree_walker ()
 Default ctor.
+virtual ~xml_tree_walker ()
 Virtual dtor.
virtual bool begin (xml_node &)
 Callback that is called when traversal of node begins.
virtual bool for_each (xml_node &)=0
 Callback that is called for each node traversed.
virtual bool end (xml_node &)
 Callback that is called when traversal of node ends.

Protected Member Functions

int depth () const
 Get node depth.

Friends

+class xml_node
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + +
int pugi::xml_tree_walker::depth  )  const [protected]
+
+ + + + + +
+   + + +

+Get node depth. +

+

Returns:
node depth
+
+

+ + + + +
+ + + + + + + + + +
virtual bool pugi::xml_tree_walker::begin xml_node  )  [virtual]
+
+ + + + + +
+   + + +

+Callback that is called when traversal of node begins. +

+

Returns:
returning false will abort the traversal
+
+

+ + + + +
+ + + + + + + + + +
virtual bool pugi::xml_tree_walker::for_each xml_node  )  [pure virtual]
+
+ + + + + +
+   + + +

+Callback that is called for each node traversed. +

+

Returns:
returning false will abort the traversal
+
+

+ + + + +
+ + + + + + + + + +
virtual bool pugi::xml_tree_walker::end xml_node  )  [virtual]
+
+ + + + + +
+   + + +

+Callback that is called when traversal of node ends. +

+

Returns:
returning false will abort the traversal
+
+


Generated on Wed Feb 21 22:19:51 2007 for pugixml by  + +doxygen 1.4.6-NO
+ + -- cgit v1.2.3