public abstract class AbstractHighlightParser extends Object implements HighlightParser
Constructor and Description |
---|
AbstractHighlightParser() |
Modifier and Type | Method and Description |
---|---|
protected String |
getSyntaxId() |
org.xwiki.rendering.block.XDOM |
parse(Reader source) |
protected void |
setSyntaxId(String syntaxId) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
highlight
public org.xwiki.rendering.block.XDOM parse(Reader source) throws org.xwiki.rendering.parser.ParseException
parse
in interface org.xwiki.rendering.parser.Parser
org.xwiki.rendering.parser.ParseException
protected void setSyntaxId(String syntaxId)
syntaxId
- the syntax identifier.protected String getSyntaxId()
Copyright © 2004–2021 XWiki. All rights reserved.