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 Code |
---|---|
public class ParserOptions |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class ParserOptions |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
ParserOptions |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
LoadHtmlPresets |
Initialize options for an html document.
|
|
LoadXHtmlPresets |
Initialize options for an xhtml document.
|
|
LoadXmlPresets |
Initialize options for an xml document.
|
|
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Public Properties
Name | Description | |
---|---|---|
AutoCloseElements |
List of elements that do not need a close tag.
|
|
AutoCloseSiblingElements |
Collection of elements that will automatically close their sibling element.
|
|
ConvertToLower |
Set to true to convert all markup to lower case.
|
|
ForceRootNode |
Node name of the root element to be added if missing.
|
|
IgnoreNamespaces |
Set to true to ignore namespace declarations
|
|
ScriptElements |
Elements that contain script.
|
See Also
Smartsite.Base Namespace