T - The type of values returned by the visitorpublic interface SAIDTargetContentVisitor<T>
| Modifier and Type | Method and Description |
|---|---|
T |
visitFormalItem(SAFormalItem f)
Visit a formal item element.
|
T |
visitParagraph(SAParagraph paragraph)
Visit a paragraph element.
|
T |
visitPart(SAPart part)
Visit a part element.
|
T |
visitSection(SASection section)
Visit a section element.
|
T |
visitSubsection(SASubsection subsection)
Visit a subsection element.
|
T visitFormalItem(SAFormalItem f) throws Exception
f - The formal item elementTException - If requiredT visitParagraph(SAParagraph paragraph) throws Exception
paragraph - The paragraph elementTException - If requiredT visitPart(SAPart part) throws Exception
part - The part elementTException - If requiredT visitSection(SASection section) throws Exception
section - The section elementTException - If requiredT visitSubsection(SASubsection subsection) throws Exception
subsection - The subsection elementTException - If requiredCopyright © 2016 <code@io7m.com> http://io7m.com