Version

NameScanner Class Members

The following tables list the members exposed by NameScanner.

Public Constructors
 NameDescription
Public ConstructorNameScanner ConstructorInitializes a new instance of the NameScanner class.  
Protected Fields
 NameDescription
Protected Field_acceptedA boolean value indicating whether the scanner has been accepted. (Inherited from Infragistics.Documents.Reports.HTML.Scanner)
Protected Field_activeA boolean value indicating whether the scanner is active. (Inherited from Infragistics.Documents.Reports.HTML.Scanner)
Protected Field_chThe output character. (Inherited from Infragistics.Documents.Reports.HTML.Scanner)
Protected Field_positionCurrent position within the word. (Inherited from Infragistics.Documents.Reports.HTML.Scanner)
Public Properties
 NameDescription
Public PropertyAcceptedGets a boolean value indicating whether the scanner has been accepted. (Inherited from Infragistics.Documents.Reports.HTML.Scanner)
Public PropertyActiveGets a boolean value indicating whether the scanner is active. (Inherited from Infragistics.Documents.Reports.HTML.Scanner)
Public PropertyCharGets the output character. (Inherited from Infragistics.Documents.Reports.HTML.Scanner)
Public PropertyNameGets the name to scan.  
Public Methods
 NameDescription
Public MethodProcessOverridden. Processes a character.  
Public MethodResetResets the scanner. (Inherited from Infragistics.Documents.Reports.HTML.Scanner)
See Also