JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.vladsch.flexmark.parser.block
Interface CharacterNodeFactory
All Superinterfaces:
Supplier
<
Node
>
public interface
CharacterNodeFactory
extends
Supplier
<
Node
>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
skipNext
(char c)
boolean
skipPrev
(char c)
boolean
wantSkippedWhitespace
()
Methods inherited from interface java.util.function.
Supplier
get
Method Details
skipNext
boolean
skipNext
(char c)
skipPrev
boolean
skipPrev
(char c)
wantSkippedWhitespace
boolean
wantSkippedWhitespace
()