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

The type exposes the following methods.

Public Methods

  Name Description
Public method Static member CheckModuleRecursion
Checks whether to recurse on a given node.
Public method Static member CreateReader
Creates an XmlReader from the given string.
Public method Equals (Inherited from Object.)
Public method Execute Overloaded.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method HandleError
Handles errors that occur during SXML execution.
Public method HandleNonRegisteredNode Overloaded.
Public method InjectSXML
Injects SXML at the current position and continues execution.
Public method Reset
Resets the XmlProcessor to restart with the given template.
Public method ToString (Inherited from Object.)
Public method Static member TryParseParameterSection
Tests whether an unparsed Xml block is a parameters section and processes it if so.
Public method Static member UnescapeClientData
Unescapes internal SXML results for sending to clients.
Public method Static member WrapInSXml
Wraps the statement in Xml to recurse.

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

See Also

Advanced