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 class XmlTextNode |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class XmlTextNode |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
Clone |
Creates a new object that is a copy of the current instance.
(Inherited from XmlElementBase.) |
|
Clone |
Clones the element and sets the parent element.
(Inherited from XmlElementBase.) |
|
Dispose |
Disposes the object.
(Inherited from XmlElementBase.) |
|
EndExecute |
Override to take action at the end of the execution process.
(Inherited from XmlElementBase.) |
|
EndInitialize |
Called when the element is closed.
(Inherited from XmlElementBase.) |
|
Equals | (Inherited from Object.) | |
Find |
Searches for an element in the elements.
(Inherited from XmlElementBase.) |
|
FindAll |
Searches for all elements matching some criteria.
(Inherited from XmlElementBase.) |
|
FindAll |
Searches for all elements matching some criteria.
(Inherited from XmlElementBase.) |
|
GetAttribute |
Gets the value of an attribute defined on the element.
(Inherited from XmlElementBase.) |
|
GetAttribute |
Gets the value of an attribute defined on the element.
(Inherited from XmlElementBase.) |
|
GetHashCode | (Inherited from Object.) | |
GetParent<(Of <<'(T>)>>) |
Find the parent element of the given type.
(Inherited from XmlElementBase.) |
|
GetParent<(Of <<'(T>)>>) |
Find the parent element of the given type.
(Inherited from XmlElementBase.) |
|
GetParent<(Of <<'(T>)>>) |
Find the parent element of the given type.
(Inherited from XmlElementBase.) |
|
GetType | (Inherited from Object.) | |
GetXmlPath |
Gets the XML path to this element.
(Inherited from XmlElementBase.) |
|
Initialize |
Override to take action when the element is opened.
(Overrides XmlElementBase..::Initialize()()()().) |
|
PreInitialize |
Called to set the context on the element.
(Inherited from XmlElementBase.) |
|
StartExecute |
Override to take action when the element is executed.
(Inherited from XmlElementBase.) |
|
ToString |
Returns a String that represents this instance.
(Overrides Object..::ToString()()()().) |
Protected Methods
Name | Description | |
---|---|---|
Dispose |
Disposes the object and its children.
(Inherited from XmlElementBase.) |
|
Finalize |
Destuctor
(Inherited from XmlElementBase.) |
|
MemberwiseClone | (Inherited from Object.) |
See Also
Smartsite.Core Namespace