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 static class XmlUtil |
Visual Basic (Declaration) | Copy Code |
---|---|
Public NotInheritable Class XmlUtil |
The type exposes the following members.
Public Methods
Name | Description | |
---|---|---|
BooleanFromString |
Converts a string value to a boolean value.
|
|
ConvertToType |
Converts the given value to the requested type.
|
|
PrettyPrint |
Generates a pretty-printed string from an Xml Document.
|
|
RemoveHTMLScript |
Removes all scripting from an HTML string.
|
|
ResolveTypeCode | Overloaded. | |
StripNonValidXMLCharacters |
Strips non valid xml (control) characters from the input string.
|
|
SXMLDecode |
Decodes an SXML encoded string to re-enable SXML processing.
|
|
XmlDecode | Overloaded. | |
XmlEncode | Overloaded. | |
XmlSchemaTypeToDotNetType | Overloaded. | |
XmlTypeEquivalent |
Gets a corresponding Xml type code for the specified XForms-specific datatype.
Defaults to XmlTypeCode.String.
|
Public Fields
Name | Description | |
---|---|---|
XMLDirectives |
Holds a char array with the Xml directives.
|
See Also
Smartsite.Core Namespace