jxl.xlp
Class ParserFactory

java.lang.Object
  extended by jxl.xlp.ParserFactory

public class ParserFactory
extends java.lang.Object

Author:
Alex Lynch (jxlynch@users.sf.net)

Method Summary
static ParserTable buildParserTable(java.io.InputStream langSource)
           
static Parser newParser(ParserTable table, java.io.InputStream parseSource)
           
static void parse(java.io.InputStream langSource, java.io.InputStream parseSource, ParserListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parse

public static void parse(java.io.InputStream langSource,
                         java.io.InputStream parseSource,
                         ParserListener listener)
                  throws java.lang.Exception
Throws:
java.lang.Exception

newParser

public static Parser newParser(ParserTable table,
                               java.io.InputStream parseSource)

buildParserTable

public static ParserTable buildParserTable(java.io.InputStream langSource)
                                    throws java.lang.Exception
Throws:
java.lang.Exception