summaryrefslogtreecommitdiff
blob: c20cc3c3affc0b70e5c6a0ed7eeab2da96ff45ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
*** sxpath.h	Fri Jun  7 21:01:31 2002
--- sxpath.h	Thu Jun 27 13:35:17 2002
***************
*** 66,74 ****
  typedef void *QueryContext;
  
  /*option constants */
! const unsigned long SXPF_DISPOSE_NAMES = 1;
! const unsigned long SXPF_DISPOSE_VALUES = 2;
! const unsigned long SXPF_SUPPORTS_UNPARSED_ENTITIES = 4;
  
  /*
   *    DOM handler functions
--- 66,77 ----
  typedef void *QueryContext;
  
  /*option constants */
! typedef enum 
! {
!   SXPF_DISPOSE_NAMES = 0x1,
!   SXPF_DISPOSE_VALUES = 0x2,
!   SXPF_SUPPORTS_UNPARSED_ENTITIES =0x4
! } SXPFlags;
  
  /*
   *    DOM handler functions