Class fr.bizolin.xml.XHTML2HTML
All Packages Class Hierarchy This Package Previous Next Index
Class fr.bizolin.xml.XHTML2HTML
java.lang.Object
|
+----fr.bizolin.xml.XHTML2HTML
- public class XHTML2HTML
- extends Object
XHTML2HTML by Bizolin (c)Cyril Vincent
www.multimania.com/cvincent/
February 2000
Translate an XHTML to HTML
This class needs the com.oroinc.text.perl package
- Version:
- 0.1.000315
- Author:
- Cyril Vincent
-
XHTML2HTML()
-
-
main(String[])
- Main program
-
parse(BufferedReader)
- Parsing
-
parse(InputStream)
- Parsing
-
parse(String)
- Parsing
-
parseLine(String)
- Parse a line
XHTML2HTML
public XHTML2HTML()
main
public static void main(String argv[])
- Main program
- Parameters:
- argv - XHTML file.
parse
public static String parse(BufferedReader file)
- Parsing
- Parameters:
- file - the input file
- Returns:
- the return text
parse
public static String parse(InputStream is)
- Parsing
- Parameters:
- is - the input stream
- Returns:
- the return text
parse
public static String parse(String s)
- Parsing
- Parameters:
- file - the input string
- Returns:
- the return text
parseLine
public static String parseLine(String line)
- Parse a line
- Returns:
- result line
All Packages Class Hierarchy This Package Previous Next Index