public interface IPSXPathVariables extends com.helger.commons.lang.ICloneable<PSXPathVariables>, Serializable
PSXPathVariables.| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(String sName) |
String |
get(String sName) |
com.helger.commons.collection.ext.ICommonsNavigableMap<String,String> |
getAll() |
String |
getAppliedReplacement(String sText)
Perform the text replacement of all variables in the specified text.
|
@Nullable String getAppliedReplacement(@Nullable String sText)
sText - The source text. May be null.null if the
source text is null.@Nonnull @ReturnsMutableCopy com.helger.commons.collection.ext.ICommonsNavigableMap<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–2016 Philip Helger. All rights reserved.