Imported Upstream version 2.3.5
[platform/upstream/python-lxml.git] / src / lxml / lxml.etree.h
index aea8906..3e8a1de 100644 (file)
@@ -50,7 +50,7 @@ struct LxmlElement {
   PyObject *_tag;
 };
 
-/* "src/lxml/lxml.etree.pyx":1694
+/* "src/lxml/lxml.etree.pyx":1697
  * 
  * 
  * cdef public class _ElementTree [ type LxmlElementTreeType,             # <<<<<<<<<<<<<<
@@ -64,7 +64,7 @@ struct LxmlElementTree {
   struct LxmlElement *_context_node;
 };
 
-/* "src/lxml/lxml.etree.pyx":2311
+/* "src/lxml/lxml.etree.pyx":2314
  * 
  * 
  * cdef public class _ElementTagMatcher [ object LxmlElementTagMatcher,             # <<<<<<<<<<<<<<
@@ -80,7 +80,7 @@ struct LxmlElementTagMatcher {
   char *_name;
 };
 
-/* "src/lxml/lxml.etree.pyx":2339
+/* "src/lxml/lxml.etree.pyx":2342
  *                 self._name = NULL
  * 
  * cdef public class _ElementIterator(_ElementTagMatcher) [             # <<<<<<<<<<<<<<