API Diff between 0.11.0 and 0.14.0-alpha-789
8 Additions
50 Removals
AngleSharp
AngleSharp.Attributes
AngleSharp.Browser
AngleSharp.Common
AngleSharp.Css
-
public static class PseudoElementNames
- public static readonly string
- public static readonly string
AngleSharp.Dom
-
public static class AttributeNames
-
public class DefaultDocumentFactory : IDocumentFactory
-
public abstract class Document : Node, IDocument, INode, IEventTarget, IMarkupFormattable, IParentNode, IGlobalEventHandlers, IDocumentStyle, INonElementParentNode, IDisposable
-
public abstract class Element : Node, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode
-
public static class ElementExtensions
-
public interface IElement : INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode
-
public interface IElementFactory<TDocument, TElement> where TDocument : IDocument where TElement : IElement
- TElement Create(TDocument document, string localName, string prefix = null, NodeFlags flags = 0)
- TElement Create(TDocument document, string localName, string prefix = null)
-
public interface INode : IEventTarget, IMarkupFormattable
-
public interface ISourceReference
-
public abstract class Node : EventTarget, INode, IEventTarget, IMarkupFormattable, IEquatable<INode>
AngleSharp.Html
AngleSharp.Html.Dom
-
public class HtmlElement : Element, IHtmlElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IGlobalEventHandlers
-
public interface IHtmlTableRowElement : IHtmlElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IGlobalEventHandlers
-
public enum TableCellKind
AngleSharp.Html.Parser
AngleSharp.Html.Parser.Tokens
AngleSharp.Io
AngleSharp.Scripting
AngleSharp.Text