Module

Web.DOM.Document.XPath.ResultType

#ResultType

#any_type

#number_type

#string_type

#boolean_type

#unordered_node_iterator_type

#ordered_node_iterator_type

#unordered_node_snapshot_type

#ordered_node_snapshot_type

#any_unordered_node_type

#first_ordered_node_type

#snap2ResType

snap2ResType :: SnapshotType -> ResultType

Map from restricted type SnapshotType to ResultType values.

#res2SnapType

res2SnapType :: ResultType -> Maybe SnapshotType

Inverse of snap2ResType.

#iter2ResType

iter2ResType :: IteratorType -> ResultType

Map from restricted type IteratorType to ResultType values.

#res2IterType

res2IterType :: ResultType -> Maybe IteratorType

Inverse of iter2ResType.

Modules