cz.kebrt.html2latex
Class Main

java.lang.Object
  extended by cz.kebrt.html2latex.Main

public class Main
extends java.lang.Object

Program main class.


Field Summary
private static java.lang.String _configFile
          Configuration file.
private static java.lang.String _cssFile
          File with CSS.
private static java.lang.String _inputFile
          Input HTML file.
private static java.lang.String _outputFile
          Output LaTeX file.
 
Constructor Summary
Main()
           
 
Method Summary
static java.lang.String getConfigFile()
          Returns name of the file with configuration.
static java.lang.String getCSSFile()
          Returns name of the file with CSS.
static void main(java.lang.String[] args)
          Creates Parser instance and runs its parse() method.
private static void processCmdLineArgs(java.lang.String[] args)
          Processes command line arguments.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_inputFile

private static java.lang.String _inputFile
Input HTML file.


_outputFile

private static java.lang.String _outputFile
Output LaTeX file.


_configFile

private static java.lang.String _configFile
Configuration file.


_cssFile

private static java.lang.String _cssFile
File with CSS.

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)
Creates Parser instance and runs its parse() method.

Parameters:
args - command line arguments

processCmdLineArgs

private static void processCmdLineArgs(java.lang.String[] args)
Processes command line arguments.

Parameters:
args - command line arguments

getCSSFile

public static java.lang.String getCSSFile()
Returns name of the file with CSS.

Returns:
name of the file with CSS

getConfigFile

public static java.lang.String getConfigFile()
Returns name of the file with configuration.

Returns:
name of the file with configuration