API Diff between 0.15.0 and 0.13.0-alpha-782
43 Additions
3 Removals
AngleSharp
AngleSharp.Browser.Dom.Events
AngleSharp.Css
AngleSharp.Dom
-
public static class AttributeNames
- public static readonly string Clear
- public static readonly string Codetype
- public static readonly string Compact
- public static readonly string Declare
- public static readonly string Direction
- public static readonly string NoHref
- public static readonly string NoShade
- public static readonly string ValueType
-
public abstract class Document : Node, IDocument, INode, IEventTarget, IMarkupFormattable, IParentNode, IGlobalEventHandlers, IDocumentStyle, INonElementParentNode, IDisposable
-
public interface IElementFactory<TDocument, TElement> where TDocument : IDocument where TElement : IElement
- TElement Create(TDocument document, string localName, string prefix = null)
- TElement Create(TDocument document, string localName, string prefix = null, NodeFlags flags = 0)
AngleSharp.Html
AngleSharp.Html.Parser
AngleSharp.Xhtml