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
String namespaceURI
namespaceURI of namespace.
String name
Name of element.
Returns
unsigned short. A validation state constant.
这对您有帮助吗?