API Diff between 1.0.0-alpha-98 and 1.0.0-beta.149
258 Additions
192 Removals
AngleSharp.Css
-
public static class CssKeywords
-
public static class FunctionNames
- public static readonly string Symbols
-
public static class PropertyNames
-
public static class StringExtensions
- public static bool CssInteger(this string value, out int result)
- public static bool CssNumber(this string value, out double result)
-
public static class StyleCollectionExtensions
- public static ICssStyleDeclaration ComputeCascadedStyle(this IStyleCollection styles, IElement element, ICssStyleDeclaration parent = null)
- public static ICssStyleDeclaration ComputeDeclarations(this IStyleCollection styles, IElement element, string pseudoSelector = null)
- public static ICssStyleDeclaration GetDeclarations(this IStyleCollection styles, IElement element, string pseudoSelector = null)
- public static ICssStyleDeclaration ComputeCascadedStyle(this IEnumerable<ICssStyleRule> styleCollection, IElement element, ICssStyleDeclaration parent = null)
- public static ICssStyleDeclaration ComputeDeclarations(this IEnumerable<ICssStyleRule> rules, IElement element, string pseudoSelector = null)
AngleSharp.Css.Dom
AngleSharp.Css.Parser
AngleSharp.Css.Values
-
public struct CssAngleValue : IEquatable<CssAngleValue>, IComparable<CssAngleValue>, ICssMetricValue, ICssPrimitiveValue, ICssValue, IEquatable<ICssValue>
-
public struct Angle : IEquatable<Angle>, IComparable<Angle>, ICssPrimitiveValue, ICssValue
-
public struct Color : IEquatable<Color>, IComparable<Color>, ICssPrimitiveValue, ICssValue
- public static readonly Color Black
- public static readonly Color Blue
- public static readonly Color CurrentColor
- public static readonly Color Green
- public static readonly Color InvertedColor
- public static readonly Color Magenta
- public static readonly Color PureGreen
- public static readonly Color Red
- public static readonly Color Transparent
- public static readonly Color White
- public static bool UseHex { get; set; }
- public byte A { get; }
- public double Alpha { get; }
- public byte B { get; }
- public string CssText { get; }
- public byte G { get; }
- public byte R { get; }
- public int Value { get; }
- public Color(byte r, byte g, byte b)
- public Color(byte r, byte g, byte b, byte a)
- public static Color FromFlexHex(string color)
- public static Color FromGray(byte number, double alpha = 1)
- public static Color FromGray(double value, double alpha = 1)
- public static Color FromHex(string color)
- public static Color FromHsl(double h, double s, double l)
- public static Color FromHsla(double h, double s, double l, double alpha)
- public static Color FromHwb(double h, double w, double b)
- public static Color FromHwba(double h, double w, double b, double alpha)
- public static Color? FromName(string name)
- public static Color FromRgb(byte r, byte g, byte b)
- public static Color FromRgba(byte r, byte g, byte b, double a)
- public static Color FromRgba(double r, double g, double b, double a)
- public static Color Mix(Color above, Color below)
- public static Color Mix(double alpha, Color above, Color below)
- public static bool op_Equality(Color a, Color b)
- public static bool op_Inequality(Color a, Color b)
- public static bool TryFromHex(string color, out Color value)
- public bool Equals(Color other)
-
public struct Constant<T> : ICssPrimitiveValue, ICssValue, IEquatable<Constant<T>>
-
public struct CounterDefinition : ICssPrimitiveValue, ICssValue, IEquatable<CounterDefinition>
-
public struct CounterValue : ICssPrimitiveValue, ICssValue, IEquatable<CounterValue>
-
public sealed class CssAttrValue : ICssFunctionValue, ICssValue
-
public sealed class CssBorderImageSliceValue : ICssCompositeValue, ICssValue
-
public struct CssColorValue : IEquatable<CssColorValue>, IComparable<CssColorValue>, ICssPrimitiveValue, ICssValue, IEquatable<ICssValue>
-
public struct CssConstantValue<T> : ICssPrimitiveValue, ICssValue, IEquatable<ICssValue>, IEquatable<CssConstantValue<T>>
-
public sealed class CssContentValue : ICssFunctionValue, ICssValue
-
public struct CssCounterDefinitionValue : ICssPrimitiveValue, ICssValue, IEquatable<ICssValue>, IEquatable<CssCounterDefinitionValue>
-
public struct CssCounterValue : ICssPrimitiveValue, ICssValue, IEquatable<ICssValue>, IEquatable<CssCounterValue>
-
public class CssFlowRelativeValue<T> : ICssMultipleValue, ICssValue, IEquatable<ICssValue>, IEnumerable<ICssValue>, IEnumerable, IEquatable<CssFlowRelativeValue<T>> where T : ICssValue
-
public struct CssFractionValue : IEquatable<CssFractionValue>, IComparable<CssFractionValue>, ICssPrimitiveValue, ICssValue, IEquatable<ICssValue>
-
public struct CssFrequencyValue : IEquatable<CssFrequencyValue>, IComparable<CssFrequencyValue>, ICssMetricValue, ICssPrimitiveValue, ICssValue, IEquatable<ICssValue>
-
public sealed class CssGradientStopValue : ICssCompositeValue, ICssValue
-
public struct CssIdentifierValue : ICssPrimitiveValue, ICssValue, IEquatable<ICssValue>, IEquatable<CssIdentifierValue>
-
public sealed class CssImageRepeatsValue : ICssCompositeValue, ICssValue
-
public struct CssIntegerValue : IEquatable<CssIntegerValue>, IComparable<CssIntegerValue>, ICssMetricValue, ICssPrimitiveValue, ICssValue, IEquatable<ICssValue>
-
public struct CssLengthValue : IEquatable<CssLengthValue>, IComparable<CssLengthValue>, ICssMetricValue, ICssPrimitiveValue, ICssValue, IEquatable<ICssValue>
-
public struct CssLineNamesValue : ICssPrimitiveValue, ICssValue, IEquatable<ICssValue>, IEquatable<CssLineNamesValue>
-
public class CssListValue<T> : ICssMultipleValue, ICssValue, IEnumerable<ICssValue>, IEnumerable where T : ICssValue
-
public struct CssNumberValue : IEquatable<CssNumberValue>, IComparable<CssNumberValue>, ICssMetricValue, ICssPrimitiveValue, ICssValue, IEquatable<ICssValue>
-
public sealed class CssOriginValue : ICssCompositeValue, ICssValue
-
public struct CssPercentageValue : IEquatable<CssPercentageValue>, IComparable<CssPercentageValue>, ICssMetricValue, ICssPrimitiveValue, ICssValue, IEquatable<ICssValue>
-
public class CssPeriodicValue<T> : ICssMultipleValue, ICssValue, IEnumerable<ICssValue>, IEnumerable where T : ICssValue
-
public struct CssPoint2D : ICssCompositeValue, ICssValue, IEquatable<ICssValue>, IEquatable<CssPoint2D>
-
public struct CssQuoteValue : ICssPrimitiveValue, ICssValue, IEquatable<ICssValue>, IEquatable<CssQuoteValue>
-
public sealed class CssRadialGradientValue : ICssGradientFunctionValue, ICssImageValue, ICssFunctionValue, ICssValue
- public CssPoint2D Position { get; }
- public ICssValue[] Stops { get; }
- public CssRadialGradientValue(bool circle, CssPoint2D center, ICssValue width, ICssValue height, SizeMode sizeMode, ICssValue[] stops, bool repeating = false)
- public bool Equals(CssRadialGradientValue other)
- public Point Position { get; }
- public CssGradientStopValue[] Stops { get; }
- public CssRadialGradientValue(bool circle, Point center, ICssValue width, ICssValue height, SizeMode sizeMode, CssGradientStopValue[] stops, bool repeating = false)
-
public class CssRadiusValue<T> : ICssMultipleValue, ICssValue, IEnumerable<ICssValue>, IEnumerable where T : ICssValue
-
public struct CssRatioValue : ICssCompositeValue, ICssValue, IEquatable<ICssValue>, IEquatable<CssRatioValue>
-
public struct CssResolutionValue : IEquatable<CssResolutionValue>, IComparable<CssResolutionValue>, ICssMetricValue, ICssPrimitiveValue, ICssValue, IEquatable<ICssValue>
-
public sealed class CssRunningValue : ICssFunctionValue, ICssValue
-
public sealed class CssShadowValue : ICssCompositeValue, ICssValue
- public CssColorValue Color { get; }
- public Color Color { get; }
- public CssShadowValue(bool inset, ICssValue offsetX, ICssValue offsetY, ICssValue blurRadius, ICssValue spreadRadius, CssColorValue? color)
- public bool Equals(CssShadowValue other)
- public CssShadowValue(bool inset, ICssValue offsetX, ICssValue offsetY, ICssValue blurRadius, ICssValue spreadRadius, Color? color)
-
public sealed class CssShapeValue : ICssValue, ICssFunctionValue
-
public sealed class CssSkewValue : ICssTransformFunctionValue, ICssFunctionValue, ICssValue
-
public struct CssStringValue : ICssPrimitiveValue, ICssValue, IEquatable<ICssValue>, IEquatable<CssStringValue>
-
public sealed class CssSymbolsValue : ICssFunctionValue, ICssValue, IEquatable<ICssValue>, IEquatable<CssSymbolsValue>
-
public struct CssTimeValue : IEquatable<CssTimeValue>, IComparable<CssTimeValue>, ICssMetricValue, ICssPrimitiveValue, ICssValue, IEquatable<ICssValue>
-
public class CssTupleValue<T> : ICssMultipleValue, ICssValue, IEnumerable<ICssValue>, IEnumerable where T : ICssValue
-
public sealed class CssUrlValue : ICssImageValue, ICssFunctionValue, ICssValue
-
public sealed class CssVarValue : ICssFunctionValue, ICssValue
-
public struct Fraction : IEquatable<Fraction>, IComparable<Fraction>, ICssPrimitiveValue, ICssValue
-
public struct Frequency : IEquatable<Frequency>, IComparable<Frequency>, ICssPrimitiveValue, ICssValue
-
public interface ICssComputeContext
-
public interface ICssGradientFunctionValue : ICssImageValue, ICssFunctionValue, ICssValue
-
public interface ICssMetricValue : ICssPrimitiveValue, ICssValue, IEquatable<ICssValue>
-
public struct Identifier : ICssPrimitiveValue, ICssValue, IEquatable<Identifier>
-
public struct Label : ICssPrimitiveValue, ICssValue, IEquatable<Label>
-
public struct Length : IEquatable<Length>, IComparable<Length>, ICssPrimitiveValue, ICssValue
- public enum Unit
- public static readonly Length Auto
- public static readonly Length Content
- public static readonly Length Full
- public static readonly Length Half
- public static readonly Length Medium
- public static readonly Length Normal
- public static readonly Length Thick
- public static readonly Length Thin
- public static readonly Length Zero
- public string CssText { get; }
- public bool IsAbsolute { get; }
- public bool IsRelative { get; }
- public Unit Type { get; }
- public string UnitString { get; }
- public double Value { get; }
- public Length(double value, Unit unit)
- public static Unit GetUnit(string s)
- public static bool op_Equality(Length a, Length b)
- public static bool op_GreaterThan(Length a, Length b)
- public static bool op_GreaterThanOrEqual(Length a, Length b)
- public static bool op_Inequality(Length a, Length b)
- public static bool op_LessThan(Length a, Length b)
- public static bool op_LessThanOrEqual(Length a, Length b)
- public static bool TryParse(string s, out Length result)
- public int CompareTo(Length other)
- public bool Equals(Length other)
- public double To(Unit unit, IRenderDimensions renderDimensions, RenderMode mode)
- public double ToPixel(IRenderDimensions renderDimensions, RenderMode mode)
-
public struct LineNames : ICssPrimitiveValue, ICssValue, IEquatable<LineNames>
-
public struct Point : IEquatable<Point>, ICssPrimitiveValue, ICssValue
-
public struct Quote : ICssPrimitiveValue, ICssValue, IEquatable<Quote>
-
public struct Ratio : IEquatable<Ratio>, IComparable<Ratio>, ICssPrimitiveValue, ICssValue
-
public struct Resolution : IEquatable<Resolution>, IComparable<Resolution>, ICssPrimitiveValue, ICssValue
-
public struct Time : IEquatable<Time>, IComparable<Time>, ICssPrimitiveValue, ICssValue