public class LatexToUnicode extends CztLexerImpl
The high-level latex to unicode converter for Z .
This class is responsible for translating
Z
specifications written in the latex mark-up language into unicode.
It provides tokens whose values
are unicode strings and which contain line and column number
information from the original latex file or stream. This makes it
possible to use this class as a standalone translater and, via
CztReader
,
as the input to the unicode scanner and therefore
for the Z parser.
Constructor and Description |
---|
LatexToUnicode(net.sourceforge.czt.session.Source source,
net.sourceforge.czt.session.SectionInfo sectInfo,
Properties properties)
Ignores the markup information contained in source and treats the
content of source as LaTeX.
|
Modifier and Type | Method and Description |
---|---|
net.sourceforge.czt.session.Dialect |
getDialect() |
net.sourceforge.czt.session.Source |
getSource() |
LocToken |
next() |
isKnownToolkit, logToken
doLog, getDebugLoggingLevel, logDebugInfo, logFormatted, setDebug
public LatexToUnicode(net.sourceforge.czt.session.Source source, net.sourceforge.czt.session.SectionInfo sectInfo, Properties properties) throws IOException
IOException
public net.sourceforge.czt.session.Dialect getDialect()
public LocToken next() throws IOException
IOException
public net.sourceforge.czt.session.Source getSource()
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.