org.w3c.tools.sexpr
Interface Readtable

All Known Implementing Classes:
SimpleReadtable

public interface Readtable

An interface for read tables.


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

Method Detail

getParser

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


addParser

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