getDefinedElements method
Returns list of all element information item names of global declaration, belonging to the specified namespace.
getDefinedElements(namespaceURI )
Parameters
String namespaceURI
namespaceURI of namespace. For DTDs, this is null.
Returns
NameList. List of all element information item names belonging to the specified namespace or null if no schema is available.
这对您有帮助吗?