API Diff between 1.0.2 and 1.1.1
0 Additions
113 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 IEntityProviderExtended
-
public interface IReverseEntityProvider
-
public static class NodeExtensions
-
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.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.Parser
AngleSharp.Html.Parser.Tokens.Struct
AngleSharp.Io
AngleSharp.Text
-
public sealed class CharArrayTextSource : IReadOnlyTextSource, IDisposable
-
public interface IReadOnlyTextSource : IDisposable
-
public interface ITextSource : IReadOnlyTextSource, IDisposable
-
public sealed class ReadOnlyMemoryTextSource : IReadOnlyTextSource, IDisposable
-
public static class StringExtensions
- public static StringOrMemory HtmlLower(this StringOrMemory value)
- public static bool Is(this string current, StringOrMemory other)
- public static bool Is(this Span<char> current, string other)
- public static bool Is(this ReadOnlySpan<char> current, ReadOnlyMemory<char> other)
- public static bool Is(this ReadOnlySpan<char> current, ReadOnlySpan<char> other)
- public static bool IsCustomElement(this StringOrMemory tag)
- public static bool Isi(this string current, StringOrMemory other)
- public static bool Isi(this Span<char> current, string other)
- public static bool Isi(this Span<char> current, ReadOnlySpan<char> other)
- public static bool Isi(this Span<char> current, ReadOnlyMemory<char> other)
- public static bool Isi(this ReadOnlySpan<char> current, string other)
-
public sealed class StringTextSource : IReadOnlyTextSource, IDisposable
-
public sealed class TextSource : IDisposable
-
public static class XmlExtensions