HtmlParseErrorCode Enumeration |
Represents the type of parsing error.
Namespace:
WorkflowGen.My.HtmlAgilityPack
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax public enum HtmlParseErrorCode
Public Enumeration HtmlParseErrorCode
Members
| Member name | Value | Description |
---|
| TagNotClosed | 0 |
A tag was not closed.
|
| TagNotOpened | 1 |
A tag was not opened.
|
| CharsetMismatch | 2 |
There is a charset mismatch between stream and declared (META) encoding.
|
| EndTagNotRequired | 3 |
An end tag was not required.
|
| EndTagInvalidHere | 4 |
An end tag is invalid at this position.
|
See Also