| Home | Trees | Indices | Help |
|
|---|
object --+ | _XPathEvaluatorBase --+ | XPath --+ | ETXPath
ETXPath(self, path, extensions=None, regexp=True, smart_strings=True) Special XPath class that supports the ElementTree {uri} notation for namespaces.
Note that this class does not accept the namespace keyword argument. All namespaces must be passed as part of the path string. Smart strings will be returned for string results unless you pass smart_strings=False.
Inherited from XPath :
__call__ ,
__repr__
Inherited from _XPathEvaluatorBase :
evaluate
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
Inherited from _XPathEvaluatorBase :
error_log
Inherited from object:
__class__
| Home | Trees | Indices | Help |
|
|---|