Package eu.bandm.tools.muli.tdom
Class VisitorTemplate
java.lang.Object
eu.bandm.tools.tdom.runtime.BaseVisitor
eu.bandm.tools.muli.tdom.Visitor
eu.bandm.tools.muli.tdom.VisitorTemplate
- All Implemented Interfaces:
PCDataVisitor
Copy-and-edit "boilerplate" source for user defined visitor code. The
Please note that only the element-level visit methods have been included. There may be further methods for sub-contents, which have been left out for readability. These can be found in the generated
visit(..)
methods all throw RuntimeException
and are to be edited
by the programmer. Please note that only the element-level visit methods have been included. There may be further methods for sub-contents, which have been left out for readability. These can be found in the generated
Visitor
.-
Field Summary
Fields inherited from class eu.bandm.tools.tdom.runtime.BaseVisitor
validating
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
visit
(Element_entry element) (Superclass implementation descends into<!ELEMENT entry (text*) >
.)void
visit
(Element_text element) (Superclass implementation descends into<!ELEMENT text (#PCDATA) >
.)void
visit
(Element_translationfile element) (Superclass implementation descends into<!ELEMENT translationfile (entry*) >
.)Methods inherited from class eu.bandm.tools.muli.tdom.Visitor
visit, visit, visit, visit, visit, visit, visit, visit, visit
Methods inherited from class eu.bandm.tools.tdom.runtime.BaseVisitor
visit
-
Constructor Details
-
VisitorTemplate
public VisitorTemplate()
-
-
Method Details
-
visit
(Superclass implementation descends into<!ELEMENT entry (text*) >
.) -
visit
(Superclass implementation descends into<!ELEMENT translationfile (entry*) >
.) -
visit
(Superclass implementation descends into<!ELEMENT text (#PCDATA) >
.)
-