Module

Web.DOM.Document.XPath.ResultType

Package
purescript-web-dom-xpath
Repository
purescript-web/purescript-web-dom-xpath

#ResultType Source

#unordered_node_iterator_type Source

#ordered_node_iterator_type Source

#unordered_node_snapshot_type Source

#ordered_node_snapshot_type Source

#any_unordered_node_type Source

#first_ordered_node_type Source

#snap2ResType Source

snap2ResType :: SnapshotType -> ResultType

Map from restricted type SnapshotType to ResultType values.

#res2SnapType Source

res2SnapType :: ResultType -> Maybe SnapshotType

Inverse of snap2ResType.

#iter2ResType Source

iter2ResType :: IteratorType -> ResultType

Map from restricted type IteratorType to ResultType values.

#res2IterType Source

res2IterType :: ResultType -> Maybe IteratorType

Inverse of iter2ResType.