Package org.commonmark.parser.beta
Interface ParsedInline
-
- All Known Implementing Classes:
ParsedInlineImpl
public interface ParsedInlineThe result of a single inline parser. Use the static methods to create instances.This interface is not intended to be implemented by clients.
-
-
Method Summary
Static Methods Modifier and Type Method Description static ParsedInlinenone()static ParsedInlineof(Node node, Position position)
-
-
-
Method Detail
-
none
static ParsedInline none()
-
of
static ParsedInline of(Node node, Position position)
-
-