Package eu.bandm.tools.muli.tdom
Class BaseMatcher
java.lang.Object
eu.bandm.tools.tdom.runtime.BaseMatcher
eu.bandm.tools.muli.tdom.BaseMatcher
- Direct Known Subclasses:
Matcher
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected void
action
(Element_entry element) protected void
action
(Element_entry.Attr_key attr) protected void
protected void
action
(Element_text element) protected void
action
(Element_text.Attr_lang attr) protected void
action
(Element_translationfile element) protected void
action
(TypedPCData pcdata) Semantic execution; can be overridden by the user when defining a particular visitor.Methods inherited from class eu.bandm.tools.tdom.runtime.BaseMatcher
match
-
Constructor Details
-
BaseMatcher
public BaseMatcher()
-
-
Method Details
-
action
Description copied from class:BaseMatcher
Semantic execution; can be overridden by the user when defining a particular visitor. Will always be called when aTypedPCData
is reached when traversing the model instance. This default implementation does nothing.- Overrides:
action
in classBaseMatcher
-
action
-
action
-
action
-
action
-
action
-
action
-
action
-