Programmer's Guide > Interfaces > W3C ElementEditVAL interface > isElementDefinedNS method
  
isElementDefinedNS method
Determines if name in this namespace is defined in the current context. Thus not only does this apply to global declarations. but depending on the content, this may also apply to local definitions. This method is for namespace aware schemas.
isElementDefinedNS(namespaceURI, name)
Parameters
StringnamespaceURI
namespaceURI of namespace.
Stringname
Name of element.
Returns
unsigned short. A validation state constant.