Class SourceLine
java.lang.Object
org.commonmark.parser.SourceLine
A line or part of a line from the input source.
- Since:
- 0.16.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic SourceLineof(CharSequence content, SourceSpan sourceSpan) substring(int beginIndex, int endIndex)
-
Method Details
-
of
-
getContent
-
getSourceSpan
-
substring
-