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 Code |
---|---|
public class XmlDataSettings |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class XmlDataSettings |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
XmlDataSettings | Overloaded. |
Public Methods
Name | Description | |
---|---|---|
Clone |
Returns a new deep copy of this settings object.
|
|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Public Properties
Name | Description | |
---|---|---|
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.
|
|
EncodeXml |
Gets or sets a value indicating whether to encode the XML input string before loading.
|
|
Fragment |
Gets or sets a value indicating whether the XML is a fragment.
|
|
Namespaces |
Gets the Xml namespaces to use for the XmlData object.
|
|
Origin |
Gets or sets the URL the Xml was loaded from.
|
|
PreserveWhitespace |
Gets or sets a value indicating whether to preserve whitespace in the Xml document.
|
|
RemoveDuplicateNamespaces |
Gets or sets a value indicating whether to remove duplicate namespaces from the Xml when outputting a string.
|
|
XmlParserContext |
Gets or sets the XML parser context.
|
See Also
Smartsite.Core Namespace