Class Visitor

java.lang.Object
eu.bandm.tools.tdom.runtime.BaseVisitor
eu.bandm.tools.doctypes.xhtml.Visitor
All Implemented Interfaces:
PCDataVisitor
Direct Known Subclasses:
Dumper, 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(Attr_id attr_id)
      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(Attr_class attr_class)
      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(Attr_style attr_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

      @Undocumented public void visit(Attr_title attr_title)
      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(Attr_lang attr_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(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(Attr_dir attr_dir)
      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(Attr_onclick attr_onclick)
      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(Attr_ondblclick attr_ondblclick)
      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(Attr_onmousedown attr_onmousedown)
      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(Attr_onmouseup attr_onmouseup)
      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(Attr_onmouseover attr_onmouseover)
      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(Attr_onmousemove attr_onmousemove)
      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(Attr_onmouseout attr_onmouseout)
      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(Attr_onkeypress attr_onkeypress)
      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(Attr_onkeydown attr_onkeydown)
      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(Attr_onkeyup attr_onkeyup)
      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(Attr_accesskey attr_accesskey)
      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(Attr_tabindex attr_tabindex)
      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(Attr_onfocus attr_onfocus)
      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(Attr_onblur attr_onblur)
      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(Attr_align attr_align)
      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(Attr_char attr_char)
      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(Attr_charoff attr_charoff)
      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(Attr_valign attr_valign)
      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(Attr_charset attr_charset)
      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(Attr_href attr_href)
      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(Attr_hreflang attr_hreflang)
      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(Attr_type attr_type)
      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(Attr_rel attr_rel)
      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(Attr_rev attr_rev)
      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(Attr_checked attr_checked)
      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(Attr_disabled attr_disabled)
      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(Attr_readonly attr_readonly)
      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(Attr_multiple attr_multiple)
      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(Attr_selected attr_selected)
      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(Attr_name attr_name)
      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_dd 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_tt 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_small 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_big 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_col 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_select 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) and for all components in its contents according to the content model.
    • visit

      @Undocumented public void visit(Element_optgroup 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) and for all components in its contents according to the content model.
    • visit

      @Undocumented public void visit(Element_legend 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_tbody 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) and for all components in its contents according to the content model.
    • visit

      @Undocumented public void visit(Element_dl 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) and for all components in its contents according to the content model.
    • visit

      @Undocumented public void visit(Element_fieldset 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_textarea 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) and for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_caption 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_hr 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_del 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_body 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) and for all components in its contents according to the content model.
    • visit

      @Undocumented public void visit(Element_div 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_dt 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_ul 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) and for all components in its contents according to the content model.
    • visit

      @Undocumented public void visit(Element_html 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) and for all components in its contents according to the content model.
    • visit

      @Undocumented public void visit(Element_abbr 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_area 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_pre 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_blockquote 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) and for all components in its contents according to the content model.
    • visit

      @Undocumented public void visit(Element_var 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_em 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_dfn 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_script 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) and for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_input 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_meta 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_noscript 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) and for all components in its contents according to the content model.
    • visit

      @Undocumented public void visit(Element_style 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) and for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_object 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_option 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) and for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_sub 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_strong 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_img 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_code 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_samp 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_thead 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) and for all components in its contents according to the content model.
    • visit

      @Undocumented public void visit(Element_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 selected attributes (see BaseVisitor.validating) .
    • visit

      @Undocumented public void visit(Element_h1 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_h2 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_h3 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_title 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) and for all PCData in its contents.
    • visit

      @Undocumented public void visit(Element_h4 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_h5 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_h6 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_sup 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_head 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) and for all components in its contents according to the content model.
    • visit

      @Undocumented public void visit(Element_br 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_button 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_param 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_ol 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) and for all components in its contents according to the content model.
    • visit

      @Undocumented public void visit(Element_map 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) and for all components in its contents according to the content model.
    • visit

      @Undocumented public void visit(Element_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 selected attributes (see BaseVisitor.validating) and for all components in its contents according to the content model.
    • visit

      @Undocumented public void visit(Element_a 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_b 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_address 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_acronym 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_i 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_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 selected attributes (see BaseVisitor.validating) andfor all PCData and all Elements in its contents.
    • visit

      @Undocumented public void visit(Element_colgroup 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) and for all components in its contents according to the content model.
    • visit

      @Undocumented public void visit(Element_bdo 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_kbd 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_ins 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_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_tfoot 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) and for all components in its contents according to the content model.
    • visit

      @Undocumented public void visit(Element_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 selected attributes (see BaseVisitor.validating) andfor all PCData and all Elements in its contents.
    • visit

      @Undocumented public void visit(Element_q 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_form 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) and for all components in its contents according to the content model.
    • visit

      @Undocumented public void visit(Element_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 selected attributes (see BaseVisitor.validating) andfor all PCData and all Elements in its contents.
    • visit

      @Undocumented public void visit(Element_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 selected attributes (see BaseVisitor.validating) andfor all PCData and all Elements in its contents.
    • visit

      @Undocumented public void visit(Element_li 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_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 selected attributes (see BaseVisitor.validating) and for all components in its contents according to the content model.
    • visit

      @Undocumented public void visit(Element_base 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_span 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_html.Attr_xmlns attr_xmlns)
      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_head.Attr_profile attr_profile)
      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_head.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_head.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_head.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_head.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_head.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_head.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_head.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_head.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

      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

      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 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

      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_head.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

      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

      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 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

      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.UnmixedContent content)
    • visit

      @Undocumented public void visit(Element_base.Attr_href attr_href)
      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_meta.Attr_http_equiv attr_http_equiv)
      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_meta.Attr_content attr_content)
      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_meta.Attr_scheme attr_scheme)
      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_link.Attr_media attr_media)
      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_style.Attr_type attr_type)
      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_style.Attr_media attr_media)
      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_style.Attr_xml_space attr_xml_space)
      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_script.Attr_type attr_type)
      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_script.Attr_src attr_src)
      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_script.Attr_defer attr_defer)
      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_script.Attr_xml_space attr_xml_space)
      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_body.Attr_onload attr_onload)
      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_body.Attr_onunload attr_onunload)
      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_div.Content content)
    • visit

      public void visit(Element_p.Content content)
    • visit

      public void visit(Element_h1.Content content)
    • visit

      public void visit(Element_h2.Content content)
    • visit

      public void visit(Element_h3.Content content)
    • visit

      public void visit(Element_h4.Content content)
    • visit

      public void visit(Element_h5.Content content)
    • visit

      public void visit(Element_h6.Content content)
    • visit

      public void visit(Element_li.Content content)
    • visit

      @Undocumented public void visit(Element_dl.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_dl.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_dl.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

      public void visit(Element_dt.Content content)
    • visit

      public void visit(Element_dd.Content content)
    • visit

      public void visit(Element_address.Content content)
    • visit

      @Undocumented public void visit(Element_pre.Attr_xml_space attr_xml_space)
      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_pre.Content content)
    • visit

      @Undocumented public void visit(Element_blockquote.Attr_cite attr_cite)
      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_ins.Attr_cite attr_cite)
      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_ins.Attr_datetime attr_datetime)
      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_ins.Content content)
    • visit

      @Undocumented public void visit(Element_del.Attr_cite attr_cite)
      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_del.Attr_datetime attr_datetime)
      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_del.Content content)
    • visit

      @Undocumented public void visit(Element_a.Attr_name attr_name)
      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.Attr_shape attr_shape)
      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.Attr_coords attr_coords)
      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.Content content)
    • visit

      public void visit(Element_span.Content content)
    • visit

      @Undocumented public void visit(Element_bdo.Attr_dir attr_dir)
      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_bdo.Content content)
    • visit

      public void visit(Element_em.Content content)
    • visit

      public void visit(Element_strong.Content content)
    • visit

      public void visit(Element_dfn.Content content)
    • visit

      public void visit(Element_code.Content content)
    • visit

      public void visit(Element_samp.Content content)
    • visit

      public void visit(Element_kbd.Content content)
    • visit

      public void visit(Element_var.Content content)
    • visit

      public void visit(Element_cite.Content content)
    • visit

      public void visit(Element_abbr.Content content)
    • visit

      public void visit(Element_acronym.Content content)
    • visit

      @Undocumented public void visit(Element_q.Attr_cite attr_cite)
      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_q.Content content)
    • visit

      public void visit(Element_sub.Content content)
    • visit

      public void visit(Element_sup.Content content)
    • visit

      public void visit(Element_tt.Content content)
    • visit

      public void visit(Element_i.Content content)
    • visit

      public void visit(Element_b.Content content)
    • visit

      public void visit(Element_big.Content content)
    • visit

      public void visit(Element_small.Content content)
    • visit

      @Undocumented public void visit(Element_object.Attr_declare attr_declare)
      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_object.Attr_classid attr_classid)
      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_object.Attr_codebase attr_codebase)
      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_object.Attr_data attr_data)
      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_object.Attr_codetype attr_codetype)
      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_object.Attr_archive attr_archive)
      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_object.Attr_standby attr_standby)
      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_object.Attr_height attr_height)
      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_object.Attr_width attr_width)
      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_object.Attr_usemap attr_usemap)
      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_object.Attr_name attr_name)
      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_object.Content content)
    • visit

      @Undocumented public void visit(Element_param.Attr_value attr_value)
      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_param.Attr_valuetype attr_valuetype)
      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_img.Attr_src attr_src)
      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_img.Attr_alt attr_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 an Attribute.
      This default implementation does nothing.
    • visit

      @Undocumented public void visit(Element_img.Attr_longdesc attr_longdesc)
      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_img.Attr_height attr_height)
      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_img.Attr_width attr_width)
      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_img.Attr_usemap attr_usemap)
      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_img.Attr_ismap attr_ismap)
      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_map.Attr_id attr_id)
      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_map.Attr_name attr_name)
      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_map.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_map.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_map.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_area.Attr_shape attr_shape)
      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_area.Attr_coords attr_coords)
      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_area.Attr_nohref attr_nohref)
      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_area.Attr_alt attr_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 an Attribute.
      This default implementation does nothing.
    • visit

      @Undocumented public void visit(Element_form.Attr_action attr_action)
      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_form.Attr_method attr_method)
      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_form.Attr_enctype attr_enctype)
      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_form.Attr_onsubmit attr_onsubmit)
      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_form.Attr_onreset attr_onreset)
      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_form.Attr_accept attr_accept)
      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_form.Attr_accept_charset attr_accept_charset)
      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_label.Attr_for attr_for)
      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_label.Content content)
    • visit

      @Undocumented public void visit(Element_input.Attr_type attr_type)
      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_input.Attr_value attr_value)
      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_input.Attr_size attr_size)
      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_input.Attr_maxlength attr_maxlength)
      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_input.Attr_src attr_src)
      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_input.Attr_alt attr_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 an Attribute.
      This default implementation does nothing.
    • visit

      @Undocumented public void visit(Element_input.Attr_usemap attr_usemap)
      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_input.Attr_onselect attr_onselect)
      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_input.Attr_onchange attr_onchange)
      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_input.Attr_accept attr_accept)
      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_select.Attr_size attr_size)
      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_select.Attr_onchange attr_onchange)
      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_select.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_optgroup.Attr_label attr_label)
      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_option.Attr_label attr_label)
      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_option.Attr_value attr_value)
      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_textarea.Attr_rows attr_rows)
      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_textarea.Attr_cols attr_cols)
      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_textarea.Attr_onselect attr_onselect)
      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_textarea.Attr_onchange attr_onchange)
      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_fieldset.Content content)
    • visit

      public void visit(Element_legend.Content content)
    • visit

      @Undocumented public void visit(Element_button.Attr_value attr_value)
      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_button.Attr_type attr_type)
      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_button.Content content)
    • visit

      @Undocumented public void visit(Element_table.Attr_summary attr_summary)
      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_table.Attr_width attr_width)
      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_table.Attr_border attr_border)
      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_table.Attr_frame attr_frame)
      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_table.Attr_rules attr_rules)
      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_table.Attr_cellspacing attr_cellspacing)
      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_table.Attr_cellpadding attr_cellpadding)
      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_table.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_table.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

      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_caption.Content content)
    • visit

      @Undocumented public void visit(Element_colgroup.Attr_span attr_span)
      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_colgroup.Attr_width attr_width)
      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_col.Attr_span attr_span)
      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_col.Attr_width attr_width)
      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_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_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_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_th.Attr_abbr attr_abbr)
      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_th.Attr_axis attr_axis)
      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_th.Attr_headers attr_headers)
      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_th.Attr_scope attr_scope)
      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_th.Attr_rowspan attr_rowspan)
      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_th.Attr_colspan attr_colspan)
      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_th.Content content)
    • visit

      @Undocumented public void visit(Element_td.Attr_abbr attr_abbr)
      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_td.Attr_axis attr_axis)
      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_td.Attr_headers attr_headers)
      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_td.Attr_scope attr_scope)
      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_td.Attr_rowspan attr_rowspan)
      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_td.Attr_colspan attr_colspan)
      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_td.Content content)
    • visit

      public void visit(Element_special_pre element)
    • visit

      public void visit(Element_inline_forms element)
    • visit

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

      public void visit(Element_fontstyle element)
    • visit

      public void visit(Element_block element)
    • visit

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

      public void visit(Element_phrase element)
    • visit

      public void visit(Element_blocktext element)
    • visit

      public void visit(Element_lists element)
    • visit

      public void visit(Element_form_content element)
    • visit

      public void visit(Element_misc_inline element)
    • visit

      public void visit(Element_misc element)
    • visit

      public void visit(Element_heading element)
    • visit

      public void visit(Element_block_content element)
    • visit

      public void visit(Element_special element)
    • visit

      public void visit(Element_inline element)
    • 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.)