Java org.apache.commons.jxpath Variables fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.jxpath Variables fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.jxpath Variables.

The text is from its open source code.

Implementation

org.apache.commons.jxpath.Variables has the following implementations.
Click this link to see all its implementation.

Method

voiddeclareVariable(String varName, Object value)
Defines a new variable with the specified value or modifies the value of an existing variable.
ObjectgetVariable(String varName)
Returns the value of the specified variable.
booleanisDeclaredVariable(String varName)
Returns true if the specified variable is declared.
voidundeclareVariable(String varName)
Removes an existing variable.