Home | Trees | Indices | Help |
|
---|
|
CSS Selectors based on XPath.
This module supports selecting XML/HTML tags based on CSS selectors. See the CSSSelector class for details.
This is a thin wrapper around cssselect 0.7 or later.
|
|||
SelectorSyntaxError Parsing a selector that does not match the grammar. |
|||
ExpressionError Unknown or unsupported selector (eg. pseudo-class). |
|||
SelectorError Common parent for :class:`SelectorSyntaxError` and :class:`ExpressionError`. |
|||
LxmlTranslator A custom CSS selector to XPath translator with lxml-specific extensions. |
|||
LxmlHTMLTranslator lxml extensions + HTML support. |
|||
CSSSelector A CSS selector. |
|
|||
|
|
|||
ns = FunctionNamespace('http://codespeak.net/lxml/css/')
|
|||
__package__ =
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jul 9 18:29:53 2020 | http://epydoc.sourceforge.net |