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