Module Dom.DocumentPosition

module DocumentPosition: sig .. end
Specification of Node objects.

type t = private int 
type mask = private int 
val disconnected : mask
val preceding : mask
val following : mask
val contains : mask
val contained_by : mask
val implementation_specific : mask
val has : t -> mask -> bool
val add : mask ->
mask -> mask
val (+) : mask ->
mask -> mask