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

Public Constructors

  Name Description
Public method ParserOptions

Public Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method LoadHtmlPresets
Initialize options for an html document.
Public method LoadXHtmlPresets
Initialize options for an xhtml document.
Public method LoadXmlPresets
Initialize options for an xml document.
Public method ToString (Inherited from Object.)

Protected Methods

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

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