Repository URL to install this package:
|
Version:
3.2.0 ▾
|
{ Parsed from WebKit.framework DOMNotation.h }
{$ifdef TYPES}
type
DOMNotationPtr = ^DOMNotation;
{$endif}
{$ifdef CLASSES}
type
DOMNotation = objcclass external (DOMNode)
public
function publicId: NSString; message 'publicId';
function systemId: NSString; message 'systemId';
end;
{$endif}