public class Base64EncodeFunction extends Object implements org.jaxen.Function
| Modifier and Type | Field and Description |
|---|---|
static String |
NULL_STRING |
| Constructor and Description |
|---|
Base64EncodeFunction() |
| Modifier and Type | Method and Description |
|---|---|
Object |
call(org.jaxen.Context context,
List args)
Returns the base64 encoded string value of the first argument.
|
public static final String NULL_STRING
public Object call(org.jaxen.Context context, List args) throws org.jaxen.FunctionCallException
call in interface org.jaxen.Functioncontext - the context at the point in the expression when the function is calledargs - arguments of the functionsorg.jaxen.FunctionCallExceptionCopyright © 2005–2024 Apache Software Foundation. All rights reserved.