public interface CombinedXmlValidationProfile
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getCustomSchematronParameters(String rootElementName) |
String |
getSchematronPath(String rootElementName) |
String |
getXsdPath(String rootElementName) |
boolean |
isValidRootElement(String rootElementName) |
boolean isValidRootElement(String rootElementName)
rootElementName - local name of root XML element of the document that is being validated.true when the given element name is acceptable,
false otherwiseString getXsdPath(String rootElementName)
rootElementName - local name of root XML element of the document that is being validated
(already checked for acceptance).null, when no XML Schema validation should be performed.String getSchematronPath(String rootElementName)
rootElementName - local name of root XML element of the document that is being validated.
(already checked for acceptance).null, when no Schematron validation should be performed.Map<String,Object> getCustomSchematronParameters(String rootElementName)
rootElementName - local name of root XML element of the document that is being validated.
(already checked for acceptance).null, when such parameters are not necessary.Copyright © 2020 Open eHealth Foundation. All rights reserved.