summaryrefslogtreecommitdiff
path: root/packages/cocoaint/src/webkit/DOMXPathNSResolver.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cocoaint/src/webkit/DOMXPathNSResolver.inc')
-rw-r--r--packages/cocoaint/src/webkit/DOMXPathNSResolver.inc46
1 files changed, 46 insertions, 0 deletions
diff --git a/packages/cocoaint/src/webkit/DOMXPathNSResolver.inc b/packages/cocoaint/src/webkit/DOMXPathNSResolver.inc
new file mode 100644
index 0000000000..6a0bd6b4c9
--- /dev/null
+++ b/packages/cocoaint/src/webkit/DOMXPathNSResolver.inc
@@ -0,0 +1,46 @@
+{ Parsed from Webkit.framework DOMXPathNSResolver.h }
+{ Version FrameworkParser: 1.3. PasCocoa 0.3, Objective-P 0.4 - Sat Oct 3 15:33:52 ICT 2009 }
+
+
+{$ifdef TYPES}
+{$ifndef DOMXPATHNSRESOLVER_PAS_T}
+{$define DOMXPATHNSRESOLVER_PAS_T}
+
+{$endif}
+{$endif}
+
+{$ifdef RECORDS}
+{$ifndef DOMXPATHNSRESOLVER_PAS_R}
+{$define DOMXPATHNSRESOLVER_PAS_R}
+
+{$endif}
+{$endif}
+
+{$ifdef FUNCTIONS}
+{$ifndef DOMXPATHNSRESOLVER_PAS_F}
+{$define DOMXPATHNSRESOLVER_PAS_F}
+
+{$endif}
+{$endif}
+
+{$ifdef EXTERNAL_SYMBOLS}
+{$ifndef DOMXPATHNSRESOLVER_PAS_S}
+{$define DOMXPATHNSRESOLVER_PAS_S}
+
+{$endif}
+{$endif}
+
+{$ifdef FORWARD}
+ DOMXPathNSResolverProtocol = objcprotocol;
+
+{$endif}
+{$ifdef PROTOCOLS}
+{$ifndef DOMXPATHNSRESOLVER_PAS_P}
+{$define DOMXPATHNSRESOLVER_PAS_P}
+
+{ DOMXPathNSResolver Protocol }
+ DOMXPathNSResolverProtocol = objcprotocol
+ function lookupNamespaceURI(prefix: NSStringPointer): NSString; message 'lookupNamespaceURI:';
+ end; external name 'DOMXPathNSResolver';
+{$endif}
+{$endif}