Release Planner v1.0

rp.dom.xml
Class EstimateLoader

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

public class EstimateLoader
extends XMLLoader

Baseclass for loaders that elements containing estimates.

Version:
$Revision: 1.1 $, $Date: 2001/06/01 15:26:29 $

Field Summary
protected  Estimate e
           
 
Constructor Summary
EstimateLoader()
           
 
Method Summary
protected  void endElement(int tag)
          Called when the end-tag of an element is encoutnered.
 
Methods inherited from class rp.util.xml.XMLLoader
characters, done, 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
 

Field Detail

e

protected Estimate e
Constructor Detail

EstimateLoader

public EstimateLoader()
Method Detail

endElement

protected void endElement(int tag)
Description copied from class: XMLLoader
Called when the end-tag of an element is encoutnered. Attributes may be accessed via a call to getAttributes. Character data may be accessed via a call to getCharData.

Overrides:
endElement in class XMLLoader

Release Planner v1.0