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

public Class Text

extends Node
Class Inheritance

Field Summary

Modifier and TypeField and Description
private String

Constructor Summary

AccessConstructor and Description
public
Text()

public
Text(String literal)

Method Summary

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

protected String
Inherited from jdk.internal.org.commonmark.node.Node:
addSourceSpanappendChildgetFirstChildgetLastChildgetNextgetParentgetPreviousgetSourceSpansinsertAfterinsertBeforeprependChildsetParentsetSourceSpanstoStringunlink

Field Detail

literalback to summary
private String literal

Constructor Detail

Textback to summary
public Text()
Textback to summary
public Text(String literal)

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)
toStringAttributesback to summary
protected String toStringAttributes()

Overrides jdk.internal.org.commonmark.node.Node.toStringAttributes.

Annotations
@Override