Package eu.bandm.tools.muli.utils
Class CatalogFromFile.TranslationCollector
java.lang.Object
eu.bandm.tools.tdom.runtime.BaseVisitor
eu.bandm.tools.muli.tdom.Visitor
eu.bandm.tools.muli.utils.CatalogFromFile.TranslationCollector
- All Implemented Interfaces:
PCDataVisitor
- Enclosing class:
CatalogFromFile
-
Field Summary
Modifier and TypeFieldDescription(package private) final CatalogByString
protected String
protected Location
<XMLDocumentIdentifier> (package private) final boolean
(package private) final MessageReceiver
<SimpleMessage<XMLDocumentIdentifier>> Fields inherited from class eu.bandm.tools.tdom.runtime.BaseVisitor
validating
-
Constructor Summary
ConstructorDescriptionTranslationCollector
(CatalogByString cat, boolean eliminateNewlines, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Can be overridden by the user to define particular semantic operations.void
Can be overridden by the user to define particular semantic operations.Methods inherited from class eu.bandm.tools.muli.tdom.Visitor
visit, visit, visit, visit, visit, visit, visit, visit, visit, visit
Methods inherited from class eu.bandm.tools.tdom.runtime.BaseVisitor
visit
-
Field Details
-
currentkey
-
currentloc
-
eliminateNewlines
final boolean eliminateNewlines -
msg
-
cat
-
-
Constructor Details
-
TranslationCollector
public TranslationCollector(CatalogByString cat, boolean eliminateNewlines, MessageReceiver<SimpleMessage<XMLDocumentIdentifier>> msg)
-
-
Method Details
-
visit
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 callingvisit(..)
in turn for all selected attributes (seeBaseVisitor.validating
) and for all components in its contents according to the content model. -
visit
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 callingvisit(..)
in turn for all selected attributes (seeBaseVisitor.validating
) and for all PCData in its contents.
-