[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: xmltextreader.pp line 36
type TXMLCharSource = class(TObject) |
protected |
function Reload; virtual; |
public |
constructor Create(); |
procedure NextChar; |
procedure NewLine; virtual; |
function SkipUntil(); virtual; |
procedure Initialize; virtual; |
function SetEncoding(); virtual; |
function Matches(); |
function MatchesLong(); |
end; |
| |
TObject |