public class CustomXPath
extends java.lang.Object
| Constructor and Description |
|---|
CustomXPath() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
factorArray(java.lang.String valsTxt,
int factor)
Takes a string with integers separated by ',' and returns this same
string but with the integers multiplied by the factor.
|
java.lang.String |
factorValue(java.lang.String valTxt,
int factor) |
public java.lang.String factorArray(java.lang.String valsTxt,
int factor)
public java.lang.String factorValue(java.lang.String valTxt,
int factor)