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.
Constructors
| Name | Description |
|---|---|
| SolutionXML | Constructor. |
| SolutionXML | Constructor. |
Properties
| Name | Type | Description |
|---|---|---|
| Name | String | A unique name to identify the XML data set. |
| XmlValue | String | Contains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document |
Methods
| Name | Description |
|---|---|
| deepClone | Creates deep copy of this instance. |
SolutionXML(name, xmlValue) (1 of 2)
Constructor.
| Parameter | Type | Description |
|---|---|---|
| name | String | |
| xmlValue | String |
SolutionXML() (2 of 2)
Constructor.
SolutionXML.Name property
A unique name to identify the XML data set.
Type: String
SolutionXML.XmlValue property
Contains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document.
Type: String
deepClone()
Creates deep copy of this instance.