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 |
|
Descendants |
None |
Methods |
Description |
Defines schema attributes of the columns being returned. | |
Adds a specific column from the result set to an XML document. | |
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. | |
Appends multiple column and data lines to an XML document. | |
For data that is not retrieved from a ResultSet method, use with the addString method to add single entries to the document. | |
Adds the data and columns of a result set into an XML document in the same format as the addProp method. | |
Adds labels to XML documents for those areas of the data section where other methods cannot add the labels. | |
Creates the first portion of an XML document. |