API Diff between 0.9.6 and 0.9.11
90 Additions
111 Removals
AngleSharp
AngleSharp.Commands
AngleSharp.Css
AngleSharp.Dom
-
public enum
-
public class DefaultAttributeObserver : IAttributeObserver
-
public abstract class EventTarget : IEventTarget
-
public interface IAttributeObserver
-
public interface IDocument : INode, IEventTarget, IMarkupFormattable, IParentNode, IGlobalEventHandlers, IDocumentStyle, INonElementParentNode, IDisposable
-
public interface IElement : INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
-
public interface IHistory
-
public enum WordBreak
AngleSharp.Dom.Css
AngleSharp.Dom.Events
AngleSharp.Dom.Html
-
public interface IHtmlElement : IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle, IGlobalEventHandlers
-
public interface IHtmlLinkElement : IHtmlElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle, IGlobalEventHandlers, ILinkStyle, ILinkImport, ILoadableElement
-
public interface IHtmlMarqueeElement
-
public interface IHtmlScriptElement : IHtmlElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle, IGlobalEventHandlers, ILoadableElement
AngleSharp.Extensions
-
public static class ApiExtensions
- public static INamedNodeMap Clear(this INamedNodeMap attributes)
- public static IElement ClearAttr(this IElement element)
- public static T ClearAttr<T>(this T elements) where T : IEnumerable<IElement>
- public static IElement Empty(this IElement element)
- public static IHtmlFormElement SetValues(this IHtmlFormElement form, IDictionary<string, string> fields, bool createMissing = false)
- public static IHtmlFormElement SetFieldValues(this IHtmlFormElement form, IDictionary<string, string> fields, bool createInputIfNotFound = false)
- public static Task<IDocument> SubmitAsync(this IHtmlElement element, object fields = null)
- public static Task<IDocument> SubmitAsync(this IHtmlElement element, IDictionary<string, string> fields, bool createMissing = false)
- public static IHtmlCollection<TElement> ToCollection<TElement>(this IEnumerable<TElement> elements) where TElement : IElement
-
public static class TokenizerExtensions
AngleSharp.Html
AngleSharp.Network
AngleSharp.Network.Default
AngleSharp.Parser.Html
AngleSharp.Parser.Xml
AngleSharp.Services
-
public interface IAttributeSelectorFactory : IService
- ISelector Create(string combinator, string name, string value, string prefix, bool insensitive)
- ISelector Create(string combinator, string name, string value, string prefix)
-
public interface ICommandProvider
-
public interface IContextFactory
-
public interface ICookieProvider
-
public interface IDocumentFactory
-
public interface IEncodingProvider
-
public interface IEntityProvider
-
public interface IAudioService : IResourceService<IAudioInfo>, IService
-
public interface IClipboardService : IService
- string Text { get; set; }
-
public interface ICommandService : IService
-
public interface IContextService : IService
-
public interface ICookieService : IService
- string this[string origin] { get; set; }
-
public interface IEncodingService : IService
-
public interface IEntityService : IService
-
public interface IIntegrityProvider
-
public interface IEventService : IService
-
public interface IHistoryService : IService
-
public interface IImageService : IResourceService<IImageInfo>, IService
-
public interface ILoaderService : IService
-
public interface INavigatorService : IService
-
public interface IObjectService : IResourceService<IObjectInfo>, IService
-
public interface IScriptingProvider
-
public interface IServiceFactory
-
public interface IScriptingService : IService
-
public interface IService
-
public interface IStylingProvider
-
public interface IStylingService : IService
-
public interface IVideoService : IResourceService<IVideoInfo>, IService
-
public interface IWindowService : IService
AngleSharp.Services.Default
-
public sealed class AttributeSelectorFactory : IAttributeSelectorFactory, IService
- public sealed delegate Creator : MulticastDelegate
- public ISelector Create(string combinator, string name, string value, string prefix, bool insensitive)
- protected virtual ISelector CreateDefault(string name, string value, string prefix, bool insensitive)
- public void Register(string combinator, Creator creator)
- public Creator Unregister(string combinator)
- public ISelector Create(string combinator, string name, string value, string prefix)
-
public class ContextFactory : IContextFactory
-
public class DocumentFactory : IDocumentFactory
-
public class LocaleEncodingProvider : IEncodingProvider
-
public class MemoryCookieProvider : ICookieProvider
-
public class LoaderService : ILoaderService, IService
-
public class LocaleEncodingService : IEncodingService, IService
-
public class MemoryCookieService : ICookieService, IService
-
public sealed class PseudoClassSelectorFactory : IPseudoClassSelectorFactory, IService
-
public sealed class PseudoElementSelectorFactory : IPseudoElementSelectorFactory, IService
-
public class ServiceFactory : IServiceFactory
AngleSharp.Xml