arg-object

Specifies a Java object for storing in the local variable specified by the enclosing <do-set-local-variable> action. The enclosed token must a <token-xpath> that specifies an expression that returns a Java object or a <token-local-variable> for a variable that already contains a Java object.

Example

See <do-set-local-variable>.

Allowed Content

Element

Description

token-local-variable

The value of a local variable.

token-xpath

The result of an XPath expression.

Attributes

None

Content Rule

( token-local-variable | token-xpath )

Parent Elements

Element

Description

do-set-local-variable

Sets the value of a local variable.