| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value=METHOD) @Retention(value=RUNTIME) public static @interface DynamicTransformationControl.Xquery
Specifies the XQuery files and their attributes for XQuery transformations at run time.
| Required Element Summary | |
|---|---|
 String | 
xqueryArgNames
Contains the semicolon-separated list of argument names used during the XQuery execution at run time.  | 
| Optional Element Summary | |
|---|---|
 String | 
designTimeEncoding
Stores the encoding, such as UTF-8, or the .xq files at design time  | 
 String | 
validateParms
At run time, when true, validates the parameters for typed XML documents.  | 
 String | 
validateReturn
At run time, when true validates the return type for typed XML documents.  | 
| Element Detail | 
|---|
public abstract String xqueryArgNames
public abstract String validateParms
public abstract String validateReturn
public abstract String designTimeEncoding
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||