Version

Search Results

Name Property (NameScanner)

Gets the name to scan. Syntax

Process Method (NameScanner)

Processes a character. Syntax Parameters ch A character to process.

NameScanner Constructor

Initializes a new instance of the NameScanner class. Syntax Parameters name Name to scan.ch Output character.

Reader Class

Represents a low-level markup reader. Syntax

Reader Class Members

Public Constructors Public Properties Public Methods

Reader Class Methods

Public Methods

Reader Class Properties

Public Properties

Escapes Property

Gets the collection of escape scanners. Syntax Remarks Additional scanners can be added to this collection. In general, this can be used to replace html-based representations of characters with their ASCII or Unicode equivalents.

Next Method

Reads next markup element from the input. Syntax Return Value Markup element.

Reader Constructor

Initializes a new instance of the Reader class. Syntax Parameters reader Native text reader.