twisted.words.xish.xpathparser
module documentationtwisted.words.xish
View Source
XPath Parser.
Besides the parser code produced by Yapps, this module also defines the parse-time exception classes, a scanner class, a base class for parsers produced by Yapps, and a context class that keeps track of the parse stack. These have been copied from the Yapps runtime module.