AbstractFileParser Class

tikumo.regis3

AbstractFileParser Class regdiff Code Documentation
This is a generic parser of file content. Both the .REG parser and the .INI parser are concrete implementations of this class. The basic idea is that the parser is always in a well-known state, and in each state only a subset of new states are allowed.
Inheritance Hierarchy

OnlineSystem Object  com.tikumo.regis3 AbstractFileParser
    com.tikumo.regis3.ini IniFileParser
    com.tikumo.regis3 RegFileParser

Namespace: com.tikumo.regis3
Assembly: regis3 (in regis3.dll) Version: 3.4.0.0 (3.4.0.0)

Syntax

public abstract class AbstractFileParser
public abstract class AbstractFileParser
See Also