org.biojava.bio.structure.align.webstart
Class ConfigXMLHandler

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by org.biojava.bio.structure.align.webstart.ConfigXMLHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class ConfigXMLHandler
extends DefaultHandler

XML content handler for serialisation of RegistryConfiguration class


Constructor Summary
ConfigXMLHandler()
           
 
Method Summary
 UserConfiguration getConfig()
           
 void startElement(String uri, String name, String qName, Attributes atts)
           
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, 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

ConfigXMLHandler

public ConfigXMLHandler()
Method Detail

startElement

public void startElement(String uri,
                         String name,
                         String qName,
                         Attributes atts)
Specified by:
startElement in interface ContentHandler
Overrides:
startElement in class DefaultHandler

getConfig

public UserConfiguration getConfig()