public interface LinkRefProcessorFactory extends com.vladsch.flexmark.util.ComputableFactory<LinkRefProcessor,com.vladsch.flexmark.ast.Document>
| Modifier and Type | Method and Description |
|---|---|
LinkRefProcessor |
create(com.vladsch.flexmark.ast.Document document)
Create a link ref processor for the document
|
int |
getBracketNestingLevel(com.vladsch.flexmark.util.options.DataHolder options)
Whether the element consists of nested [] inside the link ref.
|
boolean |
getWantExclamationPrefix(com.vladsch.flexmark.util.options.DataHolder options)
Whether the image ref is desired, if not then ! will be stripped off the prefix and treated as plain text
|
boolean getWantExclamationPrefix(com.vladsch.flexmark.util.options.DataHolder options)
options - optionsint getBracketNestingLevel(com.vladsch.flexmark.util.options.DataHolder options)
When >0 then preview of next characters is used and if they will match then inner reference will not be created to
allow outer one to match the desired element
options - options>0 for nestingLinkRefProcessor create(com.vladsch.flexmark.ast.Document document)
create in interface com.vladsch.flexmark.util.ComputableFactory<LinkRefProcessor,com.vladsch.flexmark.ast.Document>document - on which the processor will workCopyright © 2018. All rights reserved.