public final class ProteinModificationXmlReader extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
registerProteinModificationFromXml(InputStream isXml)
Read protein modifications from XML file and register them.
|
public static void registerProteinModificationFromXml(InputStream isXml) throws IOException, ParserConfigurationException, SAXException
isXml - InputStream of the XML file.IOException - if failed to read the XML file.ParserConfigurationException - if parse errors occur.SAXException - the DocumentBuilder cannot be created.Copyright © 2000–2019 BioJava. All rights reserved.