pugixml.pugi.XPathVariableΒΆ

class pugixml.pugi.XPathVariable

Bases: pybind11_object

A single XPath variable.

See also

XPathVariableSet

Members:

__init__(*args, **kwargs)

get_boolean(self)

Return the variable value without type conversion.

get_node_set(self)

Return the variable value without type conversion.

get_number(self)

Return the variable value without type conversion.

get_string(self)

Return the variable value without type conversion.

name(self)

Return the variable name.

set(*args, **kwargs)

Overloaded function.

type(self)

Return the variable type.