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 fields.

Public Fields

  Name Description
Public field Static member CollectionMemberTagName
Tagname used for a collection member parameter.
Public field Static member CollectionTagName
Tagname used for a collection parameter.
Public field Static member InfiniteTimeout
Infinite timeout
Public field Static member LocalObjectName
The name of the pseudo Viper object resolving macro-local state.
Public field Static member PageObjectName
The name of the pseudo Viper object resolving page glogal state.
Public field Static member ParametersTagName
Tagname used for nested parameters Xml tag
Public field Static member ParameterTagName
Tagname used for nested parameter Xml tag
Public field Static member RegionObjectName
The name of the pseudo Viper object resolving region-local state.
Public field Static member ScopeObjectName
The name of the pseudo Viper object resolving bufferscope state.
Public field Static member WrapperTagName
Tagname used for wrapped element data for internal execution.

See Also

Advanced