Class XSTransformer
- java.lang.Object
-
- com.io7m.xstructural.vanilla.internal.XSTransformer
-
- All Implemented Interfaces:
XSProcessorType
public final class XSTransformer extends java.lang.Object implements XSProcessorType
-
-
Constructor Summary
Constructors Constructor Description XSTransformer(SXMLResources inResources, XSProcessorRequest inRequest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()Execute the processor.
-
-
-
Constructor Detail
-
XSTransformer
public XSTransformer(SXMLResources inResources, XSProcessorRequest inRequest)
-
-
Method Detail
-
execute
public void execute() throws XSTransformExceptionDescription copied from interface:XSProcessorTypeExecute the processor.- Specified by:
executein interfaceXSProcessorType- Throws:
XSTransformException
-
-