Nebula
Loading...
Searching...
No Matches
Http::HtmlElement Class Reference

#include <htmlelement.h>

Detailed Description

HTML markup elements.

Public Types

enum  Code {
  Html , Head , Title , Body ,
  Heading1 , Heading2 , Heading3 , Heading4 ,
  Heading5 , Heading6 , Paragraph , UnorderedList ,
  OrderedList , ListItem , DefinitionList , DefinitionListTerm ,
  DefinitionListDefinition , BlockQuote , PreFormatted , Bold ,
  Italics , Teletyper , Underscore , Strike ,
  Big , Small , Sup , Sub ,
  Table , TableRow , TableHeader , TableData ,
  Anchor , Image , Object , Form ,
  Input , Div , Span , Style ,
  Font , Script , InvalidHtmlElement
}
 elements More...
 

Static Public Member Functions

static Util::String ToHtml (Code c)
 convert to string
 

Member Enumeration Documentation

◆ Code

elements

Enumerator
Html 
Head 
Title 
Body 
Heading1 
Heading2 
Heading3 
Heading4 
Heading5 
Heading6 
Paragraph 
UnorderedList 
OrderedList 
ListItem 
DefinitionList 
DefinitionListTerm 
DefinitionListDefinition 
BlockQuote 
PreFormatted 
Bold 
Italics 
Teletyper 
Underscore 
Strike 
Big 
Small 
Sup 
Sub 
Table 
TableRow 
TableHeader 
TableData 
Anchor 
Image 
Object 
Form 
Input 
Div 
Span 
Style 
Font 
Script 
InvalidHtmlElement 

Member Function Documentation

◆ ToHtml()

Util::String Http::HtmlElement::ToHtml ( Code c)
static

convert to string


The documentation for this class was generated from the following files: