Classes
The following classes are available globally.
-
A UIElement works as the wrapper for an HTML element.
See moreDeclaration
Swift
public class UIElement
-
Represents a web page and contains all the HTML elements.
See moreDeclaration
Swift
open class UIWebPage
-
A wrapper around an HTML
See morea(anchor) element. This is what is used for links.Declaration
Swift
open class UIAnchor
-
See moreCSSLinkrepresents a link to a CSS file from the HTML file that is rendered.Declaration
Swift
open class CSSLink
-
A wrapper class that represents an HTML
See moreulelement.Declaration
Swift
open class UIUnorderedList
-
A wrapper class around an
See moreol(odered list) element.Declaration
Swift
open class UIOrderedList
-
A wrapper class for li (list) elements.
See moreDeclaration
Swift
open class UIListItem
-
A wrapper object around a navigation element with a unordered list of anchors.
See moreDeclaration
Swift
open class UINavigation
-
Handles an HTML table element.
See moreDeclaration
Swift
open class UITable -
A row in an HTML table.
See moreDeclaration
Swift
open class UITableRow -
A header row in an HTML table.
See moreDeclaration
Swift
open class UITableRowHeader -
Handles the header cell of an HTML table header row.
See moreDeclaration
Swift
open class UITableCellHeader -
Handles the cell of a row in an HTML table.
See moreDeclaration
Swift
open class UITableCell
Classes Reference