Building Parsers with Java

sjm.examples.coffee
Class NewCoffeeHelper

java.lang.Object
  |
  +--sjm.examples.coffee.Helper
        |
        +--sjm.examples.coffee.NewCoffeeHelper

public class NewCoffeeHelper
extends Helper

This helper adds a new coffee object to the end of a vector of coffees.


Constructor Summary
NewCoffeeHelper()
           
 
Method Summary
 void startElement(java.lang.Object target)
          Add a new coffee object to the end of a vector of coffees.
 
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

NewCoffeeHelper

public NewCoffeeHelper()
Method Detail

startElement

public void startElement(java.lang.Object target)
Add a new coffee object to the end of a vector of coffees.
Overrides:
startElement in class Helper

by Steve Metsker