Constructor and Description |
---|
LegacyXmlVerifier() |
Modifier and Type | Method and Description |
---|---|
void |
clearState()
This method will be called between runs of the verifier to make sure that state can be purged between runs if required.
|
List<String> |
getErrors() |
boolean |
hasErrors() |
void |
verify(org.dom4j.Element root)
Verifies an XML document to ensure:
1.
|
public void verify(org.dom4j.Element root)
Errors can be obtained by called getErrors
.
public void clearState()
Verifier
clearState
in interface Verifier
Copyright © 2021 Atlassian. All rights reserved.