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 abstract class XmlElementBase
Visual Basic (Declaration) Copy imageCopy Code
                                  Public MustInherit Class XmlElementBase

The type exposes the following properties.

Public Properties

  Name Description
Public property Captures
Gets or sets a value indicating whether this XmlElementBase captures the xml in it.
Public property Children
Gets the children.
Public property CopyPosition
Position for copy actions.
Public property Culture
Gets the element's culture.
Public property Engine
Gets the Xml Engine.
Public property InnerText
Gets the inner text
Public property LocalName
Gets the name of the local.
Public property NamespaceUri
Gets the name of the local.
Public property Parent
Gets the parent.
Public property SourceContext
Gets the Source context of the element

See Also

Advanced