Table of Contents

Class SvgNumberParser

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Model.dll

This class represents a parser with support for numbers.

public abstract class SvgNumberParser : SvgParser
Inheritance
SvgNumberParser
Derived
Inherited Members

Constructors

SvgNumberParser()

Methods

BuildFloat(int, int)

Computes a float from mantissa and exponent.

ParseFloat()

Parses the content of the buffer and converts it to a float.