HTML Class

The HTML class carries a description of methods used to create XML documents. The documents will typically be used with web access interfaces. The methods in this class are used in associated with a type HTML object:

type HTML objectName = Class.new("HTML")

 

Ancestor

Reference

Descendants

None

Methods

Description

addAttrib

Defines schema attributes of the columns being returned.

addCol

Adds a specific column from the result set to an XML document.

addElement

Adds information to the DTD of an XML script. The particular level of information is a line that describes the label (element) and attributes of the data within that label.

addList

Appends multiple column and data lines to an XML document.

addProp

For data that is not retrieved from a ResultSet method, use with the addString method to add single entries to the document.

addRow

Adds the data and columns of a result set into an XML document in the same format as the addProp method.

addString

Adds labels to XML documents for those areas of the data section where other methods cannot add the labels.

addTitle

Creates the first portion of an XML document.