net.sourceforge.czt.parser.z
Class LatexParser

java.lang.Object
  extended by net.sourceforge.czt.parser.z.LatexParser

public class LatexParser
extends java.lang.Object

A parser for LaTeX mark-up. This is a convenience class that composes the LatexScanner and the Parser.

See Also:
net.sourceforge.czt.parser.z

Constructor Summary
LatexParser(net.sourceforge.czt.session.Source source, net.sourceforge.czt.session.SectionInfo sectInfo, java.util.Properties properties)
           
 
Method Summary
 net.sourceforge.czt.base.ast.Term parse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LatexParser

public LatexParser(net.sourceforge.czt.session.Source source,
                   net.sourceforge.czt.session.SectionInfo sectInfo,
                   java.util.Properties properties)
            throws java.io.IOException
Throws:
java.io.IOException
Method Detail

parse

public net.sourceforge.czt.base.ast.Term parse()
                                        throws ParseException
Throws:
ParseException


Copyright © 2003-2007 Community Z Tools Project. All Rights Reserved.