Release Planner v1.0

rp.dom.xml
Class CoderLoader

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

public class CoderLoader
extends ContributorLoader

Loads the "coder" element.

Version:
$Revision: 1.3 $, $Date: 2001/06/25 19:39:02 $

Constructor Summary
CoderLoader()
           
 
Method Summary
protected  java.lang.Object alloc()
           
 
Methods inherited from class rp.dom.xml.ContributorLoader
endElement, getContributor, startElement
 
Methods inherited from class rp.dom.xml.UserLoader
done, getUser
 
Methods inherited from class rp.dom.xml.RPLoader
getObject, init, start
 
Methods inherited from class rp.util.xml.XMLLoader
characters, doneLoader, endElement, getAttributes, getCharData, getLoaderParameter, getNestingLevel, getParameter, newLoader, 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

CoderLoader

public CoderLoader()
Method Detail

alloc

protected java.lang.Object alloc()
Overrides:
alloc in class ContributorLoader

Release Planner v1.0