SolutionXML

SolutionXML class

Contains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document.

Constructors

NameDescription
SolutionXMLConstructor.
SolutionXMLConstructor.

Properties

NameTypeDescription
NameStringA unique name to identify the XML data set.
XmlValueStringContains solution-specific, well-formed XML data that is prefixed in an explicit namespace and is stored with a document

Methods

NameDescription
deepCloneCreates deep copy of this instance.

SolutionXML(name, xmlValue) (1 of 2)

Constructor.

ParameterTypeDescription
nameString
xmlValueString

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.