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 imageCopy Code
                                  public static class XmlUtil
Visual Basic (Declaration) Copy imageCopy Code
                                  Public NotInheritable Class XmlUtil

The type exposes the following members.

Public Methods

  Name Description
Public method Static member BooleanFromString
Converts a string value to a boolean value.
Public method Static member ConvertToType
Converts the given value to the requested type.
Public method Static member PrettyPrint
Generates a pretty-printed string from an Xml Document.
Public method Static member RemoveHTMLScript
Removes all scripting from an HTML string.
Public method Static member ResolveTypeCode Overloaded.
Public method Static member StripNonValidXMLCharacters
Strips non valid xml (control) characters from the input string.
Public method Static member SXMLDecode
Decodes an SXML encoded string to re-enable SXML processing.
Public method Static member XmlDecode Overloaded.
Public method Static member XmlEncode Overloaded.
Public method Static member XmlSchemaTypeToDotNetType Overloaded.
Public method Static member XmlTypeEquivalent
Gets a corresponding Xml type code for the specified XForms-specific datatype. Defaults to XmlTypeCode.String.

Public Fields

  Name Description
Public field Static member XMLDirectives
Holds a char array with the Xml directives.

See Also

Advanced