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 methods.

Public Methods

  Name Description
Public method Clone Overloaded.
Public method Dispose Overloaded.
Public method EndExecute
Override to take action at the end of the execution process.
Public method EndInitialize
Called when the element is closed.
Public method Equals (Inherited from Object.)
Public method Find
Searches for an element in the elements.
Public method FindAll Overloaded.
Public method GetAttribute Overloaded.
Public method GetHashCode (Inherited from Object.)
Public method GetParent Overloaded.
Public method GetType (Inherited from Object.)
Public method GetXmlPath
Gets the XML path to this element.
Public method Initialize
Override to take action when the element is opened.
Public method PreInitialize
Called to set the context on the element.
Public method StartExecute
Override to take action when the element is executed.
Public method ToString (Inherited from Object.)

Protected Methods

  Name Description
Protected method Dispose Overloaded.
Protected method Finalize
Destuctor
(Overrides Object..::Finalize()()()().)
Protected method MemberwiseClone (Inherited from Object.)

See Also

Advanced