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
Basic XML types and accessor functions
Convenience function to access attributes by name
Convenience function to check whether an element has attribute xml:space="preserve"
SZXX.Xml.DOM.unescape "Fast & Furious 🏎️" returns "Fast & Furious 🏎️"
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.
Same as at but takes a string argument. This allows at_s to be used in get together with dot and dot_text