|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpt.tumba.parser.tex.TEX2HTML
public class TEX2HTML
Description of the Class
Field Summary | |
---|---|
(package private) java.io.File |
filescript
|
(package private) java.lang.String |
perlData
|
private java.util.Random |
rnd
|
private int |
sizeCount
|
Constructor Summary | |
---|---|
TEX2HTML()
|
Method Summary | |
---|---|
java.lang.String |
convertTEXToHTML(java.io.File input)
Description of the Method |
java.lang.String |
convertTEXToHTML(java.io.InputStream input)
Description of the Method |
java.lang.String |
convertTEXToHTML(java.io.Reader input)
Description of the Method |
java.lang.String |
convertTEXToHTML(java.lang.String s4)
Description of the Method |
java.lang.String |
convertTEXToHTML(java.net.URL input)
Description of the Method |
protected void |
finalize()
Description of the Method |
int |
originalSize()
Description of the Method |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.io.File filescript
java.lang.String perlData
private java.util.Random rnd
private int sizeCount
Constructor Detail |
---|
public TEX2HTML() throws java.lang.Exception
java.lang.Exception
Method Detail |
---|
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
- Description of the Exceptionpublic int originalSize()
originalSize
in interface DocFilter
public java.lang.String convertTEXToHTML(java.lang.String s4) throws java.lang.Exception
s2
- Description of the Parameter
java.lang.Exception
- Description of the Exceptionpublic java.lang.String convertTEXToHTML(java.io.Reader input) throws java.lang.Exception
input
- Description of the Parameter
java.lang.Exception
- Description of the Exceptionpublic java.lang.String convertTEXToHTML(java.io.InputStream input) throws java.lang.Exception
input
- Description of the Parameter
java.lang.Exception
- Description of the Exceptionpublic java.lang.String convertTEXToHTML(java.io.File input) throws java.lang.Exception
input
- Description of the Parameter
java.lang.Exception
- Description of the Exceptionpublic java.lang.String convertTEXToHTML(java.net.URL input) throws java.lang.Exception
input
- Description of the Parameter
java.lang.Exception
- Description of the Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |