A - The type of values returned by the visitorpublic interface SAListItemContentVisitor<A>
| Modifier and Type | Method and Description |
|---|---|
A |
visitFootnote(SAFootnote footnote)
Visit a footnote element.
|
A |
visitImage(SAImage image)
Visit an image element.
|
A |
visitLink(SALink link)
Visit a link element.
|
A |
visitLinkExternal(SALinkExternal link)
Visit a link element.
|
A |
visitListOrdered(SAListOrdered list)
Visit an ordered list element.
|
A |
visitListUnordered(SAListUnordered list)
Visit an unordered list element.
|
A |
visitTerm(SATerm term)
Visit a term element.
|
A |
visitText(SAText text)
Visit a text element.
|
A |
visitVerbatim(SAVerbatim text)
Visit a verbatim element.
|
A visitFootnote(SAFootnote footnote) throws Exception
footnote - The footnote elementAException - If requiredA visitImage(SAImage image) throws Exception
image - The image elementAException - If requiredA visitLink(SALink link) throws Exception
link - The link elementAException - If requiredA visitLinkExternal(SALinkExternal link) throws Exception
link - The link elementAException - If requiredA visitListOrdered(SAListOrdered list) throws Exception
list - The list elementAException - If requiredA visitListUnordered(SAListUnordered list) throws Exception
list - The list elementAException - If requiredA visitTerm(SATerm term) throws Exception
term - The term elementAException - If requiredA visitText(SAText text) throws Exception
text - The text elementAException - If requiredA visitVerbatim(SAVerbatim text) throws Exception
text - The verbatim elementAException - If requiredCopyright © 2015 <code@io7m.com> http://io7m.com