![]() |
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# |
![]() |
---|---|
public class XmlTextNode |
Visual Basic (Declaration) |
![]() |
---|---|
Public Class XmlTextNode |
The type exposes the following members.
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.) |
Public Properties
Name | Description | |
---|---|---|
![]() |
Captures |
Gets or sets a value indicating whether this XmlElementBase captures the xml in it.
(Inherited from XmlElementBase.) |
![]() |
Children |
Gets the children.
(Inherited from XmlElementBase.) |
![]() |
CopyPosition |
Position for copy actions.
(Inherited from XmlElementBase.) |
![]() |
Culture |
Gets the element's culture.
(Inherited from XmlElementBase.) |
![]() |
Engine |
Gets the Xml Engine.
(Inherited from XmlElementBase.) |
![]() |
InnerText |
Gets the inner text
(Inherited from XmlElementBase.) |
![]() |
LocalName |
Gets the name of the local.
(Inherited from XmlElementBase.) |
![]() |
NamespaceUri |
Gets the name of the local.
(Inherited from XmlElementBase.) |
![]() |
Parent |
Gets the parent.
(Inherited from XmlElementBase.) |
![]() |
SourceContext |
Gets the Source context of the element
(Inherited from XmlElementBase.) |
See Also
Smartsite.Core Namespace