| [Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: laz2_xmlread.pas line 133
type TDOMParser = class(TObject) |
||
public |
||
constructor Create; |
|
|
destructor Destroy; override; |
|
|
procedure Parse(); |
|
|
procedure ParseUri(); |
|
|
function ParseWithContext(); |
|
|
property Options: TDOMParseOptions; [r] |
|
|
property OnError: TXMLErrorEvent; [rw] |
|
|
end; |
|
||
| | | ||
TObject |
| lazarus-ccr.sourceforge.net |