HtmlDocumentParser Class |
The HtmlDocumentParser type exposes the following members.
Name | Description | |
---|---|---|
![]() | HtmlDocumentParser |
Constructor
|
Name | Description | |
---|---|---|
![]() | Content |
Gets Content
|
![]() | FilterBaseTag |
Gets and sets
|
![]() | FilterLinkTags |
Gets and sets
|
![]() | FilterOutTagsForVariable |
Gets and sets whether to filter docs for element and attributes that should not have variable
|
![]() | FilterStyleAndScriptTags |
Gets and Sets whether to filter style and script tags
|
![]() | HtmlEncoding |
Gets and sets encoding of the html document
|
![]() | LeftDelimiter |
Override: Gets and sets left delimiter
|
![]() | RightDelimiter |
Override: Gets and sets right delimiter
|
Name | Description | |
---|---|---|
![]() | FilterLinks |
Filters out link tags
|
![]() | FilterOutTagForVariableParse |
Filters out all elements/attributes that are not good for variable parse
|
![]() | FilterStyleAndScript |
Filters out script, style tags
|
![]() | FixDocumentContainingBasePath |
Fixes document having a base path, appends base path to all relative path
|
![]() | GetCountForImagePathReplacements |
Get count for images found in the html doc that need to be replaced with {ImagePath}
|
![]() | GetCountForImagePathReplacements(Boolean) |
Get count for images found in the html doc that need to be replaced with {ImagePath}
|
![]() | GetFullImageSources |
Gets list of sources found image tag in the html doc. It only returns full http/https urls, also accounts for base path
|
![]() | InsertImagePath |
Searches html document for image tag and appends {ImagePath} to src attribue
|
![]() | InsertImagePath(Boolean) |
Searches html document for image tag and appends {ImagePath} to src attribue
|
![]() ![]() | IsUrl |
Checks if provided text is a url
|