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