public abstract class BaseMatcher extends BaseMatcher
Constructor and Description |
---|
BaseMatcher() |
Modifier and Type | Method and Description |
---|---|
protected void |
action(Element_entry.Attr_key attr) |
protected void |
action(Element_entry.Attr_lang attr) |
protected void |
action(Element_entry element) |
protected void |
action(Element_text.Attr_lang attr) |
protected void |
action(Element_text element) |
protected void |
action(Element_translationfile element) |
protected void |
action(Element node) |
protected void |
action(TypedPCData pcdata)
Semantic execution; can be overridden by the user when defining a particular visitor.
|
match
@User protected void action(TypedPCData pcdata)
BaseMatcher
TypedPCData
is reached when traversing the
model instance. This default implementation does nothing.action
in class BaseMatcher
@User protected void action(Element_entry element)
@User protected void action(Element_translationfile element)
@User protected void action(Element_text element)
@User protected void action(Element_entry.Attr_key attr)
@User protected void action(Element_entry.Attr_lang attr)
@User protected void action(Element_text.Attr_lang attr)
see also the complete user documentation .