public class SchematronProcessor extends Object
Constructor and Description |
---|
SchematronProcessor(XMLReader reader,
Templates templates)
Constructor setting the XSLT schematron templates.
|
Modifier and Type | Method and Description |
---|---|
String |
validate(Source source)
Validates the given XML for given Rules.
|
String |
validate(String xml)
Validates the given XML for given Rules.
|
Apache Camel