@ProviderFor(value=org.sbml.jsbml.xml.parsers.ReadingParser.class) public class UncertMLXMLNodeReader extends XMLNodeReader
XMLNodeReader can be used to store any XML into an XMLNode.
At the moment, it is used to read the content of the 'UncertML' SBML element.
| Constructor and Description |
|---|
UncertMLXMLNodeReader() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getNamespaces() |
void |
processCharactersOf(String elementName,
String characters,
Object contextObject) |
Object |
processStartElement(String elementName,
String uri,
String prefix,
boolean hasAttributes,
boolean hasNamespaces,
Object contextObject) |
getTypeOfNotes, processAttribute, processEndDocument, processEndElement, processNamespace, setTypeOfNotespublic void processCharactersOf(String elementName, String characters, Object contextObject)
processCharactersOf in interface ReadingParserprocessCharactersOf in class XMLNodeReaderpublic Object processStartElement(String elementName, String uri, String prefix, boolean hasAttributes, boolean hasNamespaces, Object contextObject)
processStartElement in interface ReadingParserprocessStartElement in class XMLNodeReaderpublic List<String> getNamespaces()
getNamespaces in interface ReadingParsergetNamespaces in class XMLNodeReaderCopyright © 2009–2016. All rights reserved.