Schema validation android

后端 未结 3 1886
慢半拍i
慢半拍i 2021-01-18 16:17

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?

3条回答
  •  独厮守ぢ
    2021-01-18 17:05

    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

提交回复
热议问题