com.woltlab.wcf.data.message.bbcode.code.data.message.bbcode.highlighter
Highlights syntax of xml documents.
Highlighter | --XmlHighlighter
| Class | Description |
|---|---|
HtmlHighlighter |
Highlights syntax of (x)html documents including style and script blocks. |
| Type | Name |
|---|---|
mixed |
$allowsNewslinesInQuotes |
mixed |
$commentEnd |
mixed |
$commentStart |
mixed |
$operators |
mixed |
$quotes |
mixed |
$separators |
mixed |
$singleLineComment |
| Return | Name |
|---|---|
void |
highlightKeywords( $string)
|
void |
highlightTag( $tag)
|
protected mixed $allowsNewslinesInQuotes = true
Redefinition of: Highlighter::$allowsNewslinesInQuotes
protected mixed $commentEnd = array("-->")
Redefinition of: Highlighter::$commentEnd
protected mixed $commentStart = array("<!--")
Redefinition of: Highlighter::$commentStart
protected mixed $operators = array()
Redefinition of: Highlighter::$operators
protected mixed $quotes = array("'", "\"")
Redefinition of: Highlighter::$quotes
protected mixed $separators = array("<", ">")
Redefinition of: Highlighter::$separators
protected mixed $singleLineComment = array()
Redefinition of: Highlighter::$singleLineComment
Highlighter::$cacheCommentsRegEx, Highlighter::$cachedComments, Highlighter::$cachedQuotes, Highlighter::$escapeSequence, Highlighter::$highlighterObjects, Highlighter::$keywords1, Highlighter::$keywords2, Highlighter::$keywords3, Highlighter::$keywords4, Highlighter::$keywords5, Highlighter::$quotesRegEx, Highlighter::$separatorsRegEx, Highlighter::$style
protected void highlightKeywords( $string)
protected void highlightTag( $tag)
Highlights an XML tag.
$tag Highlighter::__construct(), Highlighter::buildRegularExpressions(), Highlighter::cacheComment(), Highlighter::cacheComments(), Highlighter::cacheQuote(), Highlighter::cacheQuotes(), Highlighter::encodeHTML(), Highlighter::getHighlighter(), Highlighter::highlight(), Highlighter::highlightComments(), Highlighter::highlightKeywords(), Highlighter::highlightNumbers(), Highlighter::highlightOperators(), Highlighter::highlightQuotes()