Class XsdSchemaParser
java.lang.Object
net.n2oapp.framework.sandbox.resource.XsdSchemaParser
Класс для работы с xsd схемами.
Позволяет получать схему по входному неймспейсу.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
XsdSchemaParser
public XsdSchemaParser(org.springframework.core.io.ResourceLoader resourceLoader)
-
-
Method Details
-
getSchema
Получение ресурса схемы по ее неймспейсу- Parameters:
schemaNamespace- Неймспейс схемы- Returns:
- XSD cхема
- Throws:
IOException
-