User`s guide

12 Classes – Alphabetical List
12-164
mlreportgen.dom.HTMLFile class
Package: mlreportgen.dom
Convert contents of HTML file to container of DOM objects
Description
Converts the contents of an HTML file to an HTMLFile object containing DOM objects
having the same content and format.
Construction
htmlFileObj = HTMLFile(htmlFile) converts the HTML file to an HTMLFile object
containing DOM objects having the same content and format.
An HTMLFile object supports these HTML elements and attributes.
HTML Element Attributes
a class, style, href, name
b class, style
br n/a
del class, style
font class, style, color, face, size
h1, h2, h3, h4,
h5, h6
class, style, align
i class, style
ins class, style
img class, style, src, height, width, alt
li class, style
ol class, style
p class, style, align