From 26ab424b0302f73704c58b3b6deb62a85bfacba8 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Sun, 11 Jul 2010 15:29:31 +0000 Subject: docs: Removed old documents git-svn-id: http://pugixml.googlecode.com/svn/trunk@592 99668b35-9821-0410-8761-19e4c4f06640 --- docs/html/classpugi_1_1xml__tree__walker.html | 187 -------------------------- 1 file changed, 187 deletions(-) delete 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 deleted file mode 100644 index 639c0ec..0000000 --- a/docs/html/classpugi_1_1xml__tree__walker.html +++ /dev/null @@ -1,187 +0,0 @@ - - -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 Tue May 25 23:22:41 2010 for pugixml by  - -doxygen 1.4.6-NO
- - -- cgit v1.2.3