DFAValidator, EmptyValidatorpublic abstract class StructValidator extends Object
| Constructor | Description |
|---|---|
StructValidator() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract String |
fullyValid() |
Method called when the end element of the scope this validator
validates is encountered.
|
abstract StructValidator |
newInstance() |
Method that should be called to get the actual usable validator
instance, from the 'template' validator.
|
abstract String |
tryToValidate(PrefixedName elemName) |
Method called when a new (start) element is encountered within the
scope of parent element this validator monitors.
|
public abstract StructValidator newInstance()
public abstract String tryToValidate(PrefixedName elemName)
public abstract String fullyValid()
Copyright © 2019 FasterXML. All rights reserved.