(******************************************************************************) (* SXSI : XPath evaluator *) (* Kim Nguyen (Kim.Nguyen@nicta.com.au) *) (* Copyright NICTA 2008 *) (* Distributed under the terms of the LGPL (see LICENCE) *) (******************************************************************************) type t val attribute : t val pcdata : t val tag : string -> t val clear_pool : unit -> unit val compare : t -> t -> int val equal : t -> t -> bool val print : Format.formatter -> t -> unit val to_string : t -> string