public class SitesValidator extends Object implements ImportValidator
| Constructor and Description |
|---|
SitesValidator() |
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
getResult()
Returns the validation result.
|
Map<String,Properties> |
getSitesProperties() |
void |
validate(String decodedLocalName,
String decodedQName,
String currentPath,
Attributes atts)
Performs the validation of the element.
|
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 attributespublic Map<String,Properties> getSitesProperties()
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.