~ubuntu-branches/debian/wheezy/lxml/wheezy

« back to all changes in this revision

Viewing changes to doc/html/api/lxml.etree.ETXPath-class.html

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-03-10 11:32:29 UTC
  • mfrom: (1.3.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100310113229-nydaajy3eky89scu
Tags: 2.2.6-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
<hr />
76
76
<p>ETXPath(self, path, extensions=None, regexp=True)
77
77
Special XPath class that supports the ElementTree {uri} notation for namespaces.</p>
78
 
<p>Note that this class does not accept the <tt class="rst-docutils literal"><span class="pre">namespace</span></tt> keyword
 
78
<p>Note that this class does not accept the <tt class="rst-docutils literal">namespace</tt> keyword
79
79
argument. All namespaces must be passed as part of the path
80
80
string.  Smart strings will be returned for string results unless
81
 
you pass <tt class="rst-docutils literal"><span class="pre">smart_strings=False</span></tt>.</p>
 
81
you pass <tt class="rst-docutils literal">smart_strings=False</tt>.</p>
82
82
 
83
83
<!-- ==================== INSTANCE METHODS ==================== -->
84
84
<a name="section-InstanceMethods"></a>
146
146
      </p>
147
147
    <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
148
148
      <code>__delattr__</code>,
 
149
      <code>__format__</code>,
149
150
      <code>__getattribute__</code>,
150
151
      <code>__hash__</code>,
151
152
      <code>__reduce__</code>,
152
153
      <code>__reduce_ex__</code>,
153
154
      <code>__setattr__</code>,
154
 
      <code>__str__</code>
 
155
      <code>__sizeof__</code>,
 
156
      <code>__str__</code>,
 
157
      <code>__subclasshook__</code>
155
158
      </p>
156
159
    </td>
157
160
  </tr>
288
291
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
289
292
  <tr>
290
293
    <td align="left" class="footer">
291
 
    Generated by Epydoc 3.0 on Wed Nov 11 16:26:06 2009
 
294
    Generated by Epydoc 3.0.1 on Tue Mar  2 17:15:36 2010
292
295
    </td>
293
296
    <td align="right" class="footer">
294
297
      <a target="mainFrame" href="http://epydoc.sourceforge.net"