public final class TemplatesFactory extends Object
Constructor and Description |
---|
TemplatesFactory() |
Modifier and Type | Method and Description |
---|---|
Templates |
getTemplates(InputStream rules,
TransformerFactory fac)
Generate the schematron template for given rule.
|
static TemplatesFactory |
newInstance()
Singleton constructor;
|
public static TemplatesFactory newInstance()
public Templates getTemplates(InputStream rules, TransformerFactory fac)
rules
- the schematron rulesfac
- the transformer factory.Apache Camel