Class EnumeratedReferenceNodeFormatter.Factory
java.lang.Object
com.vladsch.flexmark.ext.enumerated.reference.internal.EnumeratedReferenceNodeFormatter.Factory
- All Implemented Interfaces:
NodeFormatterFactory, Dependent
- Enclosing class:
EnumeratedReferenceNodeFormatter
public static class EnumeratedReferenceNodeFormatter.Factory
extends Object
implements NodeFormatterFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull NodeFormattercreate(@NotNull DataHolder options) Create a new node renderer for the specified rendering context.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface NodeFormatterFactory
affectsGlobalScope
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
create
Description copied from interface:NodeFormatterFactoryCreate a new node renderer for the specified rendering context.- Specified by:
createin interfaceNodeFormatterFactory- Parameters:
options- the context for rendering (normally passed on to the node renderer)- Returns:
- a node renderer
-
getAfterDependents
- Specified by:
getAfterDependentsin interfaceDependent- Specified by:
getAfterDependentsin interfaceNodeFormatterFactory- Returns:
- null or a list of processors that must be executed before calling this one if any of the blocks in the list affect global state then these will be run on ALL blocks of the document before this pre processor is called.
-
getBeforeDependents
- Specified by:
getBeforeDependentsin interfaceDependent- Specified by:
getBeforeDependentsin interfaceNodeFormatterFactory- Returns:
- null or a list of processors before which this has to be run if any of the blocks in the list affect global state then these will be run on ALL blocks of the document before this pre processor is called.
-