HTMLDocument.3kaya

Langue: en

Version: March 2009 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

HTMLDocument - HTML Document creation and editing

DESCRIPTION

This module contains functions for creating and editing a HTML document using a tree-based approach. This ensures that documents are of a high code quality, makes maintenance easier, and provides protection against some common web security problems.

DATA TYPES

HTMLDocument.ClientScript(3kaya)

HTMLDocument.ControlInputType(3kaya)

HTMLDocument.ConversionSafety(3kaya)

HTMLDocument.Doctype(3kaya)

HTMLDocument.FormType(3kaya)

HTMLDocument.HTMLDocument(3kaya)

HTMLDocument.HeadLink(3kaya)

HTMLDocument.ImageData(3kaya)

HTMLDocument.ImageDimensions(3kaya)

HTMLDocument.InitialTableData(3kaya)

HTMLDocument.InlineElement(3kaya)

HTMLDocument.ListType(3kaya)

HTMLDocument.MediaType(3kaya)

HTMLDocument.MetaData(3kaya)

HTMLDocument.Relationship(3kaya)

HTMLDocument.SelectOption(3kaya)

HTMLDocument.StyleSheet(3kaya)

HTMLDocument.TextInputType(3kaya)

HTMLDocument.WhiteList(3kaya)

EXCEPTIONS

HTMLDocument.InvalidNesting(3kaya)

HTMLDocument.InvalidRange(3kaya)

HTMLDocument.RequiresAttribute(3kaya)

HTMLDocument.RequiresElement(3kaya)

HTMLDocument.TagSoupNotForOutput(3kaya)

FUNCTIONS

HTMLDocument.addAddress(3kaya)

HTMLDocument.addBlockQuote(3kaya)

HTMLDocument.addDivision(3kaya)

HTMLDocument.addDocumentLink(3kaya)

HTMLDocument.addDocumentMetaData(3kaya)

HTMLDocument.addDocumentScripting(3kaya)

HTMLDocument.addDocumentStylesheet(3kaya)

HTMLDocument.addFieldset(3kaya)

HTMLDocument.addHTTPHeader(3kaya)

HTMLDocument.addHTTPHeader_1(3kaya)

HTMLDocument.addHeading(3kaya)

HTMLDocument.addHorizontalRule(3kaya)

HTMLDocument.addImage(3kaya)

HTMLDocument.addInlineElementAt(3kaya)

HTMLDocument.addLabelledInput(3kaya)

HTMLDocument.addLabelledSelect(3kaya)

HTMLDocument.addLabelledTextarea(3kaya)

HTMLDocument.addLazySelect(3kaya)

HTMLDocument.addLineBreak(3kaya)

HTMLDocument.addList(3kaya)

HTMLDocument.addListItem(3kaya)

HTMLDocument.addLocalControlInput(3kaya)

HTMLDocument.addLocalForm(3kaya)

HTMLDocument.addOption(3kaya)

HTMLDocument.addOptionList(3kaya)

HTMLDocument.addParagraph(3kaya)

HTMLDocument.addPreformatted(3kaya)

HTMLDocument.addRemoteControlInput(3kaya)

HTMLDocument.addRemoteForm(3kaya)

HTMLDocument.addSelectElement(3kaya)

HTMLDocument.addStateFields(3kaya)

HTMLDocument.addString(3kaya)

HTMLDocument.addTable(3kaya)

HTMLDocument.addTableBodySection(3kaya)

HTMLDocument.addTableColumns(3kaya)

HTMLDocument.addTableRow(3kaya)

HTMLDocument.addTextInput(3kaya)

HTMLDocument.addTextarea(3kaya)

HTMLDocument.anonymousBlock(3kaya)

HTMLDocument.appendExisting(3kaya)

HTMLDocument.appendGenerator(3kaya)

HTMLDocument.appendInlineElement(3kaya)

HTMLDocument.associateTextAndInput(3kaya)

HTMLDocument.encodeControlState(3kaya)

HTMLDocument.getAttribute(3kaya)

HTMLDocument.getChildren(3kaya)

HTMLDocument.getListItem(3kaya)

HTMLDocument.getTableBodySections(3kaya)

HTMLDocument.getTableCell(3kaya)

HTMLDocument.getTableFooter(3kaya)

HTMLDocument.getTableHeader(3kaya)

HTMLDocument.initialiseTable(3kaya)

HTMLDocument.lazyTable(3kaya)

HTMLDocument.localControlURL(3kaya)

HTMLDocument.makeDataCell(3kaya)

HTMLDocument.makeHeaderCell(3kaya)

HTMLDocument.moveBlock(3kaya)

HTMLDocument.new(3kaya)

HTMLDocument.numTableColumns(3kaya)

HTMLDocument.prependExisting(3kaya)

HTMLDocument.prependGenerator(3kaya)

HTMLDocument.pushListItem(3kaya)

HTMLDocument.readFromString(3kaya)

HTMLDocument.readFromTemplate(3kaya)

HTMLDocument.setAttribute(3kaya)

HTMLDocument.setClass(3kaya)

HTMLDocument.setDocumentTitle(3kaya)

HTMLDocument.setID(3kaya)

HTMLDocument.setTableCaption(3kaya)

HTMLDocument.setTitle(3kaya)

HTMLDocument.string(3kaya)

HTMLDocument.substring(3kaya)

HTMLDocument.write(3kaya)

HTMLDocument.writeTo(3kaya)

AUTHORS

Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/

LICENSE

The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation.