API Diff between 1.1.0 and 1.0.2-alpha-284
326 Additions
0 Removals
AngleSharp.Common
AngleSharp.Css
AngleSharp.Css.Dom
AngleSharp.Dom
-
public abstract class Element : Node, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IConstructableElement, IConstructableNode
-
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
- TElement Create(TDocument document, StringOrMemory localName, StringOrMemory prefix = default, NodeFlags flags = 0)
- TDocument CreateDocument(TextSource source, IBrowsingContext context = null)
- IConstructableNode CreateDocumentType(TDocument document, StringOrMemory name, StringOrMemory publicIdentifier, StringOrMemory systemIdentifier)
- IConstructableFormElement CreateForm(TDocument document)
- IConstructableFrameElement CreateFrame(TDocument document)
- IConstructableMathElement CreateMath(TDocument document, StringOrMemory name = default)
- IConstructableMetaElement CreateMeta(TDocument document)
- TElement CreateNoScript(TDocument document, bool scripting)
- IConstructableScriptElement CreateScript(TDocument document, bool parserInserted, bool started)
- IConstructableSvgElement CreateSvg(TDocument document, StringOrMemory name = default)
- IConstructableTemplateElement CreateTemplate(TDocument document)
- TElement CreateUnknown(TDocument document, StringOrMemory tagName)
-
public interface IHtmlElementConstructionFactory : IDomConstructionElementFactory<Document, Element>
AngleSharp.Html.Parser
AngleSharp.Html.Parser.Tokens.Struct
AngleSharp.Text