Package eu.bandm.tools.lablog.xml
Class VisitorTemplate
java.lang.Object
eu.bandm.tools.tdom.runtime.BaseVisitor
eu.bandm.tools.lablog.xml.Visitor
eu.bandm.tools.lablog.xml.VisitorTemplate
- All Implemented Interfaces:
PCDataVisitor
Copy-and-edit "boilerplate" source for user defined visitor code. The
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
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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
visit
(Element_a_all element) (Superclass implementation descends into<!ELEMENT a:all (#PCDATA) >
.)void
visit
(Element_a_alpha element) (Superclass implementation descends into<!ELEMENT a:alpha (#PCDATA) >
.)void
visit
(Element_a_ascii_alpha element) (Superclass implementation descends into<!ELEMENT a:ascii_alpha (#PCDATA) >
.)void
visit
(Element_a_ascii_lower element) (Superclass implementation descends into<!ELEMENT a:ascii_lower (#PCDATA) >
.)void
visit
(Element_a_ascii_upper element) (Superclass implementation descends into<!ELEMENT a:ascii_upper (#PCDATA) >
.)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 )* >
.)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 )* >
.)void
visit
(Element_a_border element) (Superclass implementation descends into<!ELEMENT a:border (#PCDATA) >
.)void
visit
(Element_a_cite element) (Superclass implementation descends into<!ELEMENT a:cite (a:key, a:locus?) >
.)void
visit
(Element_a_decimalDigit element) (Superclass implementation descends into<!ELEMENT a:decimalDigit (#PCDATA) >
.)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 )* >
.)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 )* >
.)void
visit
(Element_a_footnotemark element) (Superclass implementation descends into<!ELEMENT a:footnotemark EMPTY >
.)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 )* >
.)void
visit
(Element_a_hh element) (Superclass implementation descends into<!ELEMENT a:hh EMPTY >
.)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?) >
.)void
visit
(Element_a_image_align element) (Superclass implementation descends into<!ELEMENT a:image_align (#PCDATA) >
.)void
visit
(Element_a_image_alt element) (Superclass implementation descends into<!ELEMENT a:image_alt (#PCDATA) >
.)void
visit
(Element_a_image_file element) (Superclass implementation descends into<!ELEMENT a:image_file (#PCDATA) >
.)void
visit
(Element_a_image_height element) (Superclass implementation descends into<!ELEMENT a:image_height (#PCDATA) >
.)void
visit
(Element_a_image_showLabel element) (Superclass implementation descends into<!ELEMENT a:image_showLabel EMPTY >
.)void
visit
(Element_a_image_width element) (Superclass implementation descends into<!ELEMENT a:image_width (#PCDATA) >
.)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 )* >
.)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 )* >
.)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 )* >
.)void
visit
(Element_a_key element) (Superclass implementation descends into<!ELEMENT a:key (#PCDATA) >
.)void
visit
(Element_a_kind element) (Superclass implementation descends into<!ELEMENT a:kind (a:pkind, a:pkind*) >
.)void
visit
(Element_a_label element) (Superclass implementation descends into<!ELEMENT a:label (#PCDATA) >
.)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 )* >
.)void
visit
(Element_a_ldots element) (Superclass implementation descends into<!ELEMENT a:ldots EMPTY >
.)void
visit
(Element_a_link element) (Superclass implementation descends into<!ELEMENT a:link (a:url, a:text?, a:loc?, a:refdate?) >
.)void
visit
(Element_a_list element) (Superclass implementation descends into<!ELEMENT a:list (a:listSymbol?, (a:listStartnum | a:listContinues)?, a:label?, a:listitem+) >
.)void
visit
(Element_a_listContinues element) (Superclass implementation descends into<!ELEMENT a:listContinues (#PCDATA) >
.)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 )* >
.)void
visit
(Element_a_listStartnum element) (Superclass implementation descends into<!ELEMENT a:listStartnum (#PCDATA) >
.)void
visit
(Element_a_listSymbol element) (Superclass implementation descends into<!ELEMENT a:listSymbol (#PCDATA) >
.)void
visit
(Element_a_loc element) (Superclass implementation descends into<!ELEMENT a:loc (#PCDATA) >
.)void
visit
(Element_a_locus element) (Superclass implementation descends into<!ELEMENT a:locus (#PCDATA) >
.)void
visit
(Element_a_mode element) (Superclass implementation descends into<!ELEMENT a:mode (#PCDATA) >
.)void
visit
(Element_a_nl element) (Superclass implementation descends into<!ELEMENT a:nl EMPTY >
.)void
visit
(Element_a_opus element) (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
visit
(Element_a_path element) (Superclass implementation descends into<!ELEMENT a:path (#PCDATA) >
.)void
visit
(Element_a_pers element) (Superclass implementation descends into<!ELEMENT a:pers (#PCDATA) >
.)void
visit
(Element_a_persop element) (Superclass implementation descends into<!ELEMENT a:persop (a:ppers, a:popus) >
.)void
visit
(Element_a_pkind element) (Superclass implementation descends into<!ELEMENT a:pkind (#PCDATA) >
.)void
visit
(Element_a_popus element) (Superclass implementation descends into<!ELEMENT a:popus (#PCDATA) >
.)void
visit
(Element_a_ppers element) (Superclass implementation descends into<!ELEMENT a:ppers (#PCDATA) >
.)void
visit
(Element_a_ref element) (Superclass implementation descends into<!ELEMENT a:ref (#PCDATA) >
.)void
visit
(Element_a_refdate element) (Superclass implementation descends into<!ELEMENT a:refdate (#PCDATA) >
.)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 )* >
.)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 )* >
.)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 )* >
.)void
visit
(Element_a_src element) (Superclass implementation descends into<!ELEMENT a:src (#PCDATA | a:hh )* >
.)void
visit
(Element_a_SRC element) (Superclass implementation descends into<!ELEMENT a:SRC (#PCDATA | a:label | a:treeInclude )* >
.)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 )* >
.)void
visit
(Element_a_table element) (Superclass implementation descends into<!ELEMENT a:table (a:border?, a:label?, a:tr*) >
.)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 )* >
.)void
visit
(Element_a_tdCls element) (Superclass implementation descends into<!ELEMENT a:tdCls (#PCDATA) >
.)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 )* >
.)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 )* >
.)void
visit
(Element_a_tr element) (Superclass implementation descends into<!ELEMENT a:tr (a:label?, (a:td* | a:th*)) >
.)void
visit
(Element_a_treeInclude element) (Superclass implementation descends into<!ELEMENT a:treeInclude (a:url, a:path, a:mode?) >
.)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 )* >
.)void
visit
(Element_a_url element) (Superclass implementation descends into<!ELEMENT a:url (#PCDATA) >
.)void
visit
(Element_a_verbatimXml element) (Superclass implementation descends into<!ELEMENT a:verbatimXml (#PCDATA) >
.)void
visit
(Element_a_whitespace element) (Superclass implementation descends into<!ELEMENT a:whitespace (#PCDATA) >
.)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 )* >
.)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 )* >
.)void
visit
(Element_ACCEPTED element) (Superclass implementation descends into<!ELEMENT ACCEPTED EMPTY >
.)void
visit
(Element_author element) (Superclass implementation descends into<!ELEMENT author (#PCDATA) >
.)void
visit
(Element_authors element) (Superclass implementation descends into<!ELEMENT authors (author, author*) >
.)void
visit
(Element_CLOSED element) (Superclass implementation descends into<!ELEMENT CLOSED EMPTY >
.)void
visit
(Element_costs element) (Superclass implementation descends into<!ELEMENT costs (#PCDATA) >
.)void
visit
(Element_date element) (Superclass implementation descends into<!ELEMENT date (#PCDATA) >
.)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 )* >
.)void
visit
(Element_docmat element) (Superclass implementation descends into<!ELEMENT docmat (name, authors, date, reference*, (a:p | a:SRC)*) >
.)void
visit
(Element_entries element) (Superclass implementation descends into<!ELEMENT entries (issue | docmat | package)* >
.)void
visit
(Element_FIXED element) (Superclass implementation descends into<!ELEMENT FIXED EMPTY >
.)void
visit
(Element_issue element) (Superclass implementation descends into<!ELEMENT issue (name, authors, date, prior, costs, desc, note*) >
.)void
visit
(Element_name element) (Superclass implementation descends into<!ELEMENT name (#PCDATA) >
.)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)*) >
.)void
visit
(Element_package element) (Superclass implementation descends into<!ELEMENT package (name, (issue | docmat)*) >
.)void
visit
(Element_prior element) (Superclass implementation descends into<!ELEMENT prior (#PCDATA) >
.)void
visit
(Element_reference element) (Superclass implementation descends into<!ELEMENT reference (#PCDATA) >
.)void
visit
(Element_REOPENED element) (Superclass implementation descends into<!ELEMENT REOPENED EMPTY >
.)void
visit
(Element_WONTFIX element) (Superclass implementation descends into<!ELEMENT WONTFIX EMPTY >
.)void
visit
(Element_WORKSFORME element) (Superclass implementation descends into<!ELEMENT WORKSFORME EMPTY >
.)Methods inherited from class eu.bandm.tools.lablog.xml.Visitor
visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit
Methods inherited from class eu.bandm.tools.tdom.runtime.BaseVisitor
visit
-
Constructor Details
-
VisitorTemplate
public VisitorTemplate()
-
-
Method Details
-
visit
(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 )* >
.) -
visit
(Superclass implementation descends into<!ELEMENT date (#PCDATA) >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:image_file (#PCDATA) >
.) -
visit
(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 )* >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:treeInclude (a:url, a:path, a:mode?) >
.) -
visit
(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 )* >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:pers (#PCDATA) >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:tdCls (#PCDATA) >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:ref (#PCDATA) >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:ldots EMPTY >
.) -
visit
(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 )* >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:image_showLabel EMPTY >
.) -
visit
(Superclass implementation descends into<!ELEMENT reference (#PCDATA) >
.) -
visit
(Superclass implementation descends into<!ELEMENT ACCEPTED EMPTY >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:image_alt (#PCDATA) >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:hh EMPTY >
.) -
visit
(Superclass implementation descends into<!ELEMENT prior (#PCDATA) >
.) -
visit
(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 )* >
.) -
visit
(Superclass implementation descends into<!ELEMENT WORKSFORME EMPTY >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:ascii_upper (#PCDATA) >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:whitespace (#PCDATA) >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:link (a:url, a:text?, a:loc?, a:refdate?) >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:ppers (#PCDATA) >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:tr (a:label?, (a:td* | a:th*)) >
.) -
visit
(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 )* >
.) -
visit
(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 )* >
.) -
visit
(Superclass implementation descends into<!ELEMENT package (name, (issue | docmat)*) >
.) -
visit
(Superclass implementation descends into<!ELEMENT issue (name, authors, date, prior, costs, desc, note*) >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:listContinues (#PCDATA) >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:url (#PCDATA) >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:ascii_alpha (#PCDATA) >
.) -
visit
(Superclass implementation descends into<!ELEMENT author (#PCDATA) >
.) -
visit
(Superclass implementation descends into<!ELEMENT FIXED EMPTY >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:listSymbol (#PCDATA) >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:table (a:border?, a:label?, a:tr*) >
.) -
visit
(Superclass implementation descends into<!ELEMENT entries (issue | docmat | package)* >
.) -
visit
(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?) >
.) -
visit
(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 )* >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:key (#PCDATA) >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:refdate (#PCDATA) >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:cite (a:key, a:locus?) >
.) -
visit
(Superclass implementation descends into<!ELEMENT name (#PCDATA) >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:src (#PCDATA | a:hh )* >
.) -
visit
(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 )* >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:pkind (#PCDATA) >
.) -
visit
(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 )* >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:alpha (#PCDATA) >
.) -
visit
(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 )* >
.) -
visit
(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 )* >
.) -
visit
(Superclass implementation descends into<!ELEMENT authors (author, author*) >
.) -
visit
(Superclass implementation descends into<!ELEMENT note (authors, date, (ACCEPTED | FIXED | CLOSED | WONTFIX | WORKSFORME | REOPENED)?, prior?, costs?, (a:p | a:SRC)*) >
.) -
visit
(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 )* >
.) -
visit
(Superclass implementation descends into<!ELEMENT CLOSED EMPTY >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:popus (#PCDATA) >
.) -
visit
(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 )* >
.) -
visit
(Superclass implementation descends into<!ELEMENT docmat (name, authors, date, reference*, (a:p | a:SRC)*) >
.) -
visit
(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 )* >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:label (#PCDATA) >
.) -
visit
(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 )* >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:persop (a:ppers, a:popus) >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:opus (#PCDATA) >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:listStartnum (#PCDATA) >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:image_height (#PCDATA) >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:loc (#PCDATA) >
.) -
visit
(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 )* >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:SRC (#PCDATA | a:label | a:treeInclude )* >
.) -
visit
(Superclass implementation descends into<!ELEMENT REOPENED EMPTY >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:nl EMPTY >
.) -
visit
(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 )* >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:locus (#PCDATA) >
.) -
visit
(Superclass implementation descends into<!ELEMENT costs (#PCDATA) >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:border (#PCDATA) >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:kind (a:pkind, a:pkind*) >
.) -
visit
(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 )* >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:image_width (#PCDATA) >
.) -
visit
(Superclass implementation descends into<!ELEMENT WONTFIX EMPTY >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:footnotemark EMPTY >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:image_align (#PCDATA) >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:decimalDigit (#PCDATA) >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:path (#PCDATA) >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:mode (#PCDATA) >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:verbatimXml (#PCDATA) >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:ascii_lower (#PCDATA) >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:all (#PCDATA) >
.) -
visit
(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 )* >
.) -
visit
(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 )* >
.) -
visit
(Superclass implementation descends into<!ELEMENT a:list (a:listSymbol?, (a:listStartnum | a:listContinues)?, a:label?, a:listitem+) >
.) -
visit
(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 )* >
.)
-