BbCodeNonClosedTag

A "tag" that doesn't close. For example, "hr".

Members

Functions

toHtml
Element toHtml(Document document)

Override me if the attribute is meaningful or the tag names don't match!

toPlainText
string toPlainText()

Override me!

Inherited Members

From BbCodeComponent

toString
string toString()

outputs its own source code

toPlainText
string toPlainText()

Outputs email style text

toHtml
Element toHtml(Document document)

converts itself to an HTML element

Suggestion Box / Bug Report