Class t.w.x.x.XPathParser(Parser):

Part of twisted.words.xish.xpathparser View Source View In Hierarchy

Undocumented
Method XPATH Undocumented
Method PATH Undocumented
Method PREDICATE Undocumented
Method EXPR Undocumented
Method VALUE Undocumented
Method CMP Undocumented
Method STR Undocumented

Inherited from Parser:

Method __init__ Undocumented
Method _peek Returns the token type for lookahead; if there are any args
Method _scan Returns the matched text, and moves to the next token
def XPATH(self, _parent=None): (source)
Undocumented
def PATH(self, _parent=None): (source)
Undocumented
def PREDICATE(self, _parent=None): (source)
Undocumented
def EXPR(self, _parent=None): (source)
Undocumented
def VALUE(self, _parent=None): (source)
Undocumented
def CMP(self, _parent=None): (source)
Undocumented
def STR(self, _parent=None): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.