Rendererpublic class CppXhtmlRenderer extends XhtmlRenderer
| Modifier and Type | Field | Description |
|---|---|---|
static HashMap |
DEFAULT_CSS |
| Constructor | Description |
|---|---|
CppXhtmlRenderer() |
| Modifier and Type | Method | Description |
|---|---|---|
protected String |
getCssClass(int style) |
Looks up the CSS class identifier that corresponds to the syntax style.
|
protected Map |
getDefaultCssStyles() |
Returns a map of all the CSS styles that the renderer requires,
together with default definitions for them.
|
protected ExplicitStateHighlighter |
getHighlighter() |
Returns the language-specific highlighting lexer that should be used
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCssClassDefinitions, getXhtmlFooter, getXhtmlHeader, getXhtmlHeaderFragment, highlight, highlightpublic static final HashMap DEFAULT_CSS
protected Map getDefaultCssStyles()
XhtmlRenderergetDefaultCssStyles in class XhtmlRendererprotected String getCssClass(int style)
XhtmlRenderergetCssClass in class XhtmlRendererstyle - The syntax style.null if the syntax style isn't supported.
protected ExplicitStateHighlighter getHighlighter()
XhtmlRenderergetHighlighter in class XhtmlRendererCopyright © 2011–2019. All rights reserved.