Uses of Class
jxl.xlp.ParserTable

Packages that use ParserTable
jxl.xlp Xlp is a language parser factory. 
 

Uses of ParserTable in jxl.xlp
 

Methods in jxl.xlp that return ParserTable
static ParserTable ParserFactory.buildParserTable(java.io.InputStream langSource)
           
 ParserTable Parser.getTable()
          Getter for property table.
 

Methods in jxl.xlp with parameters of type ParserTable
static Parser ParserFactory.newParser(ParserTable table, java.io.InputStream parseSource)
           
 

Constructors in jxl.xlp with parameters of type ParserTable
Parser(ParserTable table, java.io.InputStream parseSource)
          Creates a new instance of Parser