Enum OperationXslTransformationFile.FormatEnum

  • All Implemented Interfaces:
    Serializable, Comparable<OperationXslTransformationFile.FormatEnum>
    Enclosing class:
    OperationXslTransformationFile

    public static enum OperationXslTransformationFile.FormatEnum
    extends Enum<OperationXslTransformationFile.FormatEnum>
    The type of the resource passed * xlst = An XSLT stylesheet to be used for the transformation. * other = Any other resource that is needed for the transformation. For example, this can be a CSS stylesheet, which is used by an output file of a transformation if it results in HTML output. **Important:** The order of the resources can be important if multiple transformations are to be performed, i.e. multiple resources of the format \"xlst\" are passed. The transformations are performed in the order in which they are passed, in which case each transformation uses the output of the previous transformation as the starting point for its own transformation.