public class LineBreak extends Element
| Modifier and Type | Field and Description |
|---|---|
static String |
MESSAGEML_TAG |
CLASS_ATTR, format| Modifier and Type | Method and Description |
|---|---|
org.commonmark.node.Node |
asMarkdown()
Return Markdown representation of the element as
Node. |
void |
asPresentationML(XmlPrintStream out)
Print a PresentationML representation of the element and its children to the provided PrintStream.
|
String |
asText()
Return a text representation of the element, descending into its children.
|
String |
toString() |
void |
validate()
Check the syntax and contents of the element.
|
addChild, buildAll, findElements, findElements, findElements, getAttribute, getAttributes, getChild, getChildren, getFormat, getMessageMLTag, getParent, sizepublic static final String MESSAGEML_TAG
public LineBreak(Element parent)
public void asPresentationML(XmlPrintStream out)
Elementpublic String asText()
Elementpublic org.commonmark.node.Node asMarkdown()
ElementNode.public void validate()
throws InvalidInputException
ElementInvalidInputExceptionCopyright © 2018 The Symphony Software Foundation. All rights reserved.