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

The type exposes the following methods.

Public Methods

  Name Description
Public method Clone
Creates a new object that is a copy of the current instance.
(Inherited from XmlElementBase.)
Public method Clone
Clones the element and sets the parent element.
(Inherited from XmlElementBase.)
Public method Dispose
Disposes the object.
(Inherited from XmlElementBase.)
Public method EndExecute
Override to take action at the end of the execution process.
(Inherited from XmlElementBase.)
Public method EndInitialize
Called when the element is closed.
(Inherited from XmlElementBase.)
Public method Equals (Inherited from Object.)
Public method Find
Searches for an element in the elements.
(Inherited from XmlElementBase.)
Public method FindAll
Searches for all elements matching some criteria.
(Inherited from XmlElementBase.)
Public method FindAll
Searches for all elements matching some criteria.
(Inherited from XmlElementBase.)
Public method GetAttribute
Gets the value of an attribute defined on the element.
(Inherited from XmlElementBase.)
Public method GetAttribute
Gets the value of an attribute defined on the element.
(Inherited from XmlElementBase.)
Public method GetHashCode (Inherited from Object.)
Public method GetParent<(Of <<'(T>)>>)
Find the parent element of the given type.
(Inherited from XmlElementBase.)
Public method GetParent<(Of <<'(T>)>>)
Find the parent element of the given type.
(Inherited from XmlElementBase.)
Public method GetParent<(Of <<'(T>)>>)
Find the parent element of the given type.
(Inherited from XmlElementBase.)
Public method GetType (Inherited from Object.)
Public method GetXmlPath
Gets the XML path to this element.
(Inherited from XmlElementBase.)
Public method Initialize
Override to take action when the element is opened.
(Overrides XmlElementBase..::Initialize()()()().)
Public method PreInitialize
Called to set the context on the element.
(Inherited from XmlElementBase.)
Public method StartExecute
Override to take action when the element is executed.
(Inherited from XmlElementBase.)
Public method ToString
Returns a String that represents this instance.
(Overrides Object..::ToString()()()().)

Protected Methods

  Name Description
Protected method Dispose
Disposes the object and its children.
(Inherited from XmlElementBase.)
Protected method Finalize
Destuctor
(Inherited from XmlElementBase.)
Protected method MemberwiseClone (Inherited from Object.)

See Also

Advanced