Module t.w.x.xpath

Part of twisted.words.xish View Source

No module docstring
Function _isStr Internal method to determine if an object is a string
Class LiteralValue Undocumented
Class IndexValue Undocumented
Class AttribValue Undocumented
Class CompareValue Undocumented
Function Function Internal method which selects the function object
Class _not_Function Undocumented
Class _text_Function Undocumented
Class _Location Undocumented
Class _AnyLocation Undocumented
Class XPathQuery Undocumented
Function internQuery Undocumented
Function matches Undocumented
Function queryForStringList Undocumented
Function queryForString Undocumented
Function queryForNodes Undocumented
def _isStr(s): (source)
Internal method to determine if an object is a string
def Function(fname): (source)
Internal method which selects the function object
def internQuery(queryString): (source)
Undocumented
def matches(xpathstr, elem): (source)
Undocumented
def queryForStringList(xpathstr, elem): (source)
Undocumented
def queryForString(xpathstr, elem): (source)
Undocumented
def queryForNodes(xpathstr, elem): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.