public class SchematronResource extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SchematronResource.SchematronResources |
| Constructor and Description |
|---|
SchematronResource(String templatePath,
String schematron)
A class representing resources associated with schematron checking.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getSchematron() |
String |
getTemplatePath() |
public SchematronResource(String templatePath, String schematron)
templatePath - - the location for the schematron template eg:
resources/PCEHR-DispenseRecord/schematron - - the file of the schematron definition for a particular CDA document eg:
ccd-3B.schCopyright © 2021. All rights reserved.