SolutionXML
Contents
[
Hide
]SolutionXML class
Contains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document.
new SolutionXML(name, xmlValue)
Constructor.
Methods
| Name | Description |
|---|---|
| constructor_overload$1() | Constructor. |
| deepClone() | Creates deep copy of this instance. |
| getName() | A unique name to identify the XML data set. |
| getXmlValue() | Contains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document |
| setName() | A unique name to identify the XML data set. |
| setXmlValue() | Contains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document |
constructor_overload$1()
Constructor.
deepClone()
Creates deep copy of this instance.
Returns: Object — Object
getName()
A unique name to identify the XML data set.
getXmlValue()
Contains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document.
setName()
A unique name to identify the XML data set.
setXmlValue()
Contains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document.