Table of Contents

Class SvgStringReader

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

This class represents a SvgTextReader which handles strings.

public class SvgStringReader : SvgTextReader
Inheritance
SvgStringReader
Inherited Members

Constructors

SvgStringReader(string)

Creates a new StringNormalizingReader.

Fields

_column

The current column in the stream.

_inputText

The characters.

_line

The current line in the stream.

_nextIndex

The index of the next character.

_textLength

The length of the string.

Properties

Column

Returns the current column in the stream.

Line

Returns the current line in the stream.

Methods

Close()

Close the stream.

Read()

Read a single character. This method will block until a character is available, an I/O error occurs, or the end of the stream is reached.