diff -r 9374c207cfee -r 9dcc6e7393f7 doc/api/python/xmlhelper-module.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/api/python/xmlhelper-module.html Fri Sep 11 15:39:31 2009 +0100
@@ -0,0 +1,212 @@
+
+
+
+
+ xmlhelper
+
+
+
+
+
+
+
+
+
+
+
+ Module xmlhelper
+
+ |
+
+
+ |
+
+
+
+Module xmlhelper
source code
+
+
+
+
+
+
+
+ |
+
+
+ node_scan(node,
+ name)
+ Replacement function for node.xml_xpath('./name'). |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+ Replacement function for node.xml_xpath('./name').
+name is a regular expression.
+
+
+ |
+
+
+
+
+
+
+
+ recursive_node_scan(node,
+ name)
+
+ | source code
+ |
+
+
+ Replacement function for node.xml_xpath('.//name').
+name is a regular expression.
+
+
+ |
+
+
+
+
+
+
+
+
+
+