Package com.io7m.xstructural.api
Interface XSProcessorType
-
- All Known Implementing Classes:
XSProcessor,XSTransformer,XSValidator,XSXHTMLValidator
public interface XSProcessorTypeThe type of document processors.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute()Execute the processor.
-
-
-
Method Detail
-
execute
void execute() throws XSProcessorExceptionExecute the processor.- Throws:
XSProcessorException- On errors
-
-