Package eu.bandm.tools.dtd
Class DTD.Dtd
java.lang.Object
eu.bandm.tools.dtd.DTD.Dtd
- All Implemented Interfaces:
Formattable,Cloneable
- Enclosing class:
DTD
@Generated(generator="eu.bandm.tools.umod",
version="",
timestamp="2026-01-24_11h45m30")
public static class DTD.Dtd
extends Object
implements Cloneable, Formattable
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "DTD.umod":21.1-32.3, see this pretty print.)
(This definition has been created by UMod from the source at SYSTEM "DTD.umod":21.1-32.3, see this pretty print.)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected @Opt XMLDocumentIdentifierGenerated by umod; model author's documentation MISSING.Generated by umod; model author's documentation MISSING.protected List<@Opt Location<XMLDocumentIdentifier>> Generated by umod; model author's documentation MISSING.protected NonNullList<DTD.MarkupDecl> Generated by umod; model author's documentation MISSING.protected @Opt DTD.XmlDeclGenerated by umod; model author's documentation MISSING. -
Constructor Summary
ConstructorsConstructorDescriptionDtd()Constructor with minimal set of arguments, is supplied automatically by the umod compiler, not explicitly by the user.
(All object fields are set to their default values.)
Dtd(@Opt XMLDocumentIdentifier documentId) Constructor defined according to directive »C 1/..«.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddescend_locations(DTD.MATCH_ONLY_00 visitor) Deprecated.voiddescend_markup(DTD.MATCH_ONLY_00 visitor) Deprecated.Usevisitor.follow_markup(this)orvisitor.followAll_markup(this)instead.doclone()Clones this object.format()Delivers a format object for pretty-printing, as specified in the umod source.Generated by umod; model author's documentation MISSING.get_documentId(Pattern<? super @Opt XMLDocumentIdentifier> p) Lifts a pattern which matches the field value to one which matches this whole object.Generated by umod; model author's documentation MISSING.get_entityUsage(Pattern<? super Multimap<String, String>> p) Lifts a pattern which matches the field value to one which matches this whole object.Generated by umod; model author's documentation MISSING.get_locations(Pattern<? super List<@Opt Location<XMLDocumentIdentifier>>> p) Lifts a pattern which matches the field value to one which matches this whole object.Generated by umod; model author's documentation MISSING.get_markup(Pattern<? super NonNullList<DTD.MarkupDecl>> p) Lifts a pattern which matches the field value to one which matches this whole object.Generated by umod; model author's documentation MISSING.get_xmlDecl(Pattern<? super @Opt DTD.XmlDecl> p) Lifts a pattern which matches the field value to one which matches this whole object.static StringDelivers the format specification from the umod source.Copies values of all common fields from the argument.booleanGenerated by umod; model author's documentation MISSING.booleanset_entityUsage(Multimap<String, String> val) Generated by umod; model author's documentation MISSING.booleanGenerated by umod; model author's documentation MISSING.booleanGenerated by umod; model author's documentation MISSING.booleanset_xmlDecl(@Opt DTD.XmlDecl val) Generated by umod; model author's documentation MISSING.
-
Field Details
-
locations
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "DTD.umod":22.3-25, see this pretty print.)
The type of this field isList<Location(maybenull)>(nevernull)
Its value defaults to an empty collection.
- See Also:
-
documentId
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "DTD.umod":23.3-52, see this pretty print.)
The type of this field isXMLDocumentIdentifier(maybenull)
Its value defaults tonull.
- See Also:
-
xmlDecl
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "DTD.umod":24.3-62, see this pretty print.)
The type of this field isDTD.XmlDecl(maybenull)
Its value defaults tonull.
- See Also:
-
markup
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "DTD.umod":25.3-62, see this pretty print.)
The type of this field isNonNullList<DTD.MarkupDecl(nevernull)>(nevernull)
Its value defaults to an empty collection.
- See Also:
-
entityUsage
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "DTD.umod":27.3-28, see this pretty print.)
The type of this field isMultimap<java.lang.String(nevernull),java.lang.String(nevernull)>(nevernull)
Its value defaults to an empty collection.
- See Also:
-
-
Constructor Details
-
Dtd
Constructor defined according to directive »C 1/..«.
- Parameters:
documentId- is copied to fielddocumentId
-
Dtd
public Dtd()Constructor with minimal set of arguments, is supplied automatically by the umod compiler, not explicitly by the user.
(All object fields are set to their default values.)
-
-
Method Details
-
doclone
- Returns:
- a fresh copy.
-
getFormatHint
Delivers the format specification from the umod source.
The constant return value is ..
'<!-- XML 1.0 DTD '|(documentId?);' -->'/(xmlDecl?)/markup[/]
This can be used e.g. by format code interpreters which process objects of different origin. -
format
Delivers a format object for pretty-printing, as specified in the umod source.- Specified by:
formatin interfaceFormattable- Returns:
- a format that represents this object in a pretty-printable way
-
initFrom
Copies values of all common fields from the argument. All fields of this class definition are copied, iff the argument is of this class. Then the superclass method is invoked with the same argument. -
get_locations
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "DTD.umod":22.3-25, see this pretty print.)
Generated getter method. -
set_locations
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "DTD.umod":22.3-25, see this pretty print.)
Updates the (mutable) instance destructively. -
descend_locations
Deprecated.Usevisitor.follow_locations(this)orvisitor.followAll_locations(this)instead. -
get_documentId
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "DTD.umod":23.3-52, see this pretty print.)
Generated getter method.- Returns:
- The current field value of type
XMLDocumentIdentifier(maybenull) - See Also:
-
set_documentId
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "DTD.umod":23.3-52, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val- the new value of typeXMLDocumentIdentifier(maybenull)- Returns:
- whether a change (w.r.t.
==) did actually happen. - See Also:
-
get_xmlDecl
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "DTD.umod":24.3-62, see this pretty print.)
Generated getter method.- Returns:
- The current field value of type
DTD.XmlDecl(maybenull) - See Also:
-
set_xmlDecl
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "DTD.umod":24.3-62, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val- the new value of typeDTD.XmlDecl(maybenull)- Returns:
- whether a change (w.r.t.
==) did actually happen. - See Also:
-
get_markup
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "DTD.umod":25.3-62, see this pretty print.)
Generated getter method.- Returns:
- The current field value of type
NonNullList<DTD.MarkupDecl(nevernull)>(nevernull) - See Also:
-
set_markup
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "DTD.umod":25.3-62, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val- the new value of typeNonNullList<DTD.MarkupDecl(nevernull)>(nevernull)- Returns:
- whether a change (w.r.t.
==) did actually happen. - See Also:
-
descend_markup
Deprecated.Usevisitor.follow_markup(this)orvisitor.followAll_markup(this)instead. -
get_entityUsage
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "DTD.umod":27.3-28, see this pretty print.)
Generated getter method.- Returns:
- The current field value of type
Multimap<java.lang.String(nevernull),java.lang.String(nevernull)>(nevernull) - See Also:
-
set_entityUsage
Generated by umod; model author's documentation MISSING.
(This definition has been created by UMod from the source at SYSTEM "DTD.umod":27.3-28, see this pretty print.)
Updates the (mutable) instance destructively.- Parameters:
val- the new value of typeMultimap<java.lang.String(nevernull),java.lang.String(nevernull)>(nevernull)- Returns:
- whether a change (w.r.t.
==) did actually happen. - See Also:
-
get_locations
public static Pattern<DTD.Dtd> get_locations(Pattern<? super List<@Opt Location<XMLDocumentIdentifier>>> p) Lifts a pattern which matches the field value to one which matches this whole object.
More complex pattern methods are generated in the one ancillary classDTD.__Patterns. -
get_documentId
Lifts a pattern which matches the field value to one which matches this whole object.
More complex pattern methods are generated in the one ancillary classDTD.__Patterns. -
get_xmlDecl
Lifts a pattern which matches the field value to one which matches this whole object.
More complex pattern methods are generated in the one ancillary classDTD.__Patterns. -
get_markup
Lifts a pattern which matches the field value to one which matches this whole object.
More complex pattern methods are generated in the one ancillary classDTD.__Patterns. -
get_entityUsage
Lifts a pattern which matches the field value to one which matches this whole object.
More complex pattern methods are generated in the one ancillary classDTD.__Patterns.
-
visitor.follow_locations(this)orvisitor.followAll_locations(this)instead.