public class FootnoteLinkRefProcessor extends Object implements LinkRefProcessor
| Modifier and Type | Class and Description |
|---|---|
static class |
FootnoteLinkRefProcessor.Factory |
| Constructor and Description |
|---|
FootnoteLinkRefProcessor(Document document) |
| Modifier and Type | Method and Description |
|---|---|
BasedSequence |
adjustInlineText(Document document,
Node node) |
boolean |
allowDelimiters(BasedSequence chars,
Document document,
Node node) |
Node |
createNode(BasedSequence nodeChars) |
int |
getBracketNestingLevel() |
boolean |
getWantExclamationPrefix() |
boolean |
isMatch(BasedSequence nodeChars) |
void |
updateNodeElements(Document document,
Node node) |
public FootnoteLinkRefProcessor(Document document)
public boolean getWantExclamationPrefix()
getWantExclamationPrefix in interface LinkRefProcessorpublic int getBracketNestingLevel()
getBracketNestingLevel in interface LinkRefProcessorpublic boolean isMatch(BasedSequence nodeChars)
isMatch in interface LinkRefProcessorpublic Node createNode(BasedSequence nodeChars)
createNode in interface LinkRefProcessorpublic BasedSequence adjustInlineText(Document document, Node node)
adjustInlineText in interface LinkRefProcessorpublic boolean allowDelimiters(BasedSequence chars, Document document, Node node)
allowDelimiters in interface LinkRefProcessorpublic void updateNodeElements(Document document, Node node)
updateNodeElements in interface LinkRefProcessorCopyright © 2017. All rights reserved.