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 SXML
Visual Basic (Declaration) Copy imageCopy Code
                                  Public NotInheritable Class SXML

The type exposes the following methods.

Public Methods

  Name Description
Public method Static member ContainsSXML Overloaded.
Public method Static member ContainsSXMLVipers Overloaded.
Public method Static member Convert
Converts the given result value to the required type.
Public method Static member ConvertToString Overloaded.
Public method Static member GetSXMLCompatibleProperties
Gets the properties of the given type whose type is compatible with SXML.
Public method Static member GetTrimMode Overloaded.
Public method Static member GetWhitespaceMode
Converts a string value to the corresponsing whitespace mode.
Public method Static member HandleWhitespace
Handles the whitespace for the given string.
Public method Static member HasSXMLStringRepresentation
Determines whether a CLR typehas a built-in SXML string representation.
Public method Static member HtmlDecode
Returns an html-decoded representation of the specified string.
Public method Static member HtmlEncode
Returns an html-encoded representation of the specified string.
Public method Static member IsParameterSection
Tests whether an unparsed Xml block is a parameters section and processes it if so.
Public method Static member RemoveWhitespace
Removes the whitespace of a string, such as line feeds, tabs.
Public method Static member SXMLDecode
Decodes an SXML encoded string to re-enable SXML processing.
Public method Static member SXMLDisable Overloaded.
Public method Static member SXMLEncode
Encodes an SXML string to disable SXML processing.
Public method Static member ToCLRType
Gets the CLR Type used to represent the given Smartsite result.
Public method Static member ToSXMLType Overloaded.
Public method Static member Trim
Trims the given text according to its trim mode.
Public method Static member ValidateClientData
Validates client data to be safe.
Public method Static member XmlDecode Overloaded.
Public method Static member XmlEncode Overloaded.

See Also

Smartsite.Core Namespace
Advanced