API Diff between 0.16.1-alpha-112 and 1.1.2-beta.407
2 Additions
127 Removals
AngleSharp.Common
AngleSharp.Css
AngleSharp.Css.Dom
AngleSharp.Dom
-
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 IEntityProviderExtended
-
public interface IReverseEntityProvider
-
public interface IShadowRoot : IDocumentFragment, INode, IEventTarget, IMarkupFormattable, IParentNode, INonElementParentNode
-
public abstract class Node : EventTarget, INode, IEventTarget, IMarkupFormattable, IEquatable<INode>
-
public static class NodeExtensions
-
public enum NodeFlags
-
public static class ParentNodeExtensions
-
public static class QueryExtensions
- public static bool Contains<T>(this T list, string[] tokens) where T : ITokenList
- public static IHtmlCollection<IElement> GetElementsByClassName<T>(this T elements, string classNames) where T : INodeList
- public static IHtmlCollection<IElement> GetElementsByTagName<T>(this T elements, string tagName) where T : INodeList
- public static IHtmlCollection<IElement> GetElementsByTagName<T>(this T elements, string namespaceUri, string localName) where T : INodeList
- public static IElement QuerySelector<T>(this T nodes, string selectorText, INode scopeNode = null) where T : INodeList
- public static T QuerySelector<TNodeList, T>(this TNodeList elements, ISelector selectors) where TNodeList : INodeList
- public static IElement QuerySelector<T>(this T elements, ISelector selector) where T : INodeList
- public static IHtmlCollection<IElement> QuerySelectorAll<T>(this T nodes, string selectorText, INode scopeNode = null) where T : INodeList
- public static IHtmlCollection<IElement> QuerySelectorAll<T>(this T elements, ISelector selector) where T : INodeList
- public static void QuerySelectorAll<T>(this T elements, ISelector selector, List<IElement> result) where T : INodeList
-
public enum QuirksMode
AngleSharp.Dom.Events
AngleSharp.Html
AngleSharp.Html.Construction
-
public interface IConstructableAttr
-
public interface IConstructableDocument : IConstructableNode
-
public interface IConstructableElement : IConstructableNode
-
public interface IConstructableFormElement : IConstructableElement, IConstructableNode
-
public interface IConstructableFrameElement : IConstructableElement, IConstructableNode
-
public interface IConstructableMathElement : IConstructableElement, IConstructableNode
-
public interface IConstructableMetaElement : IConstructableElement, IConstructableNode
-
public interface IConstructableNamedNodeMap
-
public interface IConstructableNode
-
public interface IConstructableNodeList : IEnumerable<IConstructableNode>, IEnumerable
-
public interface IConstructableScriptElement : IConstructableElement, IConstructableNode
-
public interface IConstructableSvgElement : IConstructableElement, IConstructableNode
-
public interface IConstructableTemplateElement : IConstructableElement, IConstructableNode
-
public interface IDomConstructionElementFactory<TDocument, TElement> where TDocument : IConstructableDocument where TElement : IConstructableElement
-
public interface IHtmlElementConstructionFactory : IDomConstructionElementFactory<Document, Element>
AngleSharp.Html.Forms.Submitters
AngleSharp.Html.Parser
AngleSharp.Html.Parser.Tokens.Struct
AngleSharp.Io
AngleSharp.Text
AngleSharp.Xhtml