Uses of Class
eu.bandm.tools.dtm.DTM.Attribute
Package
Description
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
Canonical model of a W3C DTD with evaluated semantics; plus utility applications.
-
Uses of DTM.Attribute in eu.bandm.tools.d2d2.base
Modifier and TypeMethodDescriptionprotected @Opt Definition
Dtd2Def.Phase1.globalDefForAtt
(String name, DTM.Attribute attdef) Construct a common d2d tag element definition for a given attribute.protected Definition
Dtd2Def.Phase1.makeAttribute
(SourceItem context, String name, DTM.Attribute att) Create a new d2d-definition for a dtd attribute value.(package private) @Opt Expression
Dtd2Def.Phase1.AttConverter.translate
(DTM.Attribute att) Central service point: Convert one attribute, generate the necessary d2d definition, add it to an element def in the generated module, and return the appropriate reference expression. -
Uses of DTM.Attribute in eu.bandm.tools.dtm
Modifier and TypeFieldDescriptionprotected CheckedMap_RD<NamespaceName,
DTM.Attribute> DTM.Element.attrs
Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionDTM.Attribute.doclone()
Clones this object.Copies values of all common fields from the argument.DTM.Attribute.with_def
(DTM.AttributeDefault val) Generated by umod; model author's documentation MISSING.DTM.Attribute.with_type
(DTM.AttributeType val) Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionDTM.Element.get_attrs()
Generated by umod; model author's documentation MISSING.static Pattern<DTM.Attribute>
DTM.Attribute.get_def
(Pattern<? super DTM.AttributeDefault> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<DTM.Attribute>
DTM.Attribute.get_type
(Pattern<? super DTM.AttributeType> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<DTM.Attribute>
DTM.__Patterns.term_Attribute
(Pattern<? super DTM.Named> superpattern, Pattern<? super DTM.AttributeType> p_type, Pattern<? super DTM.AttributeDefault> p_def) Modifier and TypeMethodDescriptionprotected void
DTM.__Formatter.action
(DTM.Attribute el) protected void
DTM.MATCH_ONLY_00.action
(DTM.Attribute e0) protected void
DTM.Rewriter.action
(DTM.Attribute e0) protected void
DTM.SinglePathVisitor.action
(DTM.Attribute e0) protected void
DTM.Visitor.action
(DTM.Attribute e0) protected void
DTM.Visitor.descend
(DTM.Attribute e0) void
DTM.MATCH_ONLY_00.match
(DTM.Attribute e0) protected void
DTM.Visitor.post
(DTM.Attribute e0) protected void
DTM.Visitor.pre
(DTM.Attribute e0) void
DTM.Element.put_attrs
(NamespaceName key0, DTM.Attribute value) Convenience un-Currying method.protected void
DTM.Rewriter.rewriteFields
(DTM.Attribute clone) protected Format
DTM.__Formatter.toFormat
(DTM.Attribute el) boolean
DTM.Attribute.x_equals
(DTM.Attribute e0) Modifier and TypeMethodDescriptionDTM.__Patterns.cast_Attribute
(Pattern<? super DTM.Attribute> p) static Pattern<DTM.Element>
DTM.Element.get_attrs
(Pattern<? super CheckedMap_RD<NamespaceName, DTM.Attribute>> p) Lifts a pattern which matches the field value to one which matches this whole object.boolean
DTM.Element.set_attrs
(CheckedMap_RD<NamespaceName, DTM.Attribute> val) Generated by umod; model author's documentation MISSING.