This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Overload List

Name Description
Public method Static member Create(Object)
Creates the an XmlData object from the given object.
Public method Static member Create(String)
Creates an XmlData object from the given Xml string.
Public method Static member Create(XmlNode)
Creates an XmlData object from the given Xml Node.
Public method Static member Create(XmlReader)
Creates an XmlData object from the given XmlReader.
Public method Static member Create(Object, IContext)
Creates the an XmlData object from the given object.
Public method Static member Create(String, IContext)
Creates an XmlData object from the given Xml string.
Public method Static member Create(String, XmlDataSettings)
Creates an XmlData object from the given Xml string.
Public method Static member Create(String, XmlDataSettings, IContext)
Creates an XmlData object from the given Xml string.

See Also

XmlData Class
XmlData Members
Smartsite.Core Namespace
Advanced