result_type property

result_type property

A code representing the type of this result, as defined by the http://www.w3.org/TR/DOM-Level-3-XPath/xpath.html#XPathResult XPathResultType enum.

Definition:

@property
def result_type(self):
    ...

See Also