twisted.words.xish.xpathparser.Parser class documentationtwisted.words.xish.xpathparser
          View Source
          (View In Hierarchy)
        
      Known subclasses: twisted.words.xish.xpathparser.XPathParser
Base class for Yapps-generated parsers.
| Method | __init__ | Undocumented | 
| Method | _peek | Returns the token type for lookahead; if there are any args then the list of args is the set of token types to allow | 
| Method | _scan | Returns the matched text, and moves to the next token | 
Returns the token type for lookahead; if there are any args then the list of args is the set of token types to allow