PRELIMINARY INFORMATION - SUBJECT TO CHANGE
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 ParserOptions
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class ParserOptions

The type exposes the following properties.

Public Properties

  Name Description
Public property AutoCloseElements
List of elements that do not need a close tag.
Public property AutoCloseSiblingElements
Collection of elements that will automatically close their sibling element.
Public property ConvertToLower
Set to true to convert all markup to lower case.
Public property ForceRootNode
Node name of the root element to be added if missing.
Public property IgnoreNamespaces
Set to true to ignore namespace declarations
Public property ScriptElements
Elements that contain script.

See Also

Advanced