public interface IPSXPathVariables extends com.helger.commons.lang.ICloneable<PSXPathVariables>, Serializable
PSXPathVariables.@Nullable String getAppliedReplacement(@Nullable String sText)
sText - The source text. May be null.null if the
source text is null.@Nonnull @ReturnsMutableCopy Map<String,String> getAll()
null.boolean contains(@Nullable String sName)
sName - Name of the variable to checktrue if a variable with the passed name in present.Copyright © 2014–2015 Philip Helger. All rights reserved.