Package org.commonmark.node
Class HtmlInline
- java.lang.Object
-
- org.commonmark.node.Node
-
- org.commonmark.node.HtmlInline
-
public class HtmlInline extends Node
Inline HTML element.- See Also:
- CommonMark Spec
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
literal
-
Constructor Summary
Constructors Constructor Description HtmlInline()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(Visitor visitor)
java.lang.String
getLiteral()
void
setLiteral(java.lang.String literal)
-
Methods inherited from class org.commonmark.node.Node
addSourceSpan, appendChild, getFirstChild, getLastChild, getNext, getParent, getPrevious, getSourceSpans, insertAfter, insertBefore, prependChild, setParent, setSourceSpans, toString, toStringAttributes, unlink
-
-