~ubuntu-branches/ubuntu/precise/pyparsing/precise-updates

« back to all changes in this revision

Viewing changes to htmldoc/parserFwk.pyparsing.StringEnd-class.html

  • Committer: Bazaar Package Importer
  • Author(s): Kevin Coyner
  • Date: 2008-02-24 18:14:15 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080224181415-9x0hjya3ca3590z1
Tags: 1.4.11-2
Reinstate release 1.4.10-2 changes, which I inadvertently omitted.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="iso-8859-1"?>
2
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3
 
          "DTD/xhtml1-transitional.dtd">
4
 
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
 
<head>
6
 
  <title>parserFwk.pyparsing.StringEnd</title>
7
 
  <link rel="stylesheet" href="epydoc.css" type="text/css"></link>
8
 
</head>
9
 
<body bgcolor="white" text="black" link="blue" vlink="#204080"
10
 
      alink="#204080">
11
 
 
12
 
<!-- =========== START OF NAVBAR =========== -->
13
 
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
14
 
  <tr valign="center">
15
 
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="parserFwk.pyparsing-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
16
 
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="trees.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
17
 
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="indices.html">Index</a>&nbsp;&nbsp;&nbsp;</th>
18
 
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
19
 
    <th class="navbar" align="right" width="100%">
20
 
      <table border="0" cellpadding="0" cellspacing="0">
21
 
      <tr><th class="navbar" align="center">
22
 
        <p class="nomargin">
23
 
          pyparsing
24
 
      </p></th></tr></table>
25
 
    </th>
26
 
  </tr>
27
 
</table>
28
 
<table width="100%" cellpadding="0" cellspacing="0">
29
 
  <tr valign="top">
30
 
    <td width="100%">
31
 
      <font size="-1"><b class="breadcrumbs">
32
 
        Package&nbsp;parserFwk ::
33
 
        <a href="parserFwk.pyparsing-module.html">Module&nbsp;pyparsing</a> ::
34
 
        Class&nbsp;StringEnd
35
 
      </b></font></br>
36
 
    </td>
37
 
    <td><table cellpadding="0" cellspacing="0">
38
 
      <tr><td align="right"><font size="-2">[<a href="frames.html"target="_top">frames</a>&nbsp;|&nbsp;<a href="parserFwk.pyparsing.StringEnd-class.html" target="_top">no&nbsp;frames</a>]</font></td></tr>
39
 
    </table></td>
40
 
</tr></table>
41
 
 
42
 
<!-- =========== START OF CLASS DESCRIPTION =========== -->
43
 
<h2 class="class">Type StringEnd</h2>
44
 
 
45
 
<pre class="base-tree">
46
 
   <a href="__builtin__.object-class.html"><code>object</code></a> --+            
47
 
            |            
48
 
<a href="parserFwk.pyparsing.ParserElement-class.html"><code>ParserElement</code></a> --+        
49
 
                |        
50
 
            <a href="parserFwk.pyparsing.Token-class.html"><code>Token</code></a> --+    
51
 
                    |    
52
 
       <code>_PositionToken</code> --+
53
 
                        |
54
 
                       <b>StringEnd</b>
55
 
</pre><br />
56
 
 
57
 
<hr/>
58
 
 
59
 
Matches if current position is at the end of the parse string
60
 
<hr/>
61
 
 
62
 
 
63
 
<!-- =========== START OF METHOD SUMMARY =========== -->
64
 
<table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white">
65
 
<tr bgcolor="#70b0f0" class="summary">
66
 
  <th colspan="2">Method Summary</th></tr>
67
 
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
68
 
  <td><code><a name="__init__"></a><span class="summary-sig"><span class="summary-sig-name">__init__</span>(<span class=summary-sig-arg>self</span>)</span></code>
69
 
</td></tr>
70
 
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
71
 
  <td><code><a name="parseImpl"></a><span class="summary-sig"><span class="summary-sig-name">parseImpl</span>(<span class=summary-sig-arg>self</span>,
72
 
          <span class=summary-sig-arg>instring</span>,
73
 
          <span class=summary-sig-arg>loc</span>,
74
 
          <span class=summary-sig-arg>doActions</span>)</span></code>
75
 
</td></tr>
76
 
  <tr><td colspan="2">
77
 
    <b>Inherited from <a href="parserFwk.pyparsing.Token-class.html"><code>Token</code></a>:</b>
78
 
      <a href="parserFwk.pyparsing.Token-class.html#setName"><code>setName</code></a>
79
 
      <br />
80
 
    <b>Inherited from <a href="parserFwk.pyparsing.ParserElement-class.html"><code>ParserElement</code></a>:</b>
81
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#__add__"><code>__add__</code></a>, 
82
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#__and__"><code>__and__</code></a>, 
83
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#__call__"><code>__call__</code></a>, 
84
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#__getattr__"><code>__getattr__</code></a>, 
85
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#__invert__"><code>__invert__</code></a>, 
86
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#__or__"><code>__or__</code></a>, 
87
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#__radd__"><code>__radd__</code></a>, 
88
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#__rand__"><code>__rand__</code></a>, 
89
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#__repr__"><code>__repr__</code></a>, 
90
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#__ror__"><code>__ror__</code></a>, 
91
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#__rxor__"><code>__rxor__</code></a>, 
92
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#__str__"><code>__str__</code></a>, 
93
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#__xor__"><code>__xor__</code></a>, 
94
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#addParseAction"><code>addParseAction</code></a>, 
95
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#checkRecursion"><code>checkRecursion</code></a>, 
96
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#copy"><code>copy</code></a>, 
97
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#enablePackrat"><code>enablePackrat</code></a>, 
98
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#getException"><code>getException</code></a>, 
99
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#ignore"><code>ignore</code></a>, 
100
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#leaveWhitespace"><code>leaveWhitespace</code></a>, 
101
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#normalizeParseActionArgs"><code>normalizeParseActionArgs</code></a>, 
102
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#parseFile"><code>parseFile</code></a>, 
103
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#parseString"><code>parseString</code></a>, 
104
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#parseWithTabs"><code>parseWithTabs</code></a>, 
105
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#postParse"><code>postParse</code></a>, 
106
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#preParse"><code>preParse</code></a>, 
107
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#resetCache"><code>resetCache</code></a>, 
108
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#scanString"><code>scanString</code></a>, 
109
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#searchString"><code>searchString</code></a>, 
110
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#setBreak"><code>setBreak</code></a>, 
111
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#setDebug"><code>setDebug</code></a>, 
112
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#setDebugActions"><code>setDebugActions</code></a>, 
113
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#setDefaultWhitespaceChars"><code>setDefaultWhitespaceChars</code></a>, 
114
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#setFailAction"><code>setFailAction</code></a>, 
115
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#setParseAction"><code>setParseAction</code></a>, 
116
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#setResultsName"><code>setResultsName</code></a>, 
117
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#setWhitespaceChars"><code>setWhitespaceChars</code></a>, 
118
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#skipIgnorables"><code>skipIgnorables</code></a>, 
119
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#streamline"><code>streamline</code></a>, 
120
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#suppress"><code>suppress</code></a>, 
121
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#transformString"><code>transformString</code></a>, 
122
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#tryParse"><code>tryParse</code></a>, 
123
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#validate"><code>validate</code></a>
124
 
      <br />
125
 
    <b>Inherited from <a href="__builtin__.object-class.html"><code>object</code></a>:</b>
126
 
      <a href="__builtin__.object-class.html#__delattr__"><code>__delattr__</code></a>, 
127
 
      <a href="__builtin__.object-class.html#__getattribute__"><code>__getattribute__</code></a>, 
128
 
      <a href="__builtin__.object-class.html#__hash__"><code>__hash__</code></a>, 
129
 
      <a href="__builtin__.object-class.html#__new__"><code>__new__</code></a>, 
130
 
      <a href="__builtin__.object-class.html#__reduce__"><code>__reduce__</code></a>, 
131
 
      <a href="__builtin__.object-class.html#__reduce_ex__"><code>__reduce_ex__</code></a>, 
132
 
      <a href="__builtin__.object-class.html#__setattr__"><code>__setattr__</code></a>
133
 
    </td></tr>
134
 
</table><br />
135
 
 
136
 
 
137
 
<!-- =========== START OF CLASS VARIABLE SUMMARY =========== -->
138
 
<table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white">
139
 
<tr bgcolor="#70b0f0" class="summary">
140
 
  <th colspan="2">Class Variable Summary</th></tr>
141
 
  <tr><td colspan="2">
142
 
    <b>Inherited from <a href="parserFwk.pyparsing.ParserElement-class.html"><code>ParserElement</code></a>:</b>
143
 
      <a href="parserFwk.pyparsing.ParserElement-class.html#DEFAULT_WHITE_CHARS"><code>DEFAULT_WHITE_CHARS</code></a>
144
 
    </td></tr>
145
 
</table><br />
146
 
 
147
 
 
148
 
<!-- =========== START OF NAVBAR =========== -->
149
 
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
150
 
  <tr valign="center">
151
 
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="parserFwk.pyparsing-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
152
 
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="trees.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
153
 
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="indices.html">Index</a>&nbsp;&nbsp;&nbsp;</th>
154
 
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
155
 
    <th class="navbar" align="right" width="100%">
156
 
      <table border="0" cellpadding="0" cellspacing="0">
157
 
      <tr><th class="navbar" align="center">
158
 
        <p class="nomargin">
159
 
          pyparsing
160
 
      </p></th></tr></table>
161
 
    </th>
162
 
  </tr>
163
 
</table>
164
 
 
165
 
<table border="0" cellpadding="0" cellspacing="0" width="100%">
166
 
  <tr>
167
 
    <td align="left"><font size="-2">Generated by Epydoc 2.1 on Sun Jul 22 09:32:59 2007</font></td>
168
 
    <td align="right"><a href="http://epydoc.sourceforge.net"
169
 
                      ><font size="-2">http://epydoc.sf.net</font></a></td>
170
 
  </tr>
171
 
</table>
172
 
</body>
173
 
</html>