DeviceRepositorySchemaConstants.
POLICY_ELEMENT_NAME;
XPath xPath = new XPath(xPathString,
new Namespace[]{MCSNamespace.DEVICE});
policyElement = (ODOMElement)
xPath.selectSingleNode(event.getSource());
}
// policyElement could still be null if for example a
// standard element has just been added - we are not
// interested in this case.
if (policyElement != null) {