public interface NodeContext<N,C extends NodeContext<N,C>>
| Modifier and Type | Method and Description |
|---|---|
N |
getCurrentNode() |
@NotNull com.vladsch.flexmark.util.data.DataHolder |
getOptions()
Get options for the context
|
C |
getSubContext()
Creates a child rendering context that can be used to collect rendered html text.
|
C |
getSubContext(@Nullable com.vladsch.flexmark.util.data.DataHolder options)
Creates a child rendering context that can be used to collect rendered html text.
|
C |
getSubContext(@Nullable com.vladsch.flexmark.util.data.DataHolder options,
@NotNull com.vladsch.flexmark.util.sequence.builder.ISequenceBuilder<?,?> builder)
Creates a child rendering context that can be used to collect rendered html text.
|
@NotNull C getSubContext()
@NotNull C getSubContext(@Nullable @Nullable com.vladsch.flexmark.util.data.DataHolder options)
options - options to use for the context (only options which do not affect the context construction will be used)@NotNull C getSubContext(@Nullable @Nullable com.vladsch.flexmark.util.data.DataHolder options, @NotNull @NotNull com.vladsch.flexmark.util.sequence.builder.ISequenceBuilder<?,?> builder)
options - options to use for the context (only options which do not affect the context construction will be used)builder - sequence builder to user for appended text for tracking original base offsets@Nullable N getCurrentNode()
@NotNull @NotNull com.vladsch.flexmark.util.data.DataHolder getOptions()
Copyright © 2020. All rights reserved.