diff -r 7685cec9fd3c -r f2ddfa555b0f 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 11:54:49 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.
+
+
+ |
+
+
+
+
+
+
+
+
+
+