pugixml.pugi.XPathVariableSetΒΆ class pugixml.pugi.XPathVariableSet Bases: pybind11_object A set of XPath variables. See also XPathQuery, XPathVariable Members: __init__(self) Initialize XPathVariableSet. add(self, name, value_type) Add a new variable and return it, or return the existing one if the types match. get(self, name) Return the existing variable with the specified name. set(*args, **kwargs) Overloaded function.