This topic inludes the source code for the XQuery.java Sample.
This sample is located in the following directory in your WebLogic Workshop installation:
BEA_HOME/weblogic81/samples/workshop/ExtensionDevKit/ControlDevKit/ControlFeatures/jcxCreate/
1 package jcxCreate; 2 3 import com.bea.control.*; 4 5 public interface XQuery extends Control 6 { 7 }