Class MarkdownValidatorFactory
java.lang.Object
ro.sync.exml.workspace.api.markdown.MarkdownValidatorFactory
Factory class for creating
MarkdownValidator
objects.- Since:
- 22
-
Method Summary
Modifier and TypeMethodDescriptionstatic MarkdownValidator
createSchematronValidator
(String systemId) Creates a new instance ofMarkdownValidator
that uses a Schematron schema for validation.
-
Method Details
-
createSchematronValidator
Creates a new instance ofMarkdownValidator
that uses a Schematron schema for validation.- Parameters:
systemId
- the system identifier (URI). If the systemId is a URL, it must be fully resolved (it may not be a relative URL).- Returns:
- the created validator
-