summaryrefslogtreecommitdiff
path: root/packages/cocoaint/src/webkit/DOMXPathException.inc
blob: 68a0292c9c0051d5b01453a3e97893f6dec4fa57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ Parsed from WebKit.framework DOMXPathException.h }

{$ifdef EXTERNAL_SYMBOLS}
var
  DOMXPathException: NSString { available in 10_4 }; cvar; external;
{$endif}

{$ifdef TYPES}
const
  DOM_INVALID_EXPRESSION_ERR = 51;
  DOM_TYPE_ERR = 52;
{$endif}