SolutionXML class

SolutionXML class

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

The SolutionXML type exposes the following members:

Constructors

ConstructorDescription
SolutionXML(name, xml_value)Constructor.
SolutionXML()Constructor.

Properties

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

Methods

MethodDescription
clone()Creates deep copy of this instance.

See Also