JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.vladsch.flexmark.parser.block
CharacterNodeFactory
Contents
Description
Method Summary
Method Details
skipNext(char)
skipPrev(char)
wantSkippedWhitespace()
Hide sidebar
Show sidebar
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
Supplier
get
Method Details
skipNext
boolean
skipNext
(char c)
skipPrev
boolean
skipPrev
(char c)
wantSkippedWhitespace
boolean
wantSkippedWhitespace
()