public class WikiLinkLinkRefProcessor extends Object implements LinkRefProcessor
| Modifier and Type | Class and Description |
|---|---|
static class |
WikiLinkLinkRefProcessor.Factory |
| Constructor and Description |
|---|
WikiLinkLinkRefProcessor(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 WikiLinkLinkRefProcessor(Document document)
public boolean getWantExclamationPrefix()
getWantExclamationPrefix in interface LinkRefProcessorpublic int getBracketNestingLevel()
getBracketNestingLevel in interface LinkRefProcessorpublic boolean isMatch(BasedSequence nodeChars)
isMatch 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 LinkRefProcessorpublic Node createNode(BasedSequence nodeChars)
createNode in interface LinkRefProcessorCopyright © 2017. All rights reserved.