public class Rule extends Object
| Constructor and Description |
|---|
Rule() |
Rule(String xpath,
List<String> appliedVocabularies,
boolean strict) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAppliedVocabularies() |
String |
getXpath() |
boolean |
isStrict() |
void |
setAppliedVocabularies(List<String> appliedVocabularies) |
void |
setStrict(boolean strict) |
void |
setXpath(String xpath) |
Copyright © 2026. All rights reserved.