|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.qedeq.kernel.bo.service.unicode.Latex2UnicodeParser
public final class Latex2UnicodeParser
Transform LaTeX into Unicode format.
| Method Summary | |
|---|---|
boolean |
eof()
Are there still any characters to read? |
SourcePosition |
getAbsoluteSourcePosition(int absolutePosition)
Convert character position into row and column information. |
protected int |
getChar()
Reads a single character and does not change the reading position. |
protected int |
read()
Reads a single character and increments the reading position by one. |
protected java.lang.String |
readln()
Read until end of line. |
protected java.lang.String |
readToken()
Read next token from input stream. |
static java.lang.String |
transform(ReferenceFinder finder,
java.lang.String input,
int columns)
Parse LaTeX text into QEDEQ module string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static final java.lang.String transform(ReferenceFinder finder,
java.lang.String input,
int columns)
finder - Finder for references.input - Parse this input.columns - Maximum column number. Break (if possible) before.
protected final java.lang.String readToken()
protected final int getChar()
-1 is returnedprotected final int read()
-1 is returnedprotected final java.lang.String readln()
public final boolean eof()
public SourcePosition getAbsoluteSourcePosition(int absolutePosition)
absolutePosition - Find this character position.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||