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 XmlData |
Visual Basic (Declaration) | Copy Code |
---|---|
<> _ Public Class XmlData |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
XmlData | Overloaded. |
Protected Constructors
Name | Description | |
---|---|---|
XmlData | Overloaded. |
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.) |
Public Properties
Name | Description | |
---|---|---|
Document |
Gets the Xml Document.
|
|
NamespaceManager |
Gets the associated namespace manager.
|
|
Namespaces |
Gets the namespaces from the Xml document.
|
|
Settings |
Gets the XmlData Settings for this XmlData object.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
ISerializable..::..GetObjectData |
Gets the object data.
|
See Also
Smartsite.Core Namespace