|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.w3c.tools.sexpr.SimpleReadtable
Basic implementation of the Readtable interface, a dispatch table.
Constructor Summary | |
SimpleReadtable()
Initializes an empty dispatch table (no associations). |
|
SimpleReadtable(SimpleReadtable table)
Copy constructor. |
Method Summary | |
SExprParser |
addParser(char key,
SExprParser parser)
|
SExprParser |
getParser(char key)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public SimpleReadtable()
public SimpleReadtable(SimpleReadtable table)
Method Detail |
public SExprParser getParser(char key)
public SExprParser addParser(char key, SExprParser parser)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |