Class Visitor

All Implemented Interfaces:
PCDataVisitor
Direct Known Subclasses:
Dumper, ToHtml, VisitorTemplate

@Undocumented public class Visitor extends BaseVisitor implements PCDataVisitor
Super class for all user defined visitor code.
  • Constructor Details

    • Visitor

      public Visitor()
  • Method Details

    • visit

      public void visit(TypedPCData pcdata)
      Description copied from class: BaseVisitor
      To be overridden. This default implementation does nothing.
      Specified by:
      visit in interface PCDataVisitor
      Overrides:
      visit in class BaseVisitor
    • visit

      public void visit(Visitable<? super Visitor> visitable)
    • visit

      @Undocumented public void visit(Element_a_th element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData and all Elements in its contents.
    • visit

      @Undocumented public void visit(Element_date element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_a_treeInclude element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all components in its contents according to the content model.
    • visit

      @Undocumented public void visit(Element_a_larger element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData and all Elements in its contents.
    • visit

      @Undocumented public void visit(Element_a_image_file element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_a_td element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData and all Elements in its contents.
    • visit

      @Undocumented public void visit(Element_a_pers element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_a_tdCls element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_a_ref element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_a_ldots element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn .
    • visit

      @Undocumented public void visit(Element_a_xlang element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all selected attributes (see BaseVisitor.validating) andfor all PCData and all Elements in its contents.
    • visit

      @Undocumented public void visit(Element_a_image_showLabel element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn .
    • visit

      @Undocumented public void visit(Element_reference element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_ACCEPTED element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn .
    • visit

      @Undocumented public void visit(Element_a_image_alt element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_prior element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_a_hh element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn .
    • visit

      @Undocumented public void visit(Element_WORKSFORME element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn .
    • visit

      @Undocumented public void visit(Element_a_p element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all selected attributes (see BaseVisitor.validating) andfor all PCData and all Elements in its contents.
    • visit

      @Undocumented public void visit(Element_a_whitespace element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_a_ascii_upper element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_a_ppers element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_a_link element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all components in its contents according to the content model.
    • visit

      @Undocumented public void visit(Element_a_tr element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all components in its contents according to the content model.
    • visit

      @Undocumented public void visit(Element_a_bold element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData and all Elements in its contents.
    • visit

      @Undocumented public void visit(Element_a_ulin element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData and all Elements in its contents.
    • visit

      @Undocumented public void visit(Element_package element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all components in its contents according to the content model.
    • visit

      @Undocumented public void visit(Element_issue element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all components in its contents according to the content model.
    • visit

      @Undocumented public void visit(Element_a_url element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_a_listContinues element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_author element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_a_ascii_alpha element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_a_inframe element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn .
    • visit

      @Undocumented public void visit(Element_FIXED element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn .
    • visit

      @Undocumented public void visit(Element_a_listSymbol element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_a_table element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all components in its contents according to the content model.
    • visit

      @Undocumented public void visit(Element_entries element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all components in its contents according to the content model.
    • visit

      @Undocumented public void visit(Element_a_image element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all components in its contents according to the content model.
    • visit

      @Undocumented public void visit(Element_a_smaller element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData and all Elements in its contents.
    • visit

      @Undocumented public void visit(Element_a_key element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_a_cite element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all components in its contents according to the content model.
    • visit

      @Undocumented public void visit(Element_a_refdate element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_a_blank element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn .
    • visit

      @Undocumented public void visit(Element_name element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_a_src element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData and all Elements in its contents.
    • visit

      @Undocumented public void visit(Element_a_pkind element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_a_footnote element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all selected attributes (see BaseVisitor.validating) andfor all PCData and all Elements in its contents.
    • visit

      @Undocumented public void visit(Element_a_listitem element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData and all Elements in its contents.
    • visit

      @Undocumented public void visit(Element_a_alpha element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_a_xemph element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData and all Elements in its contents.
    • visit

      @Undocumented public void visit(Element_authors element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all components in its contents according to the content model.
    • visit

      @Undocumented public void visit(Element_desc element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all selected attributes (see BaseVisitor.validating) andfor all PCData and all Elements in its contents.
    • visit

      @Undocumented public void visit(Element_note element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all components in its contents according to the content model.
    • visit

      @Undocumented public void visit(Element_a_scaps element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData and all Elements in its contents.
    • visit

      @Undocumented public void visit(Element_CLOSED element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn .
    • visit

      @Undocumented public void visit(Element_a_popus element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_a_spanstyle element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all selected attributes (see BaseVisitor.validating) andfor all PCData and all Elements in its contents.
    • visit

      @Undocumented public void visit(Element_docmat element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all components in its contents according to the content model.
    • visit

      @Undocumented public void visit(Element_a_framename element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_a_text element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData and all Elements in its contents.
    • visit

      @Undocumented public void visit(Element_a_label element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_a_blink element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData and all Elements in its contents.
    • visit

      @Undocumented public void visit(Element_a_top element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn .
    • visit

      @Undocumented public void visit(Element_a_persop element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all components in its contents according to the content model.
    • visit

      @Undocumented public void visit(Element_a_opus element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_a_listStartnum element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_a_loc element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_a_image_height element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_a_footnotetext element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all selected attributes (see BaseVisitor.validating) andfor all PCData and all Elements in its contents.
    • visit

      @Undocumented public void visit(Element_REOPENED element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn .
    • visit

      @Undocumented public void visit(Element_a_SRC element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData and all Elements in its contents.
    • visit

      @Undocumented public void visit(Element_a_strikeout element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData and all Elements in its contents.
    • visit

      @Undocumented public void visit(Element_a_nl element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn .
    • visit

      @Undocumented public void visit(Element_a_locus element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_costs element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_a_border element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_a_kind element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all components in its contents according to the content model.
    • visit

      @Undocumented public void visit(Element_a_image_width element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_a_ital element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData and all Elements in its contents.
    • visit

      @Undocumented public void visit(Element_a_footnotemark element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all selected attributes (see BaseVisitor.validating) .
    • visit

      @Undocumented public void visit(Element_WONTFIX element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn .
    • visit

      @Undocumented public void visit(Element_a_image_align element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_a_decimalDigit element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_a_path element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_a_mode element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_a_verbatimXml element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_a_ascii_lower element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_a_indexlo element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData and all Elements in its contents.
    • visit

      @Undocumented public void visit(Element_a_all element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_a_indexhi element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData and all Elements in its contents.
    • visit

      @Undocumented public void visit(Element_a_list element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all components in its contents according to the content model.
    • visit

      @Undocumented public void visit(Element_a_emph element)
      Can be overridden by the user to define particular semantic operations. Will be called whenever the default model instance traversal (as implemented by the methods in this class) reaches such an element.
      This default implementation descends into the element by calling visit(..) in turn for all PCData and all Elements in its contents.
    • visit

      public void visit(Element.UnmixedContent content)
    • visit

      public void visit(Element_a_xemph.Content content)
    • visit

      public void visit(Element_a_strikeout.Content content)
    • visit

      public void visit(Element_a_smaller.Content content)
    • visit

      @Undocumented public void visit(Element_a_tr.Choice_1 choice)
      Can be overridden by the user. Is called whenever traversing of a model instance (as defined by the methods in this class) reaches such a substructure.
      This default implementation calls that visit(..) method which is specific for the current value/alternative. It can explicitly be called by the user for this purpose.
    • visit

      @Undocumented public void visit(Element_a_tr.Choice_1_Alt_1 alt)
      Can be overridden by the user. Is called whenever traversing of a model instance (as defined by the methods in this class) reaches such a substructure.
      This default implementation descends into the contents.
    • visit

      @Undocumented public void visit(Element_a_tr.Choice_1_Alt_2 alt)
      Can be overridden by the user. Is called whenever traversing of a model instance (as defined by the methods in this class) reaches such a substructure.
      This default implementation descends into the contents.
    • visit

      @Undocumented public void visit(Element_a_footnote.Attr_xml_lang attr_xml_lang)
      Can be overridden by the user. Is called whenever traversing of a model instance (as defined by the methods in this class) reaches such an Attribute.
      This default implementation does nothing.
    • visit

      @Undocumented public void visit(Element_a_footnote.Attr_a_symbol attr_a_symbol)
      Can be overridden by the user. Is called whenever traversing of a model instance (as defined by the methods in this class) reaches such an Attribute.
      This default implementation does nothing.
    • visit

      public void visit(Element_a_footnote.Content content)
    • visit

      public void visit(Element_a_text.Content content)
    • visit

      public void visit(Element_a_td.Content content)
    • visit

      public void visit(Element_a_blink.Content content)
    • visit

      public void visit(Element_a_emph.Content content)
    • visit

      @Undocumented public void visit(Element_a_footnotetext.Attr_xml_lang attr_xml_lang)
      Can be overridden by the user. Is called whenever traversing of a model instance (as defined by the methods in this class) reaches such an Attribute.
      This default implementation does nothing.
    • visit

      @Undocumented public void visit(Element_a_footnotetext.Attr_a_symbol attr_a_symbol)
      Can be overridden by the user. Is called whenever traversing of a model instance (as defined by the methods in this class) reaches such an Attribute.
      This default implementation does nothing.
    • visit

      public void visit(Element_a_footnotetext.Content content)
    • visit

      @Undocumented public void visit(Element_entries.Choice_1 choice)
      Can be overridden by the user. Is called whenever traversing of a model instance (as defined by the methods in this class) reaches such a substructure.
      This default implementation calls that visit(..) method which is specific for the current value/alternative. It can explicitly be called by the user for this purpose.
    • visit

      Can be overridden by the user. Is called whenever traversing of a model instance (as defined by the methods in this class) reaches such a substructure.
      This default implementation descends into the contents.
    • visit

      Can be overridden by the user. Is called whenever traversing of a model instance (as defined by the methods in this class) reaches such a substructure.
      This default implementation descends into the contents.
    • visit

      Can be overridden by the user. Is called whenever traversing of a model instance (as defined by the methods in this class) reaches such a substructure.
      This default implementation descends into the contents.
    • visit

      @Undocumented public void visit(Element_package.Choice_1 choice)
      Can be overridden by the user. Is called whenever traversing of a model instance (as defined by the methods in this class) reaches such a substructure.
      This default implementation calls that visit(..) method which is specific for the current value/alternative. It can explicitly be called by the user for this purpose.
    • visit

      Can be overridden by the user. Is called whenever traversing of a model instance (as defined by the methods in this class) reaches such a substructure.
      This default implementation descends into the contents.
    • visit

      Can be overridden by the user. Is called whenever traversing of a model instance (as defined by the methods in this class) reaches such a substructure.
      This default implementation descends into the contents.
    • visit

      @Undocumented public void visit(Element_desc.Attr_xml_lang attr_xml_lang)
      Can be overridden by the user. Is called whenever traversing of a model instance (as defined by the methods in this class) reaches such an Attribute.
      This default implementation does nothing.
    • visit

      public void visit(Element_desc.Content content)
    • visit

      @Undocumented public void visit(Element_a_xlang.Attr_xml_lang attr_xml_lang)
      Can be overridden by the user. Is called whenever traversing of a model instance (as defined by the methods in this class) reaches such an Attribute.
      This default implementation does nothing.
    • visit

      public void visit(Element_a_xlang.Content content)
    • visit

      @Undocumented public void visit(Element_a_list.Choice_1 choice)
      Can be overridden by the user. Is called whenever traversing of a model instance (as defined by the methods in this class) reaches such a substructure.
      This default implementation calls that visit(..) method which is specific for the current value/alternative. It can explicitly be called by the user for this purpose.
    • visit

      Can be overridden by the user. Is called whenever traversing of a model instance (as defined by the methods in this class) reaches such a substructure.
      This default implementation descends into the contents.
    • visit

      Can be overridden by the user. Is called whenever traversing of a model instance (as defined by the methods in this class) reaches such a substructure.
      This default implementation descends into the contents.
    • visit

      @Undocumented public void visit(Element_a_footnotemark.Attr_a_symbol attr_a_symbol)
      Can be overridden by the user. Is called whenever traversing of a model instance (as defined by the methods in this class) reaches such an Attribute.
      This default implementation does nothing.
    • visit

      @Undocumented public void visit(Element_a_spanstyle.Attr_a_style attr_a_style)
      Can be overridden by the user. Is called whenever traversing of a model instance (as defined by the methods in this class) reaches such an Attribute.
      This default implementation does nothing.
    • visit

      public void visit(Element_a_spanstyle.Content content)
    • visit

      public void visit(Element_a_listitem.Content content)
    • visit

      public void visit(Element_a_larger.Content content)
    • visit

      @Undocumented public void visit(Element_a_link.Choice_1 choice)
      Can be overridden by the user. Is called whenever traversing of a model instance (as defined by the methods in this class) reaches such a substructure.
      This default implementation calls that visit(..) method which is specific for the current value/alternative. It can explicitly be called by the user for this purpose.
    • visit

      Can be overridden by the user. Is called whenever traversing of a model instance (as defined by the methods in this class) reaches such a substructure.
      This default implementation descends into the contents.
    • visit

      Can be overridden by the user. Is called whenever traversing of a model instance (as defined by the methods in this class) reaches such a substructure.
      This default implementation descends into the contents.
    • visit

      Can be overridden by the user. Is called whenever traversing of a model instance (as defined by the methods in this class) reaches such a substructure.
      This default implementation descends into the contents.
    • visit

      Can be overridden by the user. Is called whenever traversing of a model instance (as defined by the methods in this class) reaches such a substructure.
      This default implementation descends into the contents.
    • visit

      public void visit(Element_a_scaps.Content content)
    • visit

      public void visit(Element_a_th.Content content)
    • visit

      public void visit(Element_a_bold.Content content)
    • visit

      public void visit(Element_a_indexhi.Content content)
    • visit

      public void visit(Element_a_ital.Content content)
    • visit

      public void visit(Element_a_ulin.Content content)
    • visit

      public void visit(Element_a_indexlo.Content content)
    • visit

      @Undocumented public void visit(Element_docmat.Choice_1 choice)
      Can be overridden by the user. Is called whenever traversing of a model instance (as defined by the methods in this class) reaches such a substructure.
      This default implementation calls that visit(..) method which is specific for the current value/alternative. It can explicitly be called by the user for this purpose.
    • visit

      Can be overridden by the user. Is called whenever traversing of a model instance (as defined by the methods in this class) reaches such a substructure.
      This default implementation descends into the contents.
    • visit

      Can be overridden by the user. Is called whenever traversing of a model instance (as defined by the methods in this class) reaches such a substructure.
      This default implementation descends into the contents.
    • visit

      @Undocumented public void visit(Element_note.Choice_1 choice)
      Can be overridden by the user. Is called whenever traversing of a model instance (as defined by the methods in this class) reaches such a substructure.
      This default implementation calls that visit(..) method which is specific for the current value/alternative. It can explicitly be called by the user for this purpose.
    • visit

      @Undocumented public void visit(Element_note.Choice_1_Alt_1 alt)
      Can be overridden by the user. Is called whenever traversing of a model instance (as defined by the methods in this class) reaches such a substructure.
      This default implementation descends into the contents.
    • visit

      @Undocumented public void visit(Element_note.Choice_1_Alt_2 alt)
      Can be overridden by the user. Is called whenever traversing of a model instance (as defined by the methods in this class) reaches such a substructure.
      This default implementation descends into the contents.
    • visit

      @Undocumented public void visit(Element_note.Choice_1_Alt_3 alt)
      Can be overridden by the user. Is called whenever traversing of a model instance (as defined by the methods in this class) reaches such a substructure.
      This default implementation descends into the contents.
    • visit

      @Undocumented public void visit(Element_note.Choice_1_Alt_4 alt)
      Can be overridden by the user. Is called whenever traversing of a model instance (as defined by the methods in this class) reaches such a substructure.
      This default implementation descends into the contents.
    • visit

      @Undocumented public void visit(Element_note.Choice_1_Alt_5 alt)
      Can be overridden by the user. Is called whenever traversing of a model instance (as defined by the methods in this class) reaches such a substructure.
      This default implementation descends into the contents.
    • visit

      @Undocumented public void visit(Element_note.Choice_1_Alt_6 alt)
      Can be overridden by the user. Is called whenever traversing of a model instance (as defined by the methods in this class) reaches such a substructure.
      This default implementation descends into the contents.
    • visit

      @Undocumented public void visit(Element_note.Choice_2 choice)
      Can be overridden by the user. Is called whenever traversing of a model instance (as defined by the methods in this class) reaches such a substructure.
      This default implementation calls that visit(..) method which is specific for the current value/alternative. It can explicitly be called by the user for this purpose.
    • visit

      @Undocumented public void visit(Element_note.Choice_2_Alt_1 alt)
      Can be overridden by the user. Is called whenever traversing of a model instance (as defined by the methods in this class) reaches such a substructure.
      This default implementation descends into the contents.
    • visit

      @Undocumented public void visit(Element_note.Choice_2_Alt_2 alt)
      Can be overridden by the user. Is called whenever traversing of a model instance (as defined by the methods in this class) reaches such a substructure.
      This default implementation descends into the contents.
    • visit

      public void visit(Element_a_SRC.Content content)
    • visit

      @Undocumented public void visit(Element_a_p.Attr_xml_lang attr_xml_lang)
      Can be overridden by the user. Is called whenever traversing of a model instance (as defined by the methods in this class) reaches such an Attribute.
      This default implementation does nothing.
    • visit

      public void visit(Element_a_p.Content content)
    • visit

      public void visit(Element_a_src.Content content)
    • visit

      @Undocumented public void visit(Document_package document)
      Can be called to visit the complete model instance. (Is not intended to be overridden by the user.)
    • visit

      @Undocumented public void visit(Document_entries document)
      Can be called to visit the complete model instance. (Is not intended to be overridden by the user.)
    • visit

      @Undocumented public void visit(Document_a_verbatimXml document)
      Can be called to visit the complete model instance. (Is not intended to be overridden by the user.)
    • visit

      @Undocumented public void visit(Document_a_list document)
      Can be called to visit the complete model instance. (Is not intended to be overridden by the user.)
    • visit

      public void visit(Element element)
    • visit

      @Undocumented public void visit(Document document)
      Can be called to visit the complete model instance. (Is not intended to be overridden by the user.)