public interface ImportValidator
| 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.
|
ValidationResult getResult()
void validate(String decodedLocalName, String decodedQName, String currentPath, Attributes atts)
decodedLocalName - 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.