|
XPSEDAPI
|


Public Member Functions | |
| SEDMLElement | createEmptySEDML () |
| Creates an empty SEDML element in a new document. | |
| SEDMLElement | parseSEDMLFromURI (in wstring uri, in wstring relativeTo) |
| Parses SEDML from a specified URL, using the specified relative URL. | |
| SEDMLElement | parseSEDMLFromText (in wstring txt, in wstring baseURI) |
| Parses SEDML from a specified blob of text, using the specified base URI. | |
| SEDMLElement | makeSEDMLFromElement (in dom::Element el) |
| Makes a SEDML structure from an element. | |
| wstring | sedmlToText (in SEDMLElement el) |
| Serialises a SEDML element to text. | |
Public Member Functions inherited from XPCOM::IObject | |
| void | add_ref () |
| Called to indicate that some code is keeping an owning reference to the object. | |
| oneway void | release_ref () |
| Removes a reference to an object which was created by some other means (e.g. | |
| IObject | query_interface (in utf8string id) |
| Returns an IObject of the same implementation, which supports a specific interface. | |
Additional Inherited Members | |
Public Attributes inherited from XPCOM::IObject | |
| readonly attribute string | objid |
| Fetches the ID of the object. | |
| SEDMLElement SProS::Bootstrap::createEmptySEDML | ( | ) |
Creates an empty SEDML element in a new document.
| SEDMLElement SProS::Bootstrap::makeSEDMLFromElement | ( | in dom::Element | el | ) |
Makes a SEDML structure from an element.
| SEDMLElement SProS::Bootstrap::parseSEDMLFromText | ( | in wstring | txt, |
| in wstring | baseURI | ||
| ) |
Parses SEDML from a specified blob of text, using the specified base URI.
| SEDMLElement SProS::Bootstrap::parseSEDMLFromURI | ( | in wstring | uri, |
| in wstring | relativeTo | ||
| ) |
Parses SEDML from a specified URL, using the specified relative URL.
| wstring SProS::Bootstrap::sedmlToText | ( | in SEDMLElement | el | ) |
Serialises a SEDML element to text.