module Physical_value:sig
..end
type 'a
sequence =
| |
CSeq of |
| |
LSeq of |
type
item =
| |
Item_Atomic of |
| |
Item_Node of |
type
_ItemKind =
| |
AtomicValueKind |
| |
NodeKind |
typedom_value =
item sequence
typesax_value =
Streaming_types.typed_xml_stream
type
xml_value =
| |
DomValue of |
| |
SaxValue of |
typetuple_unit =
unit
val empty_tuple : tuple_unit
typetuple =
xml_value array
typedom_tuple =
dom_value array
typetable_unit =
tuple_unit Cursor.cursor
typetable =
tuple array
typedom_table =
dom_tuple array
type
physical_value =
| |
PXMLValue of |
| |
PTable of |