A - The type of values returned by the visitorpublic interface SListItemContentVisitor<A>
| Modifier and Type | Method and Description |
|---|---|
A |
visitFootnote(SFootnote footnote)
Visit a footnote element.
|
A |
visitImage(SImage image)
Visit an image element.
|
A |
visitLink(SLink link)
Visit a link element.
|
A |
visitLinkExternal(SLinkExternal link)
Visit a link element.
|
A |
visitListOrdered(SListOrdered list)
Visit an ordered list element.
|
A |
visitListUnordered(SListUnordered list)
Visit an unordered list element.
|
A |
visitTerm(STerm term)
Visit a term element.
|
A |
visitText(SText text)
Visit a text element.
|
A |
visitVerbatim(SVerbatim text)
Visit a verbatim element.
|
A visitFootnote(SFootnote footnote) throws Exception
footnote - The footnote elementAException - If requiredA visitImage(SImage image) throws Exception
image - The image elementAException - If requiredA visitLink(SLink link) throws Exception
link - The link elementAException - If requiredA visitLinkExternal(SLinkExternal link) throws Exception
link - The link elementAException - If requiredA visitListOrdered(SListOrdered list) throws Exception
list - The list elementAException - If requiredA visitListUnordered(SListUnordered list) throws Exception
list - The list elementAException - If requiredA visitTerm(STerm term) throws Exception
term - The term elementAException - If requiredA visitText(SText text) throws Exception
text - The text elementAException - If requiredCopyright © 2015 <code@io7m.com> http://io7m.com