Processor.ShortcodeProcessor, Processor.WebComponentProcessor
Constructor and Description |
---|
WebComponentProcessor(SnippetParser parser)
Default constructor
|
Modifier and Type | Method and Description |
---|---|
protected void |
appendChildrenToHtml(org.jsoup.nodes.Node node,
Appendable writer)
Append child
Node in html rendering. |
convertElementToHtml, convertToHtml, createSnippetComponent, parse
public WebComponentProcessor(SnippetParser parser)
parser
- current parser.protected void appendChildrenToHtml(org.jsoup.nodes.Node node, Appendable writer) throws IOException
Node
in html rendering.appendChildrenToHtml
in class Processor
node
- the node to use.writer
- the html writerIOException
- If an I/O error occurs.Copyright © 2012–2023 Friederich Christophe. All rights reserved.