707172737475767778
* @param the descriptor for which we need the node */ public RootXMLNode getRootXMLNode(Descriptor descriptor) { if (descriptor instanceof Application) { return new WLApplicationRuntimeNode((Application) descriptor); } return null; }