Module ep_xml_lib

License: MIT File: ep_xml_lib.erl Description: XML functions.

Copyright © 2018 Lloyd R. Prentice

Version: .01

Authors: Lloyd R. Prentice.

Description

License: MIT File: ep_xml_lib.erl Description: XML functions

Function Index

fit_xml/2fit xml copy into panel.
get_Xml/1
line_specs/2Return line widths and offsets for a given panel.
parse_xml/1Return XML.
rich_text/2rich_text/2 helper.
vacancies/2Return number of lines that fit in panel.
xml2lines/2Transform Xml into lines copyfitted into panel.

Function Details

fit_xml/2

fit_xml(XML::eg_xml(), PanelMap::map()) -> tuple()

fit xml copy into panel

get_Xml/1

get_Xml(XML) -> any()

line_specs/2

line_specs(Tag::atom(), PanelMap::ep_panel()) -> {_Widths, _Offsets}

Return line widths and offsets for a given panel

parse_xml/1

parse_xml(TaggedText::list()) -> eg_xml()

Return XML

rich_text/2

rich_text(Xml::eg_xmlform(), PanelMap::ep_panel()) -> list()

rich_text/2 helper

vacancies/2

vacancies(Tag::atom(), PanelMap::ep_panel()) -> integer()

Return number of lines that fit in panel

xml2lines/2

xml2lines(Xml::eg_xmlform(), PanelMap::ep_panel()) -> list()

Transform Xml into lines copyfitted into panel


Generated by EDoc