In java there is class SchemaFactory which is used for schema validation but it is not available in android. Is there any other option available?>
java
SchemaFactory
You could try using the validator from the XML implementation directly. Either see if you can find the validator classes in whatever XML parser comes with Android, or use a standalone validator like MSV