ScroogeXHTML for Delphi  6.7
 All Classes Functions Variables Pages
TXHTML50Translator Class Reference

XHTML 5 Translator. More...

Inheritance diagram for TXHTML50Translator:
TXHTML11Translator TXHTML10StrictTranslator TXHTMLTranslator

Public Member Functions

string GetDocType ()
 
string GetDocTypeName ()
 
string GetParagraphStyle (const TParagraphProperties PP)
 
Boolean SupportsElement (const string ElementName)
 
Boolean SupportsParameter (const string ElementName, const string ParamName)
 
Boolean IsTransitional ()
 
string GetRootElement ()
 Returns the document root element. More...
 
- Public Member Functions inherited from TXHTML11Translator
string GetDocType ()
 
string GetDocTypeName ()
 
string GetParagraphStyle (const TParagraphProperties PP)
 
Boolean SupportsElement (const string ElementName)
 
Boolean SupportsParameter (const string ElementName, const string ParamName)
 
Boolean IsTransitional ()
 
Boolean IsDocTypeRequired ()
 
- Public Member Functions inherited from TXHTML10StrictTranslator
string GetDocType ()
 
string GetDocTypeName ()
 
string GetParagraphStyle (const TParagraphProperties pp)
 
Boolean SupportsElement (const string elementName)
 
Boolean SupportsParameter (const string elementName, const string paramName)
 
Boolean IsTransitional ()
 
- Public Member Functions inherited from TXHTMLTranslator
string GetRootElement ()
 Returns the document root element. More...
 
string GetCloseEmptyElement ()
 Returns " />".
 
SxText FormatElement (const SxText Text, const TCharacterProperties CP)
 Returns text with formatting CSS/XHTML tags.
 
Boolean IsXml ()
 Returns True because all subclasses are XML based.
 

Detailed Description

XHTML 5 Translator.

Member Function Documentation

string TXHTML50Translator::GetRootElement ( )

Returns the document root element.