public final class SyntaxProcessor extends Object implements Processor<SchemaHolder,SchemaHolder>
This processor runs right after RefResolver. Note that it never
throws exceptions by itself if the schema is invalid: this role is left to
ValidationChain.
| Constructor and Description |
|---|
SyntaxProcessor(Dictionary<SyntaxChecker> dict) |
SyntaxProcessor(Library library) |
public SyntaxProcessor(Library library)
public SyntaxProcessor(Dictionary<SyntaxChecker> dict)
public SchemaHolder process(ProcessingReport report, SchemaHolder input) throws ProcessingException
process in interface Processor<SchemaHolder,SchemaHolder>ProcessingExceptionCopyright © 2013. All Rights Reserved.