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