jxl.xlp
Class Parser

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

public class Parser
extends java.lang.Object

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

Field Summary
 int deepestReach
           
 
Constructor Summary
Parser(ParserTable table, java.io.InputStream parseSource)
          Creates a new instance of Parser
 
Method Summary
 ParserTable getTable()
          Getter for property table.
 void parse(ParserListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

deepestReach

public int deepestReach
Constructor Detail

Parser

public Parser(ParserTable table,
              java.io.InputStream parseSource)
Creates a new instance of Parser

Method Detail

parse

public void parse(ParserListener listener)
           throws java.io.IOException
Throws:
java.io.IOException

getTable

public ParserTable getTable()
Getter for property table.

Returns:
Value of property table.