Class CatalogByString.TranslationCollector

java.lang.Object
eu.bandm.tools.tdom.runtime.BaseVisitor
eu.bandm.tools.muli.tdom.Visitor
eu.bandm.tools.muli.CatalogByString.TranslationCollector
All Implemented Interfaces:
PCDataVisitor
Enclosing class:
CatalogByString

protected class CatalogByString.TranslationCollector extends Visitor
  • Field Details

  • Constructor Details

    • TranslationCollector

      public TranslationCollector(boolean eliminateNewlines)
  • Method Details

    • visit

      public void visit(Element_entry e)
      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) and for all components in its contents according to the content model.
      Overrides:
      visit in class Visitor
    • visit

      public void visit(Element_text e)
      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) and for all PCData in its contents.
      Overrides:
      visit in class Visitor