Class SplitStep

  • Direct Known Subclasses:
    EpubStep, WebHelpStep

    public class SplitStep
    extends ProcessStep
    This processing step is used to split input XHTML+CSS document (typically created using a ConvertStep) or input semantic XHTML document (typically created using a EditStep running "w2x:xed/main.xed") into several parts and to save to disk the corresponding frameset.

    The outline level used to split the input XHTML+CSS document is specified by parameter step_name.split-before-level. This outline level is an integer between 0 and 8 inclusive.

    For an input semantic XHTML document, this outline level is an integer between 0 (h1) and 5 (h6) inclusive.

    Default outline level is 0.

    The save file of the frameset is specified by parameter step_name.out-file.