pugixml.pugi.XPathVariableΒΆ
- class pugixml.pugi.XPathVariable
Bases:
pybind11_objectA single XPath variable.
See also
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.