DOMProcessingInstruction.inc 368 B

123456789101112131415161718
  1. { Parsed from WebKit.framework DOMProcessingInstruction.h }
  2. {$ifdef TYPES}
  3. type
  4. DOMProcessingInstructionPtr = ^DOMProcessingInstruction;
  5. {$endif}
  6. {$ifdef CLASSES}
  7. type
  8. DOMProcessingInstruction = objcclass external (DOMCharacterData)
  9. public
  10. function target: NSString; message 'target';
  11. function sheet: DOMStyleSheet; message 'sheet';
  12. end;
  13. {$endif}