Class ConfigXMLHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.biojava.nbio.structure.align.webstart.ConfigXMLHandler
- All Implemented Interfaces:
ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
XML content handler for serialisation of RegistryConfiguration class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
Methods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
ConfigXMLHandler
public ConfigXMLHandler()
-
-
Method Details
-
startElement
- Specified by:
startElement
in interfaceContentHandler
- Overrides:
startElement
in classDefaultHandler
-
getConfig
-