public class ConfigXMLHandler extends DefaultHandler
Constructor and Description |
---|
ConfigXMLHandler() |
Modifier and Type | Method and Description |
---|---|
UserConfiguration |
getConfig() |
void |
startElement(String uri,
String name,
String qName,
Attributes atts) |
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
public ConfigXMLHandler()
public void startElement(String uri, String name, String qName, Attributes atts)
startElement
in interface ContentHandler
startElement
in class DefaultHandler
public UserConfiguration getConfig()
Copyright © 2000–2019 BioJava. All rights reserved.