DocumentVisitor
Inheritance: java.lang.Object
public abstract class DocumentVisitor
La classe abstraite pour parcourir le sous-arbre dont la racine est le nœud spécifié.
Constructeurs
| Constructeur | Description |
|---|---|
| DocumentVisitor() |
Méthodes
DocumentVisitor()
public DocumentVisitor()
visitAttachedFileEnd(AttachedFile attachedFile)
public void visitAttachedFileEnd(AttachedFile attachedFile)
Fin de la visite du nœud AttachedFile.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| attachedFile | AttachedFile | Le nœud AttachedFile. |
visitAttachedFileStart(AttachedFile attachedFile)
public void visitAttachedFileStart(AttachedFile attachedFile)
Début de la visite du nœud AttachedFile.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| attachedFile | AttachedFile | Le nœud AttachedFile. |
visitDocumentEnd(Document document)
public void visitDocumentEnd(Document document)
Fin de la visite du nœud Document.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| document | Document | Le nœud Document. |
visitDocumentStart(Document document)
public void visitDocumentStart(Document document)
Début de la visite du nœud Document.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| document | Document | Le nœud Document. |
visitImageEnd(Image image)
public void visitImageEnd(Image image)
Fin de la visite du nœud Image.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| image | Image | Le nœud Image. |
visitImageStart(Image image)
public void visitImageStart(Image image)
Début de la visite du nœud Image.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| image | Image | Le nœud Image. |
visitInkDrawingEnd(InkDrawing inkDrawing)
public void visitInkDrawingEnd(InkDrawing inkDrawing)
Fin de la visite du nœud InkDrawing.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| inkDrawing | InkDrawing | Le nœud InkDrawing. |
visitInkDrawingStart(InkDrawing inkDrawing)
public void visitInkDrawingStart(InkDrawing inkDrawing)
Début de la visite du nœud InkDrawing.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| inkDrawing | InkDrawing | Le nœud InkDrawing. |
visitInkParagraphEnd(InkParagraph inkParagraph)
public void visitInkParagraphEnd(InkParagraph inkParagraph)
Fin de la visite du nœud InkParagraph.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| inkParagraph | InkParagraph | Le nœud InkParagraph. |
visitInkParagraphStart(InkParagraph inkParagraph)
public void visitInkParagraphStart(InkParagraph inkParagraph)
Début de la visite du nœud InkParagraph.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| inkParagraph | InkParagraph | Le nœud InkParagraph. |
visitInkWordEnd(InkWord inkWord)
public void visitInkWordEnd(InkWord inkWord)
Fin de la visite du nœud InkWord.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| inkWord | InkWord | Le nœud InkWord. |
visitInkWordStart(InkWord inkWord)
public void visitInkWordStart(InkWord inkWord)
Début de la visite du nœud InkWord.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| inkWord | InkWord | Le nœud InkWord. |
visitLoopEnd(Loop loop)
public void visitLoopEnd(Loop loop)
Fin de la visite du nœud Loop.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| loop | Loop | Le nœud Loop. |
visitLoopStart(Loop loop)
public void visitLoopStart(Loop loop)
Début de la visite du nœud Loop.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| loop | Loop | Le nœud Loop. |
visitOutlineElementEnd(OutlineElement outlineElement)
public void visitOutlineElementEnd(OutlineElement outlineElement)
Fin de la visite du nœud OutlineElement.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| outlineElement | OutlineElement | Le nœud OutlineElement. |
visitOutlineElementStart(OutlineElement outlineElement)
public void visitOutlineElementStart(OutlineElement outlineElement)
Début de la visite du nœud OutlineElement.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| outlineElement | OutlineElement | Le nœud OutlineElement. |
visitOutlineEnd(Outline outline)
public void visitOutlineEnd(Outline outline)
Fin de la visite du nœud Outline.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| outline | Outline | Le nœud Outline. |
visitOutlineGroupEnd(OutlineGroup outlineGroup)
public void visitOutlineGroupEnd(OutlineGroup outlineGroup)
Fin de la visite du nœud OutlineGroup.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| outlineGroup | OutlineGroup | Le nœud OutlineGroup. |
visitOutlineGroupStart(OutlineGroup outlineGroup)
public void visitOutlineGroupStart(OutlineGroup outlineGroup)
Début de la visite du nœud OutlineGroup.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| outlineGroup | OutlineGroup | Le nœud OutlineGroup. |
visitOutlineStart(Outline outline)
public void visitOutlineStart(Outline outline)
Début de la visite du nœud Outline.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| outline | Outline | Le nœud Outline. |
visitPageEnd(Page page)
public void visitPageEnd(Page page)
Fin de la visite du nœud Page.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| page | Page | Le nœud Page. |
visitPageStart(Page page)
public void visitPageStart(Page page)
Début de la visite du nœud Page.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| page | Page | Le nœud Page. |
visitRichTextEnd(RichText richText)
public void visitRichTextEnd(RichText richText)
Fin de la visite du nœud RichText.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| richText | RichText | Le nœud RichText. |
visitRichTextStart(RichText richText)
public void visitRichTextStart(RichText richText)
Début de la visite du nœud RichText.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| richText | RichText | Le nœud RichText. |
visitTableCellEnd(TableCell tableCell)
public void visitTableCellEnd(TableCell tableCell)
Fin de la visite du nœud TableCell.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| tableCell | TableCell | Le nœud TableCell. |
visitTableCellStart(TableCell tableCell)
public void visitTableCellStart(TableCell tableCell)
Début de la visite du nœud TableCell.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| tableCell | TableCell | Le nœud TableCell. |
visitTableEnd(Table table)
public void visitTableEnd(Table table)
Fin de la visite du nœud Table.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| table | Table | Le nœud Table. |
visitTableRowEnd(TableRow tableRow)
public void visitTableRowEnd(TableRow tableRow)
Fin de la visite du nœud TableRow.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| tableRow | TableRow | Le nœud TableRow. |
visitTableRowStart(TableRow tableRow)
public void visitTableRowStart(TableRow tableRow)
Début de la visite du nœud TableRow.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| tableRow | TableRow | Le nœud TableRow. |
visitTableStart(Table table)
public void visitTableStart(Table table)
Début de la visite du nœud Table.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| table | Table | Le nœud Table. |
visitTitleEnd(Title title)
public void visitTitleEnd(Title title)
Fin de la visite du nœud Title.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| title | Title | Le nœud Title. |
visitTitleStart(Title title)
public void visitTitleStart(Title title)
Début de la visite du nœud Title.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| title | Title | Le nœud Title. |