IHtmlDocumentParser Interface

Alterian Email Manager 6.2.3 SDK Help File
Interface for a document parser

Namespace:  DMLibrary.Parser
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public interface IHtmlDocumentParser

The IHtmlDocumentParser type exposes the following members.

Properties
NameDescription
Public propertyContent
Gets Contents to parse
Public propertyFilterLinkTags
Gets and sets
Public propertyFilterStyleAndScriptTags
Gets and Sets whether to filter style and script tags
Public propertyLeftDelimiter
Gets and sets left delimiter
Public propertyRightDelimiter
Gets and sets right delimiter
Top
Methods
NameDescription
Public methodFilterLinks
Filters out link tags
Public methodFilterStyleAndScript
Removes style tag from the html document
Public methodFixDocumentContainingBasePath
Fixes document having a base path, appends base path to all relative path
Public methodGetCountForImagePathReplacements
Get count for images found in the html doc that need to be replaced with {ImagePath}
Public methodGetCountForImagePathReplacements(Boolean)
Get count for images found in the html doc that need to be replaced with {ImagePath}
Public methodInsertImagePath
Searches html document for image tag and appends {ImagePath} to src attribue
Public methodInsertImagePath(Boolean)
Searches html document for image tag and appends {ImagePath} to src attribue
Top
See Also