| target namespace of CMElementDeclaration [message #725064] |
Tue, 13 September 2011 16:30 |
Florian Thienel Messages: 20 Registered: July 2009 |
Junior Member |
|
|
Hi folks,
is there a more elegant way to get the target namespace of a given
CMElementDeclaration than this:
CMElementDeclaration decl = ...;
CMDocument doc = (CMDocument) decl.getProperty("CMDocument");
if (doc != null)
String namespaceUri = (String) doc.getProperty("http" + "://org.eclipse.wst/cm/properties/targetNamespaceURI");
Any help appreciated.
Florian
[Updated on: Tue, 13 September 2011 16:31] Report message to a moderator
|
|
|
Powered by
FUDForum. Page generated in 0.01628 seconds