public final class SyntaxProcessor extends RawProcessor<SchemaTree,SchemaTree>
| Constructor and Description |
|---|
SyntaxProcessor(MessageBundle bundle,
Dictionary<SyntaxChecker> dict)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
SchemaTree |
rawProcess(ProcessingReport report,
SchemaTree input)
Process a raw input, return a raw output
|
String |
toString() |
newMessage, processpublic SyntaxProcessor(MessageBundle bundle, Dictionary<SyntaxChecker> dict)
bundle - message bundle used by this syntax checkerdict - dictionary of syntax checkerspublic SchemaTree rawProcess(ProcessingReport report, SchemaTree input) throws ProcessingException
RawProcessorrawProcess in class RawProcessor<SchemaTree,SchemaTree>report - the report to useinput - the raw inputProcessingException - processing failureRawProcessor.newMessage(Object)