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