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.)
  • Field Details

  • Constructor Details

    • Dtd

      public Dtd(@Opt @Opt XMLDocumentIdentifier documentId)
      Constructor defined according to directive »C 1/..«.

      Parameters:
      documentId - is copied to field documentId
    • 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

      public DTD.Dtd doclone()
      Clones this object. Method never fails, since Cloneable is known to be implemented.

      Returns:
      a fresh copy.
    • getFormatHint

      public static String 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

      public Format format()
      Delivers a format object for pretty-printing, as specified in the umod source.
      Specified by:
      format in interface Formattable
      Returns:
      a format that represents this object in a pretty-printable way
    • initFrom

      public DTD.Dtd initFrom(Object o0)
      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

      public List<@Opt Location<XMLDocumentIdentifier>> 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.
      Returns:
      The current field value of type List<Location(maybe null)>(never null)
      See Also:
    • set_locations

      public boolean set_locations(List<@Opt Location<XMLDocumentIdentifier>> val)
      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.
      Parameters:
      val - the new value of type List<Location(maybe null)>(never null)
      Returns:
      whether a change (w.r.t. ==) did actually happen.
      See Also:
    • descend_locations

      @Deprecated public void descend_locations(DTD.MATCH_ONLY_00 visitor)
      Deprecated.
      Use visitor.follow_locations(this) or visitor.followAll_locations(this) instead.
    • get_documentId

      @Opt public @Opt XMLDocumentIdentifier 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(maybe null)
      See Also:
    • set_documentId

      public boolean set_documentId(@Opt @Opt XMLDocumentIdentifier val)
      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 type XMLDocumentIdentifier(maybe null)
      Returns:
      whether a change (w.r.t. ==) did actually happen.
      See Also:
    • get_xmlDecl

      @Opt public @Opt DTD.XmlDecl 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(maybe null)
      See Also:
    • set_xmlDecl

      public boolean set_xmlDecl(@Opt @Opt DTD.XmlDecl val)
      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 type DTD.XmlDecl(maybe null)
      Returns:
      whether a change (w.r.t. ==) did actually happen.
      See Also:
    • get_markup

      public NonNullList<DTD.MarkupDecl> 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(never null)>(never null)
      See Also:
    • set_markup

      public boolean set_markup(NonNullList<DTD.MarkupDecl> val)
      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 type NonNullList<DTD.MarkupDecl(never null)>(never null)
      Returns:
      whether a change (w.r.t. ==) did actually happen.
      See Also:
    • descend_markup

      @Deprecated public void descend_markup(DTD.MATCH_ONLY_00 visitor)
      Deprecated.
      Use visitor.follow_markup(this) or visitor.followAll_markup(this) instead.
    • get_entityUsage

      public Multimap<String,String> 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(never null),java.lang.String(never null)>(never null)
      See Also:
    • set_entityUsage

      public boolean set_entityUsage(Multimap<String,String> val)
      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 type Multimap<java.lang.String(never null),java.lang.String(never null)>(never null)
      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 class DTD.__Patterns.
    • get_documentId

      public static Pattern<DTD.Dtd> get_documentId(Pattern<? super @Opt 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 class DTD.__Patterns.
    • get_xmlDecl

      public static Pattern<DTD.Dtd> get_xmlDecl(Pattern<? super @Opt DTD.XmlDecl> 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 class DTD.__Patterns.
    • get_markup

      public static Pattern<DTD.Dtd> get_markup(Pattern<? super NonNullList<DTD.MarkupDecl>> 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 class DTD.__Patterns.
    • get_entityUsage

      public static Pattern<DTD.Dtd> get_entityUsage(Pattern<? super Multimap<String,String>> 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 class DTD.__Patterns.