com.bea.control
Annotation Type DynamicTransformationControl.Ddtf


@Target(value=TYPE)
@Retention(value=RUNTIME)
public static @interface DynamicTransformationControl.Ddtf

Specifies the XQuery functions that can be used by the queries and the type of encoding used a design time.


Optional Element Summary
 String controlDesignTimeEncoding
          Specifies the encoding, such as UTF-8, of the control used by the base methods at design time.
 String xqueryPrologue
          Defines the global XQuery functions that can be used by the queries specified in the Transformation Control.
 

xqueryPrologue

public abstract String xqueryPrologue
Defines the global XQuery functions that can be used by the queries specified in the Transformation Control. (The call to the function is made in the XQuery file that contains the query.) In addition, the xqueryPrologue annotation with the prologue attribute specifies XQuery namespaces that can be used within the scope of the prologue of the transformation Control.

Default:
"Not Specified"

controlDesignTimeEncoding

public abstract String controlDesignTimeEncoding
Specifies the encoding, such as UTF-8, of the control used by the base methods at design time.

Default:
"Not Specified"