Esempio n. 1
0
 public DataSetWizard(CompositeMap currentNode) {
   super();
   childQN = new QualifiedName(AuroraConstant.ApplicationUri, "dataSet");
   this.currentNode = currentNode;
   String prefix = CompositeMapUtil.getContextPrefix(currentNode, childQN);
   childQN.setPrefix(prefix);
 }