A - The type of values returned by the visitorpublic interface STableCellContentVisitor<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(@Nonnull SFootnote footnote) throws com.io7m.jaux.Constraints.ConstraintError, Exception
footnote - The footnote elementAcom.io7m.jaux.Constraints.ConstraintError - If requiredException - If requiredA visitImage(@Nonnull SImage image) throws com.io7m.jaux.Constraints.ConstraintError, Exception
image - The image elementAcom.io7m.jaux.Constraints.ConstraintError - If requiredException - If requiredA visitLink(@Nonnull SLink link) throws com.io7m.jaux.Constraints.ConstraintError, Exception
link - The link elementAcom.io7m.jaux.Constraints.ConstraintError - If requiredException - If requiredA visitLinkExternal(@Nonnull SLinkExternal link) throws com.io7m.jaux.Constraints.ConstraintError, Exception
link - The link elementAcom.io7m.jaux.Constraints.ConstraintError - If requiredException - If requiredA visitListOrdered(@Nonnull SListOrdered list) throws com.io7m.jaux.Constraints.ConstraintError, Exception
list - The list elementAcom.io7m.jaux.Constraints.ConstraintError - If requiredException - If requiredA visitListUnordered(@Nonnull SListUnordered list) throws com.io7m.jaux.Constraints.ConstraintError, Exception
list - The list elementAcom.io7m.jaux.Constraints.ConstraintError - If requiredException - If requiredA visitTerm(@Nonnull STerm term) throws com.io7m.jaux.Constraints.ConstraintError, Exception
term - The term elementAcom.io7m.jaux.Constraints.ConstraintError - If requiredException - If requiredA visitText(@Nonnull SText text) throws com.io7m.jaux.Constraints.ConstraintError, Exception
text - The text elementAcom.io7m.jaux.Constraints.ConstraintError - If requiredException - If requiredCopyright © 2014. All rights reserved.