![]() |
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 XmlData |
Visual Basic (Declaration) |
![]() |
---|---|
<> _ Public Class XmlData |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
![]() |
AppendBinaryChild |
Appends the given child as a binary node (base64 encoded) at the current node.
|
![]() |
AppendChild | Overloaded. |
![]() |
AppendChildXml |
Appends the given XML to the current node.
|
![]() ![]() |
CanWrap | Overloaded. |
![]() |
Clone |
Returns a new deep copy of the XmlData.
|
![]() ![]() |
Create | Overloaded. |
![]() |
Delete |
Deletes the given node.
|
![]() |
Equals | (Inherited from Object.) |
![]() |
Evaluate |
Evaluates the specified expression on the given node.
|
![]() |
GetAttribute | Overloaded. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetInnerXml |
Gets the InnerXml from a node.
|
![]() |
GetLocalNodeName |
Gets the local node name of the current Xml node.
|
![]() |
GetNamespaceUri |
Gets the current namespace Uri of the current Xml node.
|
![]() |
GetNodeBinary |
Gets binary data from the given node.
|
![]() |
GetNodeName |
Gets the node name of the current Xml node.
|
![]() |
GetNodeTypedValue | Overloaded. |
![]() |
GetNodeValue | Overloaded. |
![]() |
GetPrefix |
Gets the namespace prefix of the current Xml node.
|
![]() |
GetType | (Inherited from Object.) |
![]() |
GetXml |
Gets a node from the XML.
|
![]() ![]() |
Initialize |
Initializes the locator type.
|
![]() |
InsertAfter |
Inserts the given xml after the current node.
|
![]() |
InsertBefore |
Inserts the given xml before the current node.
|
![]() |
InsertNodeAfter | Overloaded. |
![]() |
InsertNodeBefore | Overloaded. |
![]() |
RemoveAttribute | Overloaded. |
![]() |
RemoveDuplicateNamespaces |
Removes duplicate namespace declarations from the Xml.
|
![]() |
RemoveNamespace |
Removes the namespace.
|
![]() |
SetAttribute | Overloaded. |
![]() |
SetNamespace | Overloaded. |
![]() |
SetValue |
Updates the given node's value.
|
![]() |
SetXml |
Updates the given node's inner Xml.
|
![]() |
ToString | Overloaded. |
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
ISerializable..::..GetObjectData |
Gets the object data.
|
See Also
Smartsite.Core Namespace