Class Dumper

All Implemented Interfaces:
PCDataVisitor

@Undocumented public class Dumper extends Visitor
Serializes the model instance into a sequence of SAX events.
A ContentHandler MUST be given for all "substantial" events (= Document and Element Open and Close Tags, incl. Attributes; PCData; ProcessingInstructions).
A LexicalHandler MAY be given, for all TypedComment.
See the resp. SAX documentation.
The serialization process can be started by calling any visit(..) method as defined in Visitor (i.e.: for any Element or sub-content like Choice and Sequence). This will write out the whole sub-tree starting there.
(NOTE: in this case the document locator must be set manually, see the generated code for visit(Document_XXX) for details.)
  • Field Details

    • contentHandler

      protected final ContentHandler contentHandler
    • lexicalHandler

      protected final LexicalHandler lexicalHandler
    • EMPTY_ATTRIBUTES

      protected final Attributes EMPTY_ATTRIBUTES
  • Constructor Details

    • Dumper

      @Undocumented public Dumper(ContentHandler contentHandler, LexicalHandler lexicalHandler)
      Set both handlers for substantial and ethereal events, see class description above.
      Parameters:
      contentHandler - (never null) for Substantials and PIs.
      lexicalHandler - (maybe null) for Comments.
    • Dumper

      @Undocumented public Dumper(ContentHandler contentHandler)
      Uses the contentHandler also as a LexicalHandler (for TypedComment), iff it happens to implement this interface. @param contentHandler (never null) Object serving as contentHandler for substantial events, and possibly also as a LexicalHandler.
  • Method Details

    • handleSAXException

      protected void handleSAXException(SAXException exception)
    • 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 Visitor
    • visit

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

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

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

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

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

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

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

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

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

      public void visit(Element_a_ldots element)
      Description copied from class: Visitor
      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 .
      Overrides:
      visit in class Visitor
    • visit

      public void visit(Element_a_xlang element)
      Description copied from class: Visitor
      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.
      Overrides:
      visit in class Visitor
    • visit

      public void visit(Element_a_image_showLabel element)
      Description copied from class: Visitor
      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 .
      Overrides:
      visit in class Visitor
    • visit

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

      public void visit(Element_ACCEPTED element)
      Description copied from class: Visitor
      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 .
      Overrides:
      visit in class Visitor
    • visit

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

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

      public void visit(Element_a_hh element)
      Description copied from class: Visitor
      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 .
      Overrides:
      visit in class Visitor
    • visit

      public void visit(Element_WORKSFORME element)
      Description copied from class: Visitor
      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 .
      Overrides:
      visit in class Visitor
    • visit

      public void visit(Element_a_p element)
      Description copied from class: Visitor
      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.
      Overrides:
      visit in class Visitor
    • visit

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

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

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

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

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

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

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

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

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

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

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

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

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

      public void visit(Element_a_inframe element)
      Description copied from class: Visitor
      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 .
      Overrides:
      visit in class Visitor
    • visit

      public void visit(Element_FIXED element)
      Description copied from class: Visitor
      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 .
      Overrides:
      visit in class Visitor
    • visit

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

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

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

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

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

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

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

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

      public void visit(Element_a_blank element)
      Description copied from class: Visitor
      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 .
      Overrides:
      visit in class Visitor
    • visit

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

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

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

      public void visit(Element_a_footnote element)
      Description copied from class: Visitor
      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.
      Overrides:
      visit in class Visitor
    • visit

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

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

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

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

      public void visit(Element_desc element)
      Description copied from class: Visitor
      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.
      Overrides:
      visit in class Visitor
    • visit

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

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

      public void visit(Element_CLOSED element)
      Description copied from class: Visitor
      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 .
      Overrides:
      visit in class Visitor
    • visit

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

      public void visit(Element_a_spanstyle element)
      Description copied from class: Visitor
      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.
      Overrides:
      visit in class Visitor
    • visit

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

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

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

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

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

      public void visit(Element_a_top element)
      Description copied from class: Visitor
      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 .
      Overrides:
      visit in class Visitor
    • visit

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

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

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

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

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

      public void visit(Element_a_footnotetext element)
      Description copied from class: Visitor
      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.
      Overrides:
      visit in class Visitor
    • visit

      public void visit(Element_REOPENED element)
      Description copied from class: Visitor
      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 .
      Overrides:
      visit in class Visitor
    • visit

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

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

      public void visit(Element_a_nl element)
      Description copied from class: Visitor
      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 .
      Overrides:
      visit in class Visitor
    • visit

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

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

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

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

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

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

      public void visit(Element_a_footnotemark element)
      Description copied from class: Visitor
      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) .
      Overrides:
      visit in class Visitor
    • visit

      public void visit(Element_WONTFIX element)
      Description copied from class: Visitor
      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 .
      Overrides:
      visit in class Visitor
    • visit

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

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

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

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

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

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

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

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

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

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

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

      public void visit(Document_package document)
      Description copied from class: Visitor
      Can be called to visit the complete model instance. (Is not intended to be overridden by the user.)
      Overrides:
      visit in class Visitor
    • visit

      public void visit(Document_entries document)
      Description copied from class: Visitor
      Can be called to visit the complete model instance. (Is not intended to be overridden by the user.)
      Overrides:
      visit in class Visitor
    • visit

      public void visit(Document_a_verbatimXml document)
      Description copied from class: Visitor
      Can be called to visit the complete model instance. (Is not intended to be overridden by the user.)
      Overrides:
      visit in class Visitor
    • visit

      public void visit(Document_a_list document)
      Description copied from class: Visitor
      Can be called to visit the complete model instance. (Is not intended to be overridden by the user.)
      Overrides:
      visit in class Visitor