Fix Null-deref-in-xmlSchemaGetComponentTargetNs
In some scenarios, the input parameter item of xmlSchemaGetComponentName and xmlSchemaGetComponentTargetNs is NULL, so a Null-deref error occurs. Added parameter judgment in xmlSchemaGetComponentName and xmlSchemaGetComponentTargetNs.
Fix the issue. #316 (closed)