org.openscience.dadml.handlers
Class DBLISTHandler

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by org.openscience.dadml.handlers.DBLISTHandler
All Implemented Interfaces:
org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler

public class DBLISTHandler
extends org.xml.sax.helpers.DefaultHandler


Constructor Summary
DBLISTHandler()
           
 
Method Summary
 DBLIST returnDBLIST()
           
 void startDocument()
           
 void startElement(java.lang.String uri, java.lang.String local, java.lang.String name, org.xml.sax.Attributes atts)
           
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBLISTHandler

public DBLISTHandler()
Method Detail

startDocument

public void startDocument()
Specified by:
startDocument in interface org.xml.sax.ContentHandler
Overrides:
startDocument in class org.xml.sax.helpers.DefaultHandler

returnDBLIST

public DBLIST returnDBLIST()

startElement

public void startElement(java.lang.String uri,
                         java.lang.String local,
                         java.lang.String name,
                         org.xml.sax.Attributes atts)
Specified by:
startElement in interface org.xml.sax.ContentHandler
Overrides:
startElement in class org.xml.sax.helpers.DefaultHandler