Top Description Fields Constructors Methods
jdk.internal.org.commonmark.node

public Class HtmlInline

extends Node
Class Inheritance

Inline HTML element.
See Also
CommonMark Spec

Field Summary

Modifier and TypeField and Description
private String

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public void
public String
public void
setLiteral(String literal)

Inherited from jdk.internal.org.commonmark.node.Node:
addSourceSpanappendChildgetFirstChildgetLastChildgetNextgetParentgetPreviousgetSourceSpansinsertAfterinsertBeforeprependChildsetParentsetSourceSpanstoStringtoStringAttributesunlink

Field Detail

literalback to summary
private String literal

Constructor Detail

HtmlInlineback to summary
public HtmlInline()

Method Detail

acceptback to summary
public void accept(Visitor visitor)

Implements abstract jdk.internal.org.commonmark.node.Node.accept.

Annotations
@Override
getLiteralback to summary
public String getLiteral()
setLiteralback to summary
public void setLiteral(String literal)