@ProviderFor(value=org.sbml.jsbml.xml.parsers.ReadingParser.class) public class RenderParser extends AbstractReaderWriter implements PackageParser
| Constructor and Description |
|---|
RenderParser() |
| Modifier and Type | Method and Description |
|---|---|
ASTNodePlugin |
createPluginFor(ASTNode astNode) |
SBasePlugin |
createPluginFor(SBase sbase) |
String |
getNamespaceFor(int level,
int version,
int packageVersion) |
List<String> |
getNamespaces() |
String |
getNamespaceURI() |
String |
getPackageName() |
List<String> |
getPackageNamespaces() |
String |
getShortLabel() |
boolean |
isRequired() |
Object |
processStartElement(String elementName,
String uri,
String prefix,
boolean hasAttributes,
boolean hasNamespaces,
Object contextObject) |
createListOfChild, getListOfSBMLElementsToWrite, processAttribute, processCharactersOf, processEndDocument, processEndElement, processNamespace, processUnknownAttribute, processUnknownElement, storeElementsOrder, writeAttributes, writeCharacters, writeElement, writeNamespacespublic String getShortLabel()
getShortLabel in class AbstractReaderWriterpublic String getNamespaceURI()
getNamespaceURI in class AbstractReaderWriterpublic Object processStartElement(String elementName, String uri, String prefix, boolean hasAttributes, boolean hasNamespaces, Object contextObject)
processStartElement in interface ReadingParserprocessStartElement in class AbstractReaderWriterpublic List<String> getNamespaces()
getNamespaces in interface ReadingParsergetNamespaces in interface WritingParserpublic SBasePlugin createPluginFor(SBase sbase)
createPluginFor in interface PackageParserpublic String getNamespaceFor(int level, int version, int packageVersion)
getNamespaceFor in interface PackageParserpublic List<String> getPackageNamespaces()
getPackageNamespaces in interface PackageParserpublic String getPackageName()
getPackageName in interface PackageParserpublic boolean isRequired()
isRequired in interface PackageParserpublic ASTNodePlugin createPluginFor(ASTNode astNode)
createPluginFor in interface PackageParserCopyright © 2009–2016. All rights reserved.