diff -r 89c89d6e6c3c -r df315d0a8ab7 doc/api/python/xmlhelper-module.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/api/python/xmlhelper-module.html Tue Sep 15 12:58:39 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.
+
+
+ |
+
+
+
+
+
+
+
+
+
+