The <use> Element

Purpose

The <use> element applies a sequence of property settings and method invocations to an object.

The object to be used is referenced either by specifying the dynamic value attribute or by adding a nested <member> element as the first child.

The methods and properties are described by nested <property> and <method> elements.

Attributes

NameTypeDescription
value CDATA Dynamic - The value to be used. Evaluates to the object, to which method invocations and property settings are applied.

Body

The body of the <use> element is defined by the following sequence:

(member?, (method|property)+)

Related elements

<member>, <property>, <method>