summaryrefslogtreecommitdiff
path: root/packages/cocoaint/src/webkit/DOMProcessingInstruction.inc
blob: 9da696410765b19b58a911ef716e16d5aea74893 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{ Parsed from WebKit.framework DOMProcessingInstruction.h }


{$ifdef TYPES}
type
  DOMProcessingInstructionPtr = ^DOMProcessingInstruction;
{$endif}

{$ifdef CLASSES}

type
  DOMProcessingInstruction = objcclass external (DOMCharacterData)
  public
    function target: NSString; message 'target';
    function sheet: DOMStyleSheet; message 'sheet';
  end;
{$endif}