XQuery-tags.xml Sample

This topic inludes the source code for the XQuery-tags.xml Sample.

Sample Location

This sample is located in the following directory in your WebLogic Workshop installation:

BEA_HOME/weblogic81/samples/workshop/ExtensionDevKit/ControlDevKit/ControlFeatures/jcxCreate/

Sample Source Code


01 <?xml version="1.0"?>
02 <control-tags xmlns="http://www.bea.com/2003/03/controls/" editor-class="jcxCreate.ide.XQueryEditorSupport">
03     <method-tag name="query" method-location="interface-method">
04         <description>Information about the XQuery.</description>
05         <attribute name="expression" required="true">
06             <description>The XQuery expression.</description>
07             <type>
08                 <text/>
09             </type>
10         </attribute>
11     </method-tag>
12 </control-tags>