public class ConstraintsValidator extends Object implements ImportValidator
| Modifier and Type | Field and Description |
|---|---|
static String |
CONSTRAINT_SEPARATOR |
| Constructor and Description |
|---|
ConstraintsValidator() |
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
getResult()
Returns the validation result.
|
void |
validate(String decodedLocalName,
String decodedQName,
String currentPath,
Attributes atts)
Performs the validation of the element.
|
public static final String CONSTRAINT_SEPARATOR
public ValidationResult getResult()
ImportValidatorgetResult in interface ImportValidatorpublic void validate(String decodedLocalName, String decodedQName, String currentPath, Attributes atts)
ImportValidatorvalidate in interface ImportValidatordecodedLocalName - the decoded local name of the elementdecodedQName - the decoded fully qualified name of the elementcurrentPath - current pathatts - the set of element attributesCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.