HtmlParseError.cs File Reference

Namespaces

 Dom
 The DOM namespace contains a 'tag soup' parser for handling HTML5 and other XML-like formats. It contains W3C compatible DOM nodes and functionality.
 

Constant Groups

 Dom
 The DOM namespace contains a 'tag soup' parser for handling HTML5 and other XML-like formats. It contains W3C compatible DOM nodes and functionality.
 

Enumerations

enum  Dom.HtmlParseError : byte {
  Dom.HtmlParseError.EOF = 0, Dom.HtmlParseError.Null = 0x01, Dom.HtmlParseError.BogusComment = 0x1a, Dom.HtmlParseError.AmbiguousOpenTag = 0x1b,
  Dom.HtmlParseError.TagClosedWrong = 0x1c, Dom.HtmlParseError.ClosingSlashMisplaced = 0x1d, Dom.HtmlParseError.UndefinedMarkupDeclaration = 0x1e, Dom.HtmlParseError.CommentEndedWithEM = 0x1f,
  Dom.HtmlParseError.CommentEndedWithDash = 0x20, Dom.HtmlParseError.CommentEndedUnexpected = 0x21, Dom.HtmlParseError.TagCannotBeSelfClosed = 0x22, Dom.HtmlParseError.EndTagCannotBeSelfClosed = 0x23,
  Dom.HtmlParseError.EndTagCannotHaveAttributes = 0x24, Dom.HtmlParseError.CaptionNotInScope = 0x25, Dom.HtmlParseError.SelectNotInScope = 0x26, Dom.HtmlParseError.TableRowNotInScope = 0x27,
  Dom.HtmlParseError.TableNotInScope = 0x28, Dom.HtmlParseError.ParagraphNotInScope = 0x29, Dom.HtmlParseError.BodyNotInScope = 0x2a, Dom.HtmlParseError.BlockNotInScope = 0x2b,
  Dom.HtmlParseError.TableCellNotInScope = 0x2c, Dom.HtmlParseError.TableSectionNotInScope = 0x2d, Dom.HtmlParseError.ObjectNotInScope = 0x2e, Dom.HtmlParseError.HeadingNotInScope = 0x2f,
  Dom.HtmlParseError.ListItemNotInScope = 0x30, Dom.HtmlParseError.FormNotInScope = 0x31, Dom.HtmlParseError.ButtonInScope = 0x32, Dom.HtmlParseError.NobrInScope = 0x33,
  Dom.HtmlParseError.ElementNotInScope = 0x34, Dom.HtmlParseError.CharacterReferenceWrongNumber = 0x35, Dom.HtmlParseError.CharacterReferenceSemicolonMissing = 0x36, Dom.HtmlParseError.CharacterReferenceInvalidRange = 0x37,
  Dom.HtmlParseError.CharacterReferenceInvalidNumber = 0x38, Dom.HtmlParseError.CharacterReferenceInvalidCode = 0x39, Dom.HtmlParseError.CharacterReferenceNotTerminated = 0x3a, Dom.HtmlParseError.CharacterReferenceAttributeEqualsFound = 0x3b,
  Dom.HtmlParseError.ItemNotFound = 0x3c, Dom.HtmlParseError.EncodingError = 0x3d, Dom.HtmlParseError.DoctypeUnexpectedAfterName = 0x40, Dom.HtmlParseError.DoctypePublicInvalid = 0x41,
  Dom.HtmlParseError.DoctypeInvalidCharacter = 0x42, Dom.HtmlParseError.DoctypeSystemInvalid = 0x43, Dom.HtmlParseError.DoctypeTagInappropriate = 0x44, Dom.HtmlParseError.DoctypeInvalid = 0x45,
  Dom.HtmlParseError.DoctypeUnexpected = 0x46, Dom.HtmlParseError.DoctypeMissing = 0x47, Dom.HtmlParseError.NotationPublicInvalid = 0x48, Dom.HtmlParseError.NotationSystemInvalid = 0x49,
  Dom.HtmlParseError.TypeDeclarationUndefined = 0x4a, Dom.HtmlParseError.QuantifierMissing = 0x4b, Dom.HtmlParseError.DoubleQuotationMarkUnexpected = 0x50, Dom.HtmlParseError.SingleQuotationMarkUnexpected = 0x51,
  Dom.HtmlParseError.AttributeNameInvalid = 0x60, Dom.HtmlParseError.AttributeValueInvalid = 0x61, Dom.HtmlParseError.AttributeNameExpected = 0x62, Dom.HtmlParseError.AttributeDuplicateOmitted = 0x63,
  Dom.HtmlParseError.TagMustBeInHead = 0x70, Dom.HtmlParseError.TagInappropriate = 0x71, Dom.HtmlParseError.TagCannotEndHere = 0x72, Dom.HtmlParseError.TagCannotStartHere = 0x73,
  Dom.HtmlParseError.FormInappropriate = 0x74, Dom.HtmlParseError.InputUnexpected = 0x75, Dom.HtmlParseError.TagClosingMismatch = 0x76, Dom.HtmlParseError.TagDoesNotMatchCurrentNode = 0x77,
  Dom.HtmlParseError.LineBreakUnexpected = 0x78, Dom.HtmlParseError.HeadTagMisplaced = 0x80, Dom.HtmlParseError.HtmlTagMisplaced = 0x81, Dom.HtmlParseError.BodyTagMisplaced = 0x82,
  Dom.HtmlParseError.ImageTagNamedWrong = 0x83, Dom.HtmlParseError.TableNesting = 0x84, Dom.HtmlParseError.IllegalElementInTableDetected = 0x85, Dom.HtmlParseError.SelectNesting = 0x86,
  Dom.HtmlParseError.IllegalElementInSelectDetected = 0x87, Dom.HtmlParseError.FramesetMisplaced = 0x88, Dom.HtmlParseError.HeadingNested = 0x89, Dom.HtmlParseError.AnchorNested = 0x8a,
  Dom.HtmlParseError.TokenNotPossible = 0x90, Dom.HtmlParseError.CurrentNodeIsNotRoot = 0x91, Dom.HtmlParseError.CurrentNodeIsRoot = 0x92, Dom.HtmlParseError.TagInvalidInFragmentMode = 0x93,
  Dom.HtmlParseError.FormAlreadyOpen = 0x94, Dom.HtmlParseError.FormClosedWrong = 0x95, Dom.HtmlParseError.BodyClosedWrong = 0x96, Dom.HtmlParseError.FormattingElementNotFound = 0x97
}
 A collection of HTML parse error codes. More...