module documentation
(source)

XPath query support.

This module provides XPathQuery to match domish.Element instances against XPath-like expressions.

Class ​Attrib​Value Undocumented
Class ​Boolean​Value Provide boolean XPath expression operators.
Class ​Compare​Value Undocumented
Class ​Index​Value Undocumented
Class ​Literal​Value Undocumented
Class ​XPath​Query Undocumented
Function ​Function Internal method which selects the function object
Function intern​Query Undocumented
Function matches Undocumented
Function query​For​Nodes Undocumented
Function query​For​String Undocumented
Function query​For​String​List Undocumented
Class _​Any​Location Undocumented
Class _​Location Undocumented
Class _not_​Function Undocumented
Class _text_​Function Undocumented
Variable __interned​Queries Undocumented
def Function(fname): (source)
Internal method which selects the function object
def internQuery(queryString): (source)

Undocumented

def matches(xpathstr, elem): (source)

Undocumented

def queryForNodes(xpathstr, elem): (source)

Undocumented

def queryForString(xpathstr, elem): (source)

Undocumented

def queryForStringList(xpathstr, elem): (source)

Undocumented

__internedQueries: dict = (source)

Undocumented