Class XSLTRenderer

    • Constructor Detail

      • XSLTRenderer

        public XSLTRenderer()
    • Method Detail

      • start

        public void start()
                   throws java.io.IOException
        Description copied from interface: Renderer
        This method is called before any source files are processed. The Renderer will have been fully initialized by the time this method is called, so the Writer and other state will be available.
        Specified by:
        start in interface Renderer
        Overrides:
        start in class XMLRenderer
        Throws:
        java.io.IOException