| 
 | Release Planner v1.0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
  |
  +--org.xml.sax.helpers.DefaultHandler
        |
        +--rp.util.xml.XMLLoader
              |
              +--rp.dom.xml.RPLoader
                    |
                    +--rp.dom.xml.ReleasePlanLoader
Handles top-level XML tag in a release plan document.
| Constructor Summary | |
| ReleasePlanLoader() | |
| Method Summary | |
| protected  java.lang.Object | alloc() | 
| protected  void | endElement(int tag)Called when the end-tag of an element is encoutnered. | 
| protected  SoftwareProduct | getSoftwareProduct() | 
| protected  void | start() | 
| protected  void | startElement(int tag)Called whenever a new XML element is encountered Attributes may be accessed via a call to getAttributes. | 
| Methods inherited from class rp.dom.xml.RPLoader | 
| getObject, init | 
| Methods inherited from class rp.util.xml.XMLLoader | 
| characters, done, 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 | 
public ReleasePlanLoader()
| Method Detail | 
protected java.lang.Object alloc()
alloc in class RPLoaderprotected SoftwareProduct getSoftwareProduct()
protected void start()
start in class RPLoaderprotected void startElement(int tag)
XMLLoader
startElement in class XMLLoaderprotected void endElement(int tag)
XMLLoader
endElement in class XMLLoader| 
 | Release Planner v1.0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||