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 members.
Public Constructors
Name | Description | |
---|---|---|
XmlElementBase |
Initializes a new instance of the XmlElementBase class.
|
Public Methods
Name | Description | |
---|---|---|
Clone | Overloaded. | |
Dispose | Overloaded. | |
EndExecute |
Override to take action at the end of the execution process.
|
|
EndInitialize |
Called when the element is closed.
|
|
Equals | (Inherited from Object.) | |
Find |
Searches for an element in the elements.
|
|
FindAll | Overloaded. | |
GetAttribute | Overloaded. | |
GetHashCode | (Inherited from Object.) | |
GetParent | Overloaded. | |
GetType | (Inherited from Object.) | |
GetXmlPath |
Gets the XML path to this element.
|
|
Initialize |
Override to take action when the element is opened.
|
|
PreInitialize |
Called to set the context on the element.
|
|
StartExecute |
Override to take action when the element is executed.
|
|
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. | |
Finalize |
Destuctor
(Overrides Object..::Finalize()()()().) |
|
MemberwiseClone | (Inherited from Object.) |
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