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(@Nonnull SAFootnote footnote) throws com.io7m.jaux.Constraints.ConstraintError, Exception
footnote - The footnote elementAcom.io7m.jaux.Constraints.ConstraintError - If requiredException - If requiredA visitImage(@Nonnull SAImage image) throws com.io7m.jaux.Constraints.ConstraintError, Exception
image - The image elementAcom.io7m.jaux.Constraints.ConstraintError - If requiredException - If requiredA visitLink(@Nonnull SALink link) throws com.io7m.jaux.Constraints.ConstraintError, Exception
link - The link elementAcom.io7m.jaux.Constraints.ConstraintError - If requiredException - If requiredA visitLinkExternal(@Nonnull SALinkExternal link) throws com.io7m.jaux.Constraints.ConstraintError, Exception
link - The link elementAcom.io7m.jaux.Constraints.ConstraintError - If requiredException - If requiredA visitListOrdered(@Nonnull SAListOrdered list) throws com.io7m.jaux.Constraints.ConstraintError, Exception
list - The list elementAcom.io7m.jaux.Constraints.ConstraintError - If requiredException - If requiredA visitListUnordered(@Nonnull SAListUnordered list) throws com.io7m.jaux.Constraints.ConstraintError, Exception
list - The list elementAcom.io7m.jaux.Constraints.ConstraintError - If requiredException - If requiredA visitTerm(@Nonnull SATerm term) throws com.io7m.jaux.Constraints.ConstraintError, Exception
term - The term elementAcom.io7m.jaux.Constraints.ConstraintError - If requiredException - If requiredA visitText(@Nonnull SAText text) throws com.io7m.jaux.Constraints.ConstraintError, Exception
text - The text elementAcom.io7m.jaux.Constraints.ConstraintError - If requiredException - If requiredA visitVerbatim(@Nonnull SAVerbatim text) throws com.io7m.jaux.Constraints.ConstraintError, Exception
text - The verbatim elementAcom.io7m.jaux.Constraints.ConstraintError - If requiredException - If requiredCopyright © 2014. All rights reserved.