|
Building Parsers with Java | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--sjm.examples.coffee.Helper
|
+--sjm.examples.coffee.RoastHelper
This helper sets a target coffee object's roast
attribute.
| Constructor Summary | |
RoastHelper()
|
|
| Method Summary | |
void |
characters(java.lang.String s,
java.lang.Object target)
Sets a target coffee object's roast
attribute to the given string. |
| Methods inherited from class sjm.examples.coffee.Helper |
startElement |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public RoastHelper()
| Method Detail |
public void characters(java.lang.String s,
java.lang.Object target)
roast
attribute to the given string. The target coffee is
the last coffee in a Vector of coffees.
|
by Steve Metsker | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||