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
@Generated(generator="eu.bandm.tools.tdom.TypedDOMGenerator",
version="",
timestamp="2025-08-17_22h51m34")
@Undocumented
public final class VisitorTemplate
extends Visitor
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvisit(Element_entry element) (Superclass implementation descends into<!ELEMENT entry (text*) >.)voidvisit(Element_text element) (Superclass implementation descends into<!ELEMENT text (#PCDATA) >.)voidvisit(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, visitMethods 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) >.)
-