@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 |
|---|---|
ASTNodePlugin |
createPluginFor(ASTNode astNode) |
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() |
boolean |
processAttribute(String elementName,
String attributeName,
String value,
String uri,
String prefix,
boolean isLastAttribute,
Object contextObject) |
void |
processCharactersOf(String elementName,
String characters,
Object contextObject) |
Object |
processStartElement(String elementName,
String uri,
String prefix,
boolean hasAttributes,
boolean hasNamespaces,
Object contextObject) |
void |
writeCharacters(SBMLObjectForXML xmlObject,
Object sbmlElementToWrite) |
void |
writeElement(SBMLObjectForXML xmlObject,
Object sbmlElementToWrite) |
createListOfChild, processEndDocument, processEndElement, processNamespace, processUnknownAttribute, processUnknownElement, storeElementsOrder, writeAttributes, writeNamespacespublic static final String namespaceURIrequired
public void processCharactersOf(String elementName, String characters, Object contextObject)
processCharactersOf in interface ReadingParserprocessCharactersOf in class AbstractReaderWriterpublic void writeCharacters(SBMLObjectForXML xmlObject, Object sbmlElementToWrite)
writeCharacters in interface WritingParserwriteCharacters in class AbstractReaderWriterpublic 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 boolean 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 PackageParserpublic ASTNodePlugin createPluginFor(ASTNode astNode)
createPluginFor in interface PackageParserCopyright © 2009–2016. All rights reserved.