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

Syntax

C# Copy imageCopy Code
                                  public class XmlDataSettings
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class XmlDataSettings

The type exposes the following members.

Public Constructors

  Name Description
Public method XmlDataSettings Overloaded.

Public Methods

  Name Description
Public method Clone
Returns a new deep copy of this settings object.
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

Public Properties

  Name Description
Public property AllowDTD
Gets or sets a value indicating whether to allow DTDs (Doctype definition) within the xml. When transforming xhtml which includes a doctype definition, you need to set this property to true.
Public property EncodeXml
Gets or sets a value indicating whether to encode the XML input string before loading.
Public property Fragment
Gets or sets a value indicating whether the XML is a fragment.
Public property Namespaces
Gets the Xml namespaces to use for the XmlData object.
Public property Origin
Gets or sets the URL the Xml was loaded from.
Public property PreserveWhitespace
Gets or sets a value indicating whether to preserve whitespace in the Xml document.
Public property RemoveDuplicateNamespaces
Gets or sets a value indicating whether to remove duplicate namespaces from the Xml when outputting a string.
Public property XmlParserContext
Gets or sets the XML parser context.

See Also

Advanced