Class VisitorTemplate

All Implemented Interfaces:
PCDataVisitor

@Undocumented public final class VisitorTemplate extends Visitor
Copy-and-edit "boilerplate" source for user defined visitor code. The visit(..) methods all throw RuntimeException and are to be edited by the programmer.
Please note that only the element-level visit methods have been included. There may be further methods for sub-contents, which have been left out for readability. These can be found in the generated Visitor.
  • Field Summary

    Fields inherited from class eu.bandm.tools.tdom.runtime.BaseVisitor

    validating
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    (Superclass implementation descends into
    <!ELEMENT a:all (#PCDATA) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:alpha (#PCDATA) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:ascii_alpha (#PCDATA) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:ascii_lower (#PCDATA) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:ascii_upper (#PCDATA) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:blank EMPTY > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:blink (#PCDATA | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle )* > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:bold (#PCDATA | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle )* > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:border (#PCDATA) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:cite (a:key, a:locus?) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:decimalDigit (#PCDATA) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:emph (#PCDATA | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle | a:src | a:verbatimXml | a:nl | a:ldots | a:label | a:ref | a:pers | a:opus | a:persop | a:emph | a:xemph | a:xlang | a:treeInclude | a:link | a:cite | a:image )* > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:footnote (#PCDATA | a:kind | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle | a:src | a:verbatimXml | a:nl | a:ldots | a:label | a:ref | a:pers | a:opus | a:persop | a:emph | a:xemph | a:xlang | a:treeInclude | a:link | a:cite | a:image | a:list | a:table | a:footnote | a:footnotemark | a:footnotetext | a:p )* > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:footnotemark EMPTY > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:footnotetext (#PCDATA | a:kind | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle | a:src | a:verbatimXml | a:nl | a:ldots | a:label | a:ref | a:pers | a:opus | a:persop | a:emph | a:xemph | a:xlang | a:treeInclude | a:link | a:cite | a:image | a:list | a:table | a:footnote | a:footnotemark | a:footnotetext | a:p )* > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:framename (#PCDATA) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:hh EMPTY > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:image (a:image_file, a:image_alt?, a:image_width?, a:image_height?, a:image_align?, a:image_showLabel?) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:image_align (#PCDATA) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:image_alt (#PCDATA) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:image_file (#PCDATA) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:image_height (#PCDATA) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:image_showLabel EMPTY > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:image_width (#PCDATA) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:indexhi (#PCDATA | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle )* > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:indexlo (#PCDATA | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle )* > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:inframe EMPTY > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:ital (#PCDATA | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle )* > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:key (#PCDATA) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:kind (a:pkind, a:pkind*) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:label (#PCDATA) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:larger (#PCDATA | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle )* > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:ldots EMPTY > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:link (a:url, (a:blank | a:top | a:inframe | a:framename)?, a:text?, a:loc?, a:refdate?) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:list (a:listSymbol?, (a:listStartnum | a:listContinues)?, a:label?, a:listitem+) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:listContinues (#PCDATA) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:listitem (#PCDATA | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle | a:src | a:verbatimXml | a:nl | a:ldots | a:label | a:ref | a:pers | a:opus | a:persop | a:emph | a:xemph | a:xlang | a:treeInclude | a:link | a:cite | a:image | a:list | a:table | a:footnote | a:footnotemark | a:footnotetext | a:p )* > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:listStartnum (#PCDATA) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:listSymbol (#PCDATA) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:loc (#PCDATA) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:locus (#PCDATA) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:mode (#PCDATA) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:nl EMPTY > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:opus (#PCDATA) > .)
    void
    visit(Element_a_p element)
    (Superclass implementation descends into
    <!ELEMENT a:p (#PCDATA | a:kind | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle | a:src | a:verbatimXml | a:nl | a:ldots | a:label | a:ref | a:pers | a:opus | a:persop | a:emph | a:xemph | a:xlang | a:treeInclude | a:link | a:cite | a:image | a:list | a:table | a:footnote | a:footnotemark | a:footnotetext )* > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:path (#PCDATA) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:pers (#PCDATA) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:persop (a:ppers, a:popus) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:pkind (#PCDATA) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:popus (#PCDATA) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:ppers (#PCDATA) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:ref (#PCDATA) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:refdate (#PCDATA) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:scaps (#PCDATA | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle )* > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:smaller (#PCDATA | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle )* > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:spanstyle (#PCDATA | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle )* > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:src (#PCDATA | a:hh )* > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:SRC (#PCDATA | a:label | a:treeInclude )* > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:strikeout (#PCDATA | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle )* > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:table (a:border?, a:label?, a:tr*) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:td (#PCDATA | a:tdCls | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle | a:src | a:verbatimXml | a:nl | a:ldots | a:label | a:ref | a:pers | a:opus | a:persop | a:emph | a:xemph | a:xlang | a:treeInclude | a:link | a:cite | a:image | a:list | a:table | a:footnote | a:footnotemark | a:footnotetext | a:p )* > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:tdCls (#PCDATA) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:text (#PCDATA | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle | a:src | a:verbatimXml | a:nl | a:ldots | a:label | a:ref | a:pers | a:opus | a:persop | a:emph | a:xemph | a:xlang | a:treeInclude | a:cite | a:image )* > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:th (#PCDATA | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle | a:src | a:verbatimXml | a:nl | a:ldots | a:label | a:ref | a:pers | a:opus | a:persop | a:emph | a:xemph | a:xlang | a:treeInclude | a:link | a:cite | a:image | a:list | a:table | a:footnote | a:footnotemark | a:footnotetext | a:p )* > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:top EMPTY > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:tr (a:label?, (a:td* | a:th*)) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:treeInclude (a:url, a:path, a:mode?) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:ulin (#PCDATA | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle )* > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:url (#PCDATA) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:verbatimXml (#PCDATA) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:whitespace (#PCDATA) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:xemph (#PCDATA | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle | a:src | a:verbatimXml | a:nl | a:ldots | a:label | a:ref | a:pers | a:opus | a:persop | a:emph | a:xemph | a:xlang | a:treeInclude | a:link | a:cite | a:image )* > .)
    void
    (Superclass implementation descends into
    <!ELEMENT a:xlang (#PCDATA | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle | a:src | a:verbatimXml | a:nl | a:ldots | a:label | a:ref | a:pers | a:opus | a:persop | a:emph | a:xemph | a:xlang | a:treeInclude | a:link | a:cite | a:image )* > .)
    void
    (Superclass implementation descends into
    <!ELEMENT ACCEPTED EMPTY > .)
    void
    (Superclass implementation descends into
    <!ELEMENT author (#PCDATA) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT authors (author, author*) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT CLOSED EMPTY > .)
    void
    (Superclass implementation descends into
    <!ELEMENT costs (#PCDATA) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT date (#PCDATA) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT desc (#PCDATA | a:kind | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle | a:src | a:verbatimXml | a:nl | a:ldots | a:label | a:ref | a:pers | a:opus | a:persop | a:emph | a:xemph | a:xlang | a:treeInclude | a:link | a:cite | a:image | a:list | a:table | a:footnote | a:footnotemark | a:footnotetext | a:p | a:SRC )* > .)
    void
    (Superclass implementation descends into
    <!ELEMENT docmat (name, authors, date, reference*, (a:p | a:SRC)*) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT entries (issue | docmat | package)* > .)
    void
    (Superclass implementation descends into
    <!ELEMENT FIXED EMPTY > .)
    void
    (Superclass implementation descends into
    <!ELEMENT issue (name, authors, date, prior, costs, desc, note*) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT name (#PCDATA) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT note (authors, date, (ACCEPTED | FIXED | CLOSED | WONTFIX | WORKSFORME | REOPENED)?, prior?, costs?, (a:p | a:SRC)*) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT package (name, (issue | docmat)*) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT prior (#PCDATA) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT reference (#PCDATA) > .)
    void
    (Superclass implementation descends into
    <!ELEMENT REOPENED EMPTY > .)
    void
    (Superclass implementation descends into
    <!ELEMENT WONTFIX EMPTY > .)
    void
    (Superclass implementation descends into
    <!ELEMENT WORKSFORME EMPTY > .)

    Methods inherited from class eu.bandm.tools.tdom.runtime.BaseVisitor

    visit

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • VisitorTemplate

      public VisitorTemplate()
  • Method Details

    • visit

      @Undocumented public void visit(Element_a_th element)
      (Superclass implementation descends into
      <!ELEMENT a:th (#PCDATA | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle | a:src | a:verbatimXml | a:nl | a:ldots | a:label | a:ref | a:pers | a:opus | a:persop | a:emph | a:xemph | a:xlang | a:treeInclude | a:link | a:cite | a:image | a:list | a:table | a:footnote | a:footnotemark | a:footnotetext | a:p )* > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_date element)
      (Superclass implementation descends into
      <!ELEMENT date (#PCDATA) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_treeInclude element)
      (Superclass implementation descends into
      <!ELEMENT a:treeInclude (a:url, a:path, a:mode?) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_larger element)
      (Superclass implementation descends into
      <!ELEMENT a:larger (#PCDATA | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle )* > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_image_file element)
      (Superclass implementation descends into
      <!ELEMENT a:image_file (#PCDATA) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_td element)
      (Superclass implementation descends into
      <!ELEMENT a:td (#PCDATA | a:tdCls | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle | a:src | a:verbatimXml | a:nl | a:ldots | a:label | a:ref | a:pers | a:opus | a:persop | a:emph | a:xemph | a:xlang | a:treeInclude | a:link | a:cite | a:image | a:list | a:table | a:footnote | a:footnotemark | a:footnotetext | a:p )* > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_pers element)
      (Superclass implementation descends into
      <!ELEMENT a:pers (#PCDATA) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_tdCls element)
      (Superclass implementation descends into
      <!ELEMENT a:tdCls (#PCDATA) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_ref element)
      (Superclass implementation descends into
      <!ELEMENT a:ref (#PCDATA) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_ldots element)
      (Superclass implementation descends into
      <!ELEMENT a:ldots EMPTY > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_xlang element)
      (Superclass implementation descends into
      <!ELEMENT a:xlang (#PCDATA | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle | a:src | a:verbatimXml | a:nl | a:ldots | a:label | a:ref | a:pers | a:opus | a:persop | a:emph | a:xemph | a:xlang | a:treeInclude | a:link | a:cite | a:image )* > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_image_showLabel element)
      (Superclass implementation descends into
      <!ELEMENT a:image_showLabel EMPTY > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_reference element)
      (Superclass implementation descends into
      <!ELEMENT reference (#PCDATA) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_ACCEPTED element)
      (Superclass implementation descends into
      <!ELEMENT ACCEPTED EMPTY > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_image_alt element)
      (Superclass implementation descends into
      <!ELEMENT a:image_alt (#PCDATA) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_prior element)
      (Superclass implementation descends into
      <!ELEMENT prior (#PCDATA) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_hh element)
      (Superclass implementation descends into
      <!ELEMENT a:hh EMPTY > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_WORKSFORME element)
      (Superclass implementation descends into
      <!ELEMENT WORKSFORME EMPTY > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_p element)
      (Superclass implementation descends into
      <!ELEMENT a:p (#PCDATA | a:kind | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle | a:src | a:verbatimXml | a:nl | a:ldots | a:label | a:ref | a:pers | a:opus | a:persop | a:emph | a:xemph | a:xlang | a:treeInclude | a:link | a:cite | a:image | a:list | a:table | a:footnote | a:footnotemark | a:footnotetext )* > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_whitespace element)
      (Superclass implementation descends into
      <!ELEMENT a:whitespace (#PCDATA) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_ascii_upper element)
      (Superclass implementation descends into
      <!ELEMENT a:ascii_upper (#PCDATA) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_ppers element)
      (Superclass implementation descends into
      <!ELEMENT a:ppers (#PCDATA) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_link element)
      (Superclass implementation descends into
      <!ELEMENT a:link (a:url, (a:blank | a:top | a:inframe | a:framename)?, a:text?, a:loc?, a:refdate?) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_tr element)
      (Superclass implementation descends into
      <!ELEMENT a:tr (a:label?, (a:td* | a:th*)) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_bold element)
      (Superclass implementation descends into
      <!ELEMENT a:bold (#PCDATA | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle )* > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_ulin element)
      (Superclass implementation descends into
      <!ELEMENT a:ulin (#PCDATA | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle )* > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_package element)
      (Superclass implementation descends into
      <!ELEMENT package (name, (issue | docmat)*) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_issue element)
      (Superclass implementation descends into
      <!ELEMENT issue (name, authors, date, prior, costs, desc, note*) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_url element)
      (Superclass implementation descends into
      <!ELEMENT a:url (#PCDATA) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_listContinues element)
      (Superclass implementation descends into
      <!ELEMENT a:listContinues (#PCDATA) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_author element)
      (Superclass implementation descends into
      <!ELEMENT author (#PCDATA) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_ascii_alpha element)
      (Superclass implementation descends into
      <!ELEMENT a:ascii_alpha (#PCDATA) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_inframe element)
      (Superclass implementation descends into
      <!ELEMENT a:inframe EMPTY > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_FIXED element)
      (Superclass implementation descends into
      <!ELEMENT FIXED EMPTY > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_listSymbol element)
      (Superclass implementation descends into
      <!ELEMENT a:listSymbol (#PCDATA) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_table element)
      (Superclass implementation descends into
      <!ELEMENT a:table (a:border?, a:label?, a:tr*) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_entries element)
      (Superclass implementation descends into
      <!ELEMENT entries (issue | docmat | package)* > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_image element)
      (Superclass implementation descends into
      <!ELEMENT a:image (a:image_file, a:image_alt?, a:image_width?, a:image_height?, a:image_align?, a:image_showLabel?) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_smaller element)
      (Superclass implementation descends into
      <!ELEMENT a:smaller (#PCDATA | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle )* > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_key element)
      (Superclass implementation descends into
      <!ELEMENT a:key (#PCDATA) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_cite element)
      (Superclass implementation descends into
      <!ELEMENT a:cite (a:key, a:locus?) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_refdate element)
      (Superclass implementation descends into
      <!ELEMENT a:refdate (#PCDATA) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_blank element)
      (Superclass implementation descends into
      <!ELEMENT a:blank EMPTY > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_name element)
      (Superclass implementation descends into
      <!ELEMENT name (#PCDATA) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_src element)
      (Superclass implementation descends into
      <!ELEMENT a:src (#PCDATA | a:hh )* > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_pkind element)
      (Superclass implementation descends into
      <!ELEMENT a:pkind (#PCDATA) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_footnote element)
      (Superclass implementation descends into
      <!ELEMENT a:footnote (#PCDATA | a:kind | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle | a:src | a:verbatimXml | a:nl | a:ldots | a:label | a:ref | a:pers | a:opus | a:persop | a:emph | a:xemph | a:xlang | a:treeInclude | a:link | a:cite | a:image | a:list | a:table | a:footnote | a:footnotemark | a:footnotetext | a:p )* > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_listitem element)
      (Superclass implementation descends into
      <!ELEMENT a:listitem (#PCDATA | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle | a:src | a:verbatimXml | a:nl | a:ldots | a:label | a:ref | a:pers | a:opus | a:persop | a:emph | a:xemph | a:xlang | a:treeInclude | a:link | a:cite | a:image | a:list | a:table | a:footnote | a:footnotemark | a:footnotetext | a:p )* > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_alpha element)
      (Superclass implementation descends into
      <!ELEMENT a:alpha (#PCDATA) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_xemph element)
      (Superclass implementation descends into
      <!ELEMENT a:xemph (#PCDATA | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle | a:src | a:verbatimXml | a:nl | a:ldots | a:label | a:ref | a:pers | a:opus | a:persop | a:emph | a:xemph | a:xlang | a:treeInclude | a:link | a:cite | a:image )* > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_authors element)
      (Superclass implementation descends into
      <!ELEMENT authors (author, author*) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_desc element)
      (Superclass implementation descends into
      <!ELEMENT desc (#PCDATA | a:kind | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle | a:src | a:verbatimXml | a:nl | a:ldots | a:label | a:ref | a:pers | a:opus | a:persop | a:emph | a:xemph | a:xlang | a:treeInclude | a:link | a:cite | a:image | a:list | a:table | a:footnote | a:footnotemark | a:footnotetext | a:p | a:SRC )* > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_note element)
      (Superclass implementation descends into
      <!ELEMENT note (authors, date, (ACCEPTED | FIXED | CLOSED | WONTFIX | WORKSFORME | REOPENED)?, prior?, costs?, (a:p | a:SRC)*) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_scaps element)
      (Superclass implementation descends into
      <!ELEMENT a:scaps (#PCDATA | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle )* > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_CLOSED element)
      (Superclass implementation descends into
      <!ELEMENT CLOSED EMPTY > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_popus element)
      (Superclass implementation descends into
      <!ELEMENT a:popus (#PCDATA) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_spanstyle element)
      (Superclass implementation descends into
      <!ELEMENT a:spanstyle (#PCDATA | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle )* > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_docmat element)
      (Superclass implementation descends into
      <!ELEMENT docmat (name, authors, date, reference*, (a:p | a:SRC)*) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_framename element)
      (Superclass implementation descends into
      <!ELEMENT a:framename (#PCDATA) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_text element)
      (Superclass implementation descends into
      <!ELEMENT a:text (#PCDATA | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle | a:src | a:verbatimXml | a:nl | a:ldots | a:label | a:ref | a:pers | a:opus | a:persop | a:emph | a:xemph | a:xlang | a:treeInclude | a:cite | a:image )* > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_label element)
      (Superclass implementation descends into
      <!ELEMENT a:label (#PCDATA) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_blink element)
      (Superclass implementation descends into
      <!ELEMENT a:blink (#PCDATA | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle )* > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_top element)
      (Superclass implementation descends into
      <!ELEMENT a:top EMPTY > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_persop element)
      (Superclass implementation descends into
      <!ELEMENT a:persop (a:ppers, a:popus) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_opus element)
      (Superclass implementation descends into
      <!ELEMENT a:opus (#PCDATA) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_listStartnum element)
      (Superclass implementation descends into
      <!ELEMENT a:listStartnum (#PCDATA) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_loc element)
      (Superclass implementation descends into
      <!ELEMENT a:loc (#PCDATA) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_image_height element)
      (Superclass implementation descends into
      <!ELEMENT a:image_height (#PCDATA) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_footnotetext element)
      (Superclass implementation descends into
      <!ELEMENT a:footnotetext (#PCDATA | a:kind | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle | a:src | a:verbatimXml | a:nl | a:ldots | a:label | a:ref | a:pers | a:opus | a:persop | a:emph | a:xemph | a:xlang | a:treeInclude | a:link | a:cite | a:image | a:list | a:table | a:footnote | a:footnotemark | a:footnotetext | a:p )* > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_REOPENED element)
      (Superclass implementation descends into
      <!ELEMENT REOPENED EMPTY > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_SRC element)
      (Superclass implementation descends into
      <!ELEMENT a:SRC (#PCDATA | a:label | a:treeInclude )* > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_strikeout element)
      (Superclass implementation descends into
      <!ELEMENT a:strikeout (#PCDATA | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle )* > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_nl element)
      (Superclass implementation descends into
      <!ELEMENT a:nl EMPTY > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_locus element)
      (Superclass implementation descends into
      <!ELEMENT a:locus (#PCDATA) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_costs element)
      (Superclass implementation descends into
      <!ELEMENT costs (#PCDATA) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_border element)
      (Superclass implementation descends into
      <!ELEMENT a:border (#PCDATA) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_kind element)
      (Superclass implementation descends into
      <!ELEMENT a:kind (a:pkind, a:pkind*) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_image_width element)
      (Superclass implementation descends into
      <!ELEMENT a:image_width (#PCDATA) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_ital element)
      (Superclass implementation descends into
      <!ELEMENT a:ital (#PCDATA | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle )* > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_footnotemark element)
      (Superclass implementation descends into
      <!ELEMENT a:footnotemark EMPTY > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_WONTFIX element)
      (Superclass implementation descends into
      <!ELEMENT WONTFIX EMPTY > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_image_align element)
      (Superclass implementation descends into
      <!ELEMENT a:image_align (#PCDATA) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_decimalDigit element)
      (Superclass implementation descends into
      <!ELEMENT a:decimalDigit (#PCDATA) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_path element)
      (Superclass implementation descends into
      <!ELEMENT a:path (#PCDATA) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_mode element)
      (Superclass implementation descends into
      <!ELEMENT a:mode (#PCDATA) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_verbatimXml element)
      (Superclass implementation descends into
      <!ELEMENT a:verbatimXml (#PCDATA) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_ascii_lower element)
      (Superclass implementation descends into
      <!ELEMENT a:ascii_lower (#PCDATA) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_indexlo element)
      (Superclass implementation descends into
      <!ELEMENT a:indexlo (#PCDATA | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle )* > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_all element)
      (Superclass implementation descends into
      <!ELEMENT a:all (#PCDATA) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_indexhi element)
      (Superclass implementation descends into
      <!ELEMENT a:indexhi (#PCDATA | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle )* > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_list element)
      (Superclass implementation descends into
      <!ELEMENT a:list (a:listSymbol?, (a:listStartnum | a:listContinues)?, a:label?, a:listitem+) > .)
      Overrides:
      visit in class Visitor
    • visit

      @Undocumented public void visit(Element_a_emph element)
      (Superclass implementation descends into
      <!ELEMENT a:emph (#PCDATA | a:bold | a:ital | a:ulin | a:blink | a:strikeout | a:scaps | a:hh | a:larger | a:smaller | a:indexlo | a:indexhi | a:spanstyle | a:src | a:verbatimXml | a:nl | a:ldots | a:label | a:ref | a:pers | a:opus | a:persop | a:emph | a:xemph | a:xlang | a:treeInclude | a:link | a:cite | a:image )* > .)
      Overrides:
      visit in class Visitor