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 abstract class XmlElementBase |
Visual Basic (Declaration) | Copy Code |
---|---|
Public MustInherit Class XmlElementBase |
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
Captures |
Gets or sets a value indicating whether this XmlElementBase captures the xml in it.
|
|
Children |
Gets the children.
|
|
CopyPosition |
Position for copy actions.
|
|
Culture |
Gets the element's culture.
|
|
Engine |
Gets the Xml Engine.
|
|
InnerText |
Gets the inner text
|
|
LocalName |
Gets the name of the local.
|
|
NamespaceUri |
Gets the name of the local.
|
|
Parent |
Gets the parent.
|
|
SourceContext |
Gets the Source context of the element
|
See Also
Smartsite.Core Namespace