de.tilman.mathParser.mathMLParser
Class MathMLParserOld
java.lang.Object
de.tilman.mathParser.mathMLParser.MathMLParserOld
- public class MathMLParserOld
- extends java.lang.Object
- Author:
- Tilman Walther, Martin Wilke
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMMENT_PREFIX
static final java.lang.String COMMENT_PREFIX
- See Also:
- Constant Field Values
PH_BLOCK
static final java.lang.String PH_BLOCK
- See Also:
- Constant Field Values
SUBSTITUTIONS_FILE
static final java.lang.String SUBSTITUTIONS_FILE
- See Also:
- Constant Field Values
result
protected java.lang.StringBuffer result
tmpBuf
protected java.lang.StringBuffer tmpBuf
strBuf
protected java.lang.StringBuffer strBuf
substitutions
protected java.util.Hashtable substitutions
insideBlock
protected boolean insideBlock
pos
protected int pos
tagBuf1
java.lang.StringBuffer tagBuf1
tagBuf2
java.lang.StringBuffer tagBuf2
MathMLParserOld
public MathMLParserOld()
throws java.io.FileNotFoundException,
java.io.IOException
parse
public java.lang.String parse(java.lang.StringBuffer strBuf)
parseArea
private java.lang.String parseArea(int areaEnd)
addSubstitution
private void addSubstitution(java.lang.String tag)
getSubstitutionTable
private java.util.Hashtable getSubstitutionTable(java.lang.String filePath)
throws java.io.FileNotFoundException,
java.io.IOException
- Throws:
java.io.FileNotFoundException
java.io.IOException