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

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

Public Properties

  Name Description
Public property Captures
Gets or sets a value indicating whether this XmlElementBase captures the xml in it.
(Inherited from XmlElementBase.)
Public property Children
Gets the children.
(Inherited from XmlElementBase.)
Public property CopyPosition
Position for copy actions.
(Inherited from XmlElementBase.)
Public property Culture
Gets the element's culture.
(Inherited from XmlElementBase.)
Public property Engine
Gets the Xml Engine.
(Inherited from XmlElementBase.)
Public property InnerText
Gets the inner text
(Inherited from XmlElementBase.)
Public property LocalName
Gets the name of the local.
(Inherited from XmlElementBase.)
Public property NamespaceUri
Gets the name of the local.
(Inherited from XmlElementBase.)
Public property Parent
Gets the parent.
(Inherited from XmlElementBase.)
Public property SourceContext
Gets the Source context of the element
(Inherited from XmlElementBase.)

See Also

Advanced