Implementation module for XPath support. There's usually no reason to import this module directly; the ElementTree does this for you, if needed.
(Internal) Compile path.
Find first matching object.
Find all matching objects.
Find text for first matching object.
Wrapper for a compiled XPath.
For more information about this class, see The Path Class.
Wrapper for a compiled XPath.
Create an Path instance from an XPath expression.
Find first matching object.
Find all matching objects.
Find text for first matching object.