public class Base64DecodeFunction extends Object implements org.jaxen.Function
Constructor and Description |
---|
Base64DecodeFunction() |
Modifier and Type | Method and Description |
---|---|
Object |
call(org.jaxen.Context context,
List args)
Returns the base64 decoded string value of the first argument.
|
public Object call(org.jaxen.Context context, 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-2017 Apache Software Foundation. All Rights Reserved.