[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: laz2_xmlutils.pas line 127
type TNSSupport = class(TObject) |
||
public |
||
constructor Create; |
|
|
destructor Destroy; override; |
|
|
procedure DefineBinding(); |
|
|
function CheckAttribute(); |
|
|
function IsPrefixBound(); |
|
|
function GetPrefix(); |
|
|
function BindPrefix(); |
|
|
function DefaultNSBinding; |
|
|
procedure StartElement; |
|
|
procedure EndElement; |
|
|
end; |
|
||
| | ||
TObject |
Version 4.0 | Generated 2025-05-03 | Home |