Class TransformHTMLSource


  • public class TransformHTMLSource
    extends java.lang.Object
    Class used to transform a HTML source to a format.
    Author:
    Christopher Mindus
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      static TransformHTMLSourcegetInstance()
      Gets the instance of the run support.
      static voidmain​(java.lang.String[] args)
      Main routine.
      java.lang.Stringtransform​(java.io.File file, boolean isLocal, boolean isDevel, boolean doStrip)
      Transforms a HTML file for the specified tag.
      java.lang.Stringtransform​(java.lang.String fileName, boolean isLocal, boolean isDevel, boolean doStrip)
      Transforms a HTML file for the specified tag.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getInstance

        public static TransformHTMLSource getInstance()
        Gets the instance of the run support.
      • main

        public static void main​(java.lang.String[] args)
        Main routine.
      • transform

        public java.lang.String transform​(java.lang.String fileName,
                                          boolean isLocal,
                                          boolean isDevel,
                                          boolean doStrip)
                                   throws java.io.IOException,
                                          java.text.ParseException
        Transforms a HTML file for the specified tag.
        Throws:
        java.io.IOException
        java.text.ParseException
      • transform

        public java.lang.String transform​(java.io.File file,
                                          boolean isLocal,
                                          boolean isDevel,
                                          boolean doStrip)
                                   throws java.io.IOException,
                                          java.text.ParseException
        Transforms a HTML file for the specified tag.
        Throws:
        java.io.IOException
        java.text.ParseException