@ProviderFor(value=org.sbml.jsbml.xml.parsers.ReadingParser.class) public class SpatialParser extends AbstractReaderWriter implements PackageParser
| Modifier and Type | Field and Description |
|---|---|
static String |
namespaceURIrequired
The name space of required elements.
|
| Constructor and Description |
|---|
SpatialParser() |
| Modifier and Type | Method and Description |
|---|---|
SBasePlugin |
createPluginFor(SBase sbase) |
List<Object> |
getListOfSBMLElementsToWrite(Object treeNode) |
String |
getNamespaceFor(int level,
int version,
int packageVersion) |
List<String> |
getNamespaces() |
String |
getNamespaceURI() |
String |
getPackageName() |
List<String> |
getPackageNamespaces() |
String |
getShortLabel() |
boolean |
isRequired() |
void |
processAttribute(String elementName,
String attributeName,
String value,
String uri,
String prefix,
boolean isLastAttribute,
Object contextObject) |
Object |
processStartElement(String elementName,
String uri,
String prefix,
boolean hasAttributes,
boolean hasNamespaces,
Object contextObject) |
void |
writeElement(SBMLObjectForXML xmlObject,
Object sbmlElementToWrite) |
createListOfChild, processCharactersOf, processEndDocument, processEndElement, processNamespace, processUnknownAttribute, writeAttributes, writeCharacters, writeNamespacespublic static final String namespaceURIrequired
public String getShortLabel()
getShortLabel in class AbstractReaderWriterpublic String getNamespaceURI()
getNamespaceURI in class AbstractReaderWriterpublic List<Object> getListOfSBMLElementsToWrite(Object treeNode)
getListOfSBMLElementsToWrite in interface WritingParsergetListOfSBMLElementsToWrite in class AbstractReaderWriterpublic void writeElement(SBMLObjectForXML xmlObject, Object sbmlElementToWrite)
writeElement in interface WritingParserwriteElement in class AbstractReaderWriterpublic void processAttribute(String elementName, String attributeName, String value, String uri, String prefix, boolean isLastAttribute, Object contextObject)
processAttribute in interface ReadingParserprocessAttribute in class AbstractReaderWriterpublic Object processStartElement(String elementName, String uri, String prefix, boolean hasAttributes, boolean hasNamespaces, Object contextObject)
processStartElement in interface ReadingParserprocessStartElement in class AbstractReaderWriterpublic String getNamespaceFor(int level, int version, int packageVersion)
getNamespaceFor in interface PackageParserpublic List<String> getNamespaces()
getNamespaces in interface ReadingParsergetNamespaces in interface WritingParserpublic List<String> getPackageNamespaces()
getPackageNamespaces in interface PackageParserpublic String getPackageName()
getPackageName in interface PackageParserpublic boolean isRequired()
isRequired in interface PackageParserpublic SBasePlugin createPluginFor(SBase sbase)
createPluginFor in interface PackageParserCopyright © 2009–2016. All rights reserved.