package SZXX
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Xml.DOMSource
el |> dot "row" returns the first immediate <row> child of element el
el |> dot "row" returns the text of the first immediate <row> child of element el
el |> filter_map "row" ~f returns all filtered f <row> children of element el
el |> at "3" returns the nth (0-based indexing) immediate child of element el. The first argument is a string.