Class MakeAllHrefsAbsolute

java.lang.Object
eu.bandm.tools.doctypes.xhtml.MakeAllHrefsAbsolute

public class MakeAllHrefsAbsolute extends Object
Resolves all relative hrefs in Element_a, Element_area and Element_link against one given prefix. Does NOT change purely local hrefs (which are recognized by starting with "#").

Element_base is NOT altered (assume it is absolute anyhow !-)

args[0] inputfilename
args[1] outputfilename
args[2] uriprefix
  • Constructor Details

    • MakeAllHrefsAbsolute

      public MakeAllHrefsAbsolute()
  • Method Details

    • main

      public static void main(String[] args)