Building Parsers with Java

sjm.examples.coffee
Class FormerNameHelper

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

public class FormerNameHelper
extends Helper

This helper sets a target coffee object's formerName attribute.


Constructor Summary
FormerNameHelper()
           
 
Method Summary
 void characters(java.lang.String s, java.lang.Object target)
          Sets a target coffee object's formerName 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

FormerNameHelper

public FormerNameHelper()
Method Detail

characters

public void characters(java.lang.String s,
                       java.lang.Object target)
Sets a target coffee object's formerName attribute to the given string. The target coffee is the last coffee in a Vector of coffees.
Overrides:
characters in class Helper

by Steve Metsker