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

The type exposes the following methods.

Public Methods

  Name Description
Public method Clear
Clears the stack.
Public method Equals (Inherited from Object.)
Public method Static member Get
Gets the SXML Stack from the given context.
Public method GetCurrentModule
Gets the nearest module on the stack.
Public method GetHashCode (Inherited from Object.)
Public method GetScopeIdentifier Overloaded.
Public method GetType (Inherited from Object.)
Public method IsNestedViper
Determines whether the current viper is nested.
Public method Peek Overloaded.
Public method Pop
Pops an item off the Stack.
Public method Push Overloaded.
Public method SetCurrentViperMethodImplementation
Attaches a Viper Method Implementation object to the current viper being executed for debug tracing.
Public method SetInstructionOrigin
Sets the source of the current instruction.
Public method ToHtml
Represents the stack in HTML.
Public method ToString Overloaded.

Protected Methods

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

Explicit Interface Implementations

See Also

Advanced