Unit 'SAX' Package
[Overview][Resource strings][Constants][Types][Classes][Index] [#fcl-xml]

TSAXReader

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: sax.pp line 149

type TSAXReader = class

protected

  FCurColumnNumber: Integer;

  FCurLineNumber: Integer;

  FCurPublicID: SAXString;

  FCurSystemID: SAXString;

  FStopFlag: Boolean;

  function GetFeature(); virtual;

  function GetProperty(); virtual;

  procedure SetFeature(); virtual;

  procedure SetProperty(); virtual;

  procedure DoCharacters(); virtual;

  procedure DoComment(); virtual;

  procedure DoEndDocument; virtual;

  procedure DoEndElement(); virtual;

  procedure DoEndPrefixMapping(); virtual;

  procedure DoIgnorableWhitespace(); virtual;

  procedure DoProcessingInstruction(); virtual;

  procedure DoSkippedEntity(); virtual;

  procedure DoStartDocument; virtual;

  procedure DoStartElement(); virtual;

  procedure DoStartPrefixMapping(); virtual;

  procedure DoNotationDecl(); virtual;

  procedure DoUnparsedEntityDecl(); virtual;

  function DoResolveEntity(); virtual;

  procedure DoError(); virtual;

  procedure DoFatalError(); virtual;

  procedure DoWarning(); virtual;

public

  procedure Parse();

  procedure ParseStream();

  procedure Abort;

  property CurColumnNumber: Integer; [r]

  property CurLineNumber: Integer; [r]

  property CurPublicID: SAXString; [r]

  property CurSystemID: SAXString; [r]

  property Features []: Boolean; [rw]

  property Properties []: TObject; [rw]

  property OnCharacters: TCharactersEvent; [rw]

  property OnComment: TCommentEvent; [rw]

  property OnEndDocument: TNotifyEvent; [rw]

  property OnEndElement: TEndElementEvent; [rw]

  property OnEndPrefixMapping: TEndPrefixMappingEvent; [rw]

  property OnIgnorableWhitespace: TIgnorableWhitespaceEvent; [rw]

  property OnProcessingInstruction: TProcessingInstructionEvent; [rw]

  property OnSkippedEntity: TSkippedEntityEvent; [rw]

  property OnStartDocument: TNotifyEvent; [rw]

  property OnStartElement: TStartElementEvent; [rw]

  property OnStartPrefixMapping: TStartPrefixMappingEvent; [rw]

  property OnNotationDecl: TNotationDeclEvent; [rw]

  property OnUnparsedEntityDecl: TUnparsedEntityDeclEvent; [rw]

  property OnResolveEntity: TResolveEntityEvent; [rw]

  property OnError: TErrorEvent; [rw]

  property OnFatalError: TFatalErrorEvent; [rw]

  property OnWarning: TWarningEvent; [rw]

end;

Inheritance

TSAXReader

|

TObject


Documentation generated on: 2023-03-18