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

Public Constructors

  Name Description
Public method XmlElementBase
Initializes a new instance of the XmlElementBase class.

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

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