Class SchematronProcessor
java.lang.Object
org.apache.camel.component.schematron.processor.SchematronProcessor
The schematoron Engine. Validates an XML for given scheamtron rules using an XSLT implementation of the Schematron
Engine.
-
Constructor Summary
ConstructorsConstructorDescriptionSchematronProcessor(XMLReader reader, Templates templates) Constructor setting the XSLT schematron templates. -
Method Summary
-
Constructor Details
-
SchematronProcessor
Constructor setting the XSLT schematron templates.- Parameters:
reader-templates-
-
-
Method Details
-
validate
Validates the given XML for given Rules.- Parameters:
xml-- Returns:
-
validate
Validates the given XML for given Rules.- Parameters:
source-- Returns:
-