arg-object

The <arg-object> argument specifies a Java Object for storing in the local variable specified by the enclosing <do-set-local-variable> action. The enclosed token must be 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.

Examples

See <do-set-local-variable> .

1. Allowed Content

token-local-variable
the value of a local variable
token-xpath
the result of an XPATH expression

2. No Attributes

3. Content Rule

( token-local-variable | token-xpath )

4. Parent Elements

do-set-local-variable
  set the value of a local variable

Top Elements || All Elements || Tree


DirXMLScript DTD