[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'laz2_XMLRead' (#lazutils)

TXMLInputSource

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

Declaration

Source position: laz2_xmlread.pas line 114

type TXMLInputSource = class(TObject)

public

  constructor Create();

  

  property Stream: TStream; [r]

  

  property StringData: string; [r]

  

  property BaseURI: DOMString; [rw]

  

  property SystemID: DOMString; [rw]

  

  property PublicID: DOMString; [rw]

  

end;

Inheritance

TXMLInputSource

  

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.