| Home | Trees | Index | Help |
|
|---|
| Package twisted :: Package xish :: Module xpathparser :: Class XPathParserScanner |
|
Scanner --+
|
XPathParserScanner
| Method Summary | |
|---|---|
__init__(self,
str)
| |
| Inherited from Scanner | |
Print the last 10 tokens that have been scanned in | |
Should scan another token and add it to the list, self.tokens, and add the restriction to self.restrictions | |
Get the i'th token, and if i is one past the end, then scan for another token; restrict is a list of tokens that are allowed, or 0 for any token. | |
| Class Variable Summary | |
|---|---|
list |
patterns = [('"\\)"', <_sre.SRE_Pattern object at 0x870b...
|
| Class Variable Details |
|---|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Tue Dec 9 17:48:19 2003 | http://epydoc.sf.net |