Uses of Class
com.helger.xml.xpath.MapBasedXPathVariableResolver
-
Packages that use MapBasedXPathVariableResolver Package Description com.helger.xml.xpath -
-
Uses of MapBasedXPathVariableResolver in com.helger.xml.xpath
Methods in com.helger.xml.xpath that return MapBasedXPathVariableResolver Modifier and Type Method Description MapBasedXPathVariableResolverMapBasedXPathVariableResolver. getClone()Methods in com.helger.xml.xpath with parameters of type MapBasedXPathVariableResolver Modifier and Type Method Description com.helger.commons.state.EChangeMapBasedXPathVariableResolver. addAllFrom(MapBasedXPathVariableResolver aOther, boolean bOverwrite)Add all variables from the other variable resolver into this resolver.com.helger.commons.state.EChangeMapBasedXPathVariableResolverQName. addAllFrom(MapBasedXPathVariableResolver aOther, boolean bOverwrite)Add all variables from the other variable resolver into this resolver.Constructors in com.helger.xml.xpath with parameters of type MapBasedXPathVariableResolver Constructor Description MapBasedXPathVariableResolver(MapBasedXPathVariableResolver aOther)Copy constructor
-