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