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 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
Modifier and TypeFieldDescriptionprotected XMLDocumentIdentifier
Generated by umod; model author's documentation MISSING.protected CheckedMultimap_RD<String,
String> Generated by umod; model author's documentation MISSING.protected List<Location<XMLDocumentIdentifier>>
Generated by umod; model author's documentation MISSING.protected CheckedList<DTD.MarkupDecl>
Generated by umod; model author's documentation MISSING.protected DTD.XmlDecl
Generated by umod; model author's documentation MISSING. -
Constructor Summary
ConstructorDescriptionDtd()
Synthetic minimal constructor provided by the umod compiler.Dtd
(XMLDocumentIdentifier documentId) Constructor generated according to specification #1
Constructor defined according to directive "C 1/..". -
Method Summary
Modifier and TypeMethodDescriptionvoid
descend_locations
(DTD.MATCH_ONLY_00 visitor) Deprecated.void
descend_markup
(DTD.MATCH_ONLY_00 visitor) Deprecated.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 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 CheckedMultimap_RD<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<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 CheckedList<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 DTD.XmlDecl> p) Lifts a pattern which matches the field value to one which matches this whole object.static String
Delivers the format specification from the umod source.Copies values of all common fields from the argument.boolean
Generated by umod; model author's documentation MISSING.boolean
Generated by umod; model author's documentation MISSING.boolean
Generated by umod; model author's documentation MISSING.boolean
Generated by umod; model author's documentation MISSING.boolean
set_xmlDecl
(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
(maybe null)>(never null)
Its value defaults to an empty collection. -
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
(maybe null)
Its value defaults to null. -
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
(maybe null)
Its value defaults to null. -
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 isCheckedList
<DTD.MarkupDecl
(never null)>(never null)
Its value defaults to an empty collection. -
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 isCheckedMultimap_RD
<java.lang.String(never null),java.lang.String(never null)>(never null)
Its value defaults to an empty collection.
-
-
Constructor Details
-
Dtd
Constructor generated according to specification #1
Constructor defined according to directive "C 1/..".- Parameters:
documentId
- is copied to fielddocumentId
-
Dtd
public Dtd()Synthetic minimal constructor provided by the umod compiler.
Constructor with minimal set of arguments, supplied automatically by the umod compiler, not explicitly by user.
(All object fields are set to their default values.)
-
-
Method Details
-
doclone
Clones this object. Method never fails, sinceCloneable
is known to be implemented.- 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:
format
in 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. @see #locations -
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. -
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. @see #documentId- Returns:
- The current field value of type
XMLDocumentIdentifier
(maybe null)
-
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
(maybe null)- 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. @see #xmlDecl- Returns:
- The current field value of type
DTD.XmlDecl
(maybe null)
-
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
(maybe null)- 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. @see #markup- Returns:
- The current field value of type
CheckedList
<DTD.MarkupDecl
(never null)>(never null)
-
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 typeCheckedList
<DTD.MarkupDecl
(never null)>(never null)- Returns:
- whether a change (w.r.t. ==) did actually happen.
- See Also:
-
descend_markup
Deprecated. -
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. @see #entityUsage- Returns:
- The current field value of type
CheckedMultimap_RD
<java.lang.String(never null),java.lang.String(never null)>(never null)
-
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 typeCheckedMultimap_RD
<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<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
public static Pattern<DTD.Dtd> get_entityUsage(Pattern<? super CheckedMultimap_RD<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 classDTD.__Patterns
.
-