org.biojava.spice.gui.msdkeyword
Class MSDContentHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.biojava.spice.gui.msdkeyword.MSDContentHandler
- All Implemented Interfaces:
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler
- public class MSDContentHandler
- extends DefaultHandler
- Author:
- Andreas Prlic
| 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 |
MSDContentHandler
public MSDContentHandler()
getDepositions
public Deposition[] getDepositions()
getSuggestions
public String[] getSuggestions()
startElement
public void startElement(String uri,
String name,
String qName,
Attributes atts)
endElement
public void endElement(String uri,
String name,
String qName)
characters
public void characters(char[] ch,
int start,
int length)