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

The type exposes the following members.

Public Constructors

  Name Description
Public method ViperParser

Public Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Static member IsSingleViper
Test if the input string is a single viper, ie starts with { and ends with }.
Public method Parse Overloaded.
Public method ParseNext
Parse the next viper in the src.
Public method Static member RemoveVipers Overloaded.
Public method ToString (Inherited from Object.)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnViperEvent
Raises the ViperEvent if any attached event listeners.

Public Events

  Name Description
Public event ViperEvent
Event raised when vipers are found during parsing.

See Also

Advanced