Package org.commonmark.parser.beta
Interface ParsedInline
-
- All Known Implementing Classes:
ParsedInlineImpl
public interface ParsedInline
The 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 ParsedInline
none()
static ParsedInline
of(Node node, Position position)
-
-
-
Method Detail
-
none
static ParsedInline none()
-
of
static ParsedInline of(Node node, Position position)
-
-