public interface XMLRule
XMLTextValidationObject| Modifier and Type | Interface and Description |
|---|---|
static class |
XMLRule.Utils |
| Modifier and Type | Field and Description |
|---|---|
static String |
SUCCESS
Accepted values:
'all': The rule is successful if all the nodes retrieved by the XPATH have the rule applied successfully on them
'>0': If at least one of the nodes is successful
'0': If none of the nodes is successful
'1': If total nodes number is 1 and that node succeeds
|
static String |
XPATH
The xpath that will be used to retrieve specific nodes on which the rule will be applied.
|
static final String XPATH
static final String SUCCESS
Copyright © 2021. All rights reserved.