Modifier and Type | Method and Description |
---|---|
XMLNamespaces |
XMLNamespaces.cloneObject()
Creates and returns a deep copy of this
XMLNamespaces list. |
XMLNamespaces |
SBase.getNamespaces()
Returns a list of the XML Namespaces declared on this SBML document.
|
XMLNamespaces |
XMLToken.getNamespaces()
Returns the XML namespace declarations for this XML element.
|
XMLNamespaces |
SBMLNamespaces.getNamespaces()
Get the XML namespaces list for this
SBMLNamespaces object. |
XMLNamespaces |
SBMLDocument.getNamespaces()
Returns a list of XML Namespaces associated with the XML content
of this SBML document.
|
Modifier and Type | Method and Description |
---|---|
void |
SBMLExtensionRegistry.addL2Namespaces(XMLNamespaces xmlns)
adds all L2 Extension namespaces to the namespace list.
|
int |
SBMLNamespaces.addNamespaces(XMLNamespaces xmlns)
Add the given XML namespaces list to the set of namespaces within this
SBMLNamespaces object. |
int |
SBMLNamespaces.addPackageNamespaces(XMLNamespaces xmlns)
Add the XML namespaces of package extensions in the given
XMLNamespace object to the set of namespaces within this
SBMLNamespaces object (Non-package XML namespaces are not added
by this function). |
static XMLNode |
XMLNode.convertStringToXMLNode(String xmlstr,
XMLNamespaces xmlns)
Returns an
XMLNode which is derived from a string containing XML
content. |
void |
SBMLExtensionRegistry.removeL2Namespaces(XMLNamespaces xmlns)
Remove all L2 Extension namespaces from the namespace list.
|
int |
SBase.setNamespaces(XMLNamespaces xmlns)
Sets the namespaces relevant of this SBML object.
|
int |
XMLToken.setNamespaces(XMLNamespaces namespaces)
Sets an XMLnamespaces to this XML element.
|
Constructor and Description |
---|
XMLNamespaces(XMLNamespaces orig)
Copy constructor; creates a copy of this
XMLNamespaces list. |
XMLNode(XMLTriple triple,
XMLAttributes attributes,
XMLNamespaces namespaces)
Creates a new start element
XMLNode with the given set of attributes and
namespace declarations. |
XMLNode(XMLTriple triple,
XMLAttributes attributes,
XMLNamespaces namespaces,
long line)
Creates a new start element
XMLNode with the given set of attributes and
namespace declarations. |
XMLNode(XMLTriple triple,
XMLAttributes attributes,
XMLNamespaces namespaces,
long line,
long column)
Creates a new start element
XMLNode with the given set of attributes and
namespace declarations. |
XMLToken(XMLTriple triple,
XMLAttributes attributes,
XMLNamespaces namespaces)
Creates a start element
XMLToken with the given set of attributes and
namespace declarations. |
XMLToken(XMLTriple triple,
XMLAttributes attributes,
XMLNamespaces namespaces,
long line)
Creates a start element
XMLToken with the given set of attributes and
namespace declarations. |
XMLToken(XMLTriple triple,
XMLAttributes attributes,
XMLNamespaces namespaces,
long line,
long column)
Creates a start element
XMLToken with the given set of attributes and
namespace declarations. |