Release Planner v1.0

rp.dom.xml
Class VacationLoader

java.lang.Object
  |
  +--org.xml.sax.helpers.DefaultHandler
        |
        +--rp.util.xml.XMLLoader
              |
              +--rp.dom.xml.EstimateLoader
                    |
                    +--rp.dom.xml.VacationLoader
All Implemented Interfaces:
org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler, XMLLoaderChainElement

public class VacationLoader
extends EstimateLoader

Loads the "vacation" element.

Version:
$Revision: 1.2 $, $Date: 2001/06/06 18:37:01 $

Field Summary
 
Fields inherited from class rp.dom.xml.EstimateLoader
e
 
Constructor Summary
VacationLoader()
           
 
Method Summary
protected  java.lang.Object done()
          Called on the end-tag corresponding to the start tag that casued this loader to be invoked.
 
Methods inherited from class rp.dom.xml.EstimateLoader
endElement
 
Methods inherited from class rp.util.xml.XMLLoader
characters, doneLoader, endElement, getAttributes, getCharData, getLoaderParameter, getNestingLevel, getParameter, init, newLoader, startElement, startElement
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VacationLoader

public VacationLoader()
Method Detail

done

protected java.lang.Object done()
Description copied from class: XMLLoader
Called on the end-tag corresponding to the start tag that casued this loader to be invoked. Attributes may be accessed via a call to getAttributes. Character data may be accessed via a call to getCharData. An invocation parameter may be accessed via a call to getParameter.

Overrides:
done in class XMLLoader
Returns:
a parameter to return to the previous loader

Release Planner v1.0