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 XmlData
Visual Basic (Declaration) Copy imageCopy Code
<> _
Public Class XmlData

The type exposes the following properties.

Public Properties

  Name Description
Public property Document
Gets the Xml Document.
Public property NamespaceManager
Gets the associated namespace manager.
Public property Namespaces
Gets the namespaces from the Xml document.
Public property Settings
Gets the XmlData Settings for this XmlData object.

See Also

Advanced