API Diff between 1.0.6-alpha-321 and 1.2.0-beta.420
0 Additions
94 Removals
AngleSharp.Common
AngleSharp.Css.Dom
AngleSharp.Dom
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