|
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.OrFrenchHelper
This helper sets a target coffee object's
alsoOfferFrench attribute to true.
| Constructor Summary | |
OrFrenchHelper()
|
|
| Method Summary | |
void |
startElement(java.lang.Object target)
Sets a target coffee object's alsoOfferFrench
attribute to true. |
| Methods inherited from class sjm.examples.coffee.Helper |
characters |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public OrFrenchHelper()
| Method Detail |
public void startElement(java.lang.Object target)
alsoOfferFrench
attribute to true. 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 | ||||||||