@User public class Visitor extends BaseVisitor implements PCDataVisitor
validating
Constructor and Description |
---|
Visitor() |
Modifier and Type | Method and Description |
---|---|
void |
visit(Document_translationfile document)
Can be called to visit the complete model instance.
|
void |
visit(Document document)
Can be called to visit the complete model instance.
|
void |
visit(Element_entry.Attr_key attr_key)
Can be overridden by the user.
|
void |
visit(Element_entry.Attr_lang attr_lang)
Can be overridden by the user.
|
void |
visit(Element_entry element)
Can be overridden by the user to define particular semantic operations.
|
void |
visit(Element_text.Attr_lang attr_lang)
Can be overridden by the user.
|
void |
visit(Element_text element)
Can be overridden by the user to define particular semantic operations.
|
void |
visit(Element_translationfile element)
Can be overridden by the user to define particular semantic operations.
|
void |
visit(Element.UnmixedContent content) |
void |
visit(Element element) |
void |
visit(TypedPCData pcdata) |
void |
visit(Visitable<? super Visitor> visitable) |
visit
public void visit(TypedPCData pcdata)
visit
in interface PCDataVisitor
visit
in class BaseVisitor
@User public void visit(Element_entry element)
visit(..)
in turn for all selected attributes (see BaseVisitor.validating
)
and for all components in its contents according to the content model.@User public void visit(Element_translationfile element)
visit(..)
in turn for all components in its contents according to the
content model.@User public void visit(Element_text element)
visit(..)
in turn for all selected attributes (see BaseVisitor.validating
)
and for all PCData in its contents.@User public void visit(Element_entry.Attr_key attr_key)
@User public void visit(Element_entry.Attr_lang attr_lang)
@User public void visit(Element_text.Attr_lang attr_lang)
public void visit(Element.UnmixedContent content)
@User public void visit(Document_translationfile document)
public void visit(Element element)
see also the complete user documentation .