public final class SchemaDigester extends Object implements Processor<SchemaContext,SchemaDigest>
This processor is called by a ValidationChain
after it has made
sure that the schema is syntactically valid.
Constructor and Description |
---|
SchemaDigester(Dictionary<Digester> dict) |
SchemaDigester(Library library) |
Modifier and Type | Method and Description |
---|---|
SchemaDigest |
process(ProcessingReport report,
SchemaContext input) |
String |
toString() |
public SchemaDigester(Library library)
public SchemaDigester(Dictionary<Digester> dict)
public SchemaDigest process(ProcessingReport report, SchemaContext input) throws ProcessingException
process
in interface Processor<SchemaContext,SchemaDigest>
ProcessingException