All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface w3c.tools.sexpr.Readtable

public interface Readtable
An interface for read tables.


Method Index

 o addParser(char, SExprParser)
Associate a parser with the key dispatch character.
 o getParser(char)
Find the parser associated with the key dispatch character.

Methods

 o getParser
 public abstract SExprParser getParser(char key)
Find the parser associated with the key dispatch character.

 o addParser
 public abstract SExprParser addParser(char key,
                                       SExprParser parser)
Associate a parser with the key dispatch character.


All Packages  Class Hierarchy  This Package  Previous  Next  Index