Uses of Class
eu.bandm.tools.dtm.DTM.Attribute
Packages that use 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
Methods in eu.bandm.tools.d2d2.base with parameters of type DTM.AttributeModifier and TypeMethodDescriptionprotected @Opt DefinitionDtd2Def.Phase1.globalDefForAtt(String name, DTM.Attribute attdef) Construct a common d2d tag element definition for a given attribute.protected DefinitionDtd2Def.Phase1.makeAttribute(SourceItem context, String name, DTM.Attribute att) Create a new d2d-definition for a dtd attribute value.(package private) @Opt ExpressionDtd2Def.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
Fields in eu.bandm.tools.dtm with type parameters of type DTM.AttributeModifier and TypeFieldDescriptionprotected CheckedMap_RD<NamespaceName, DTM.Attribute> DTM.Element.attrsGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.dtm that return DTM.AttributeModifier 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.Methods in eu.bandm.tools.dtm that return types with arguments of type DTM.AttributeModifier 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) Methods in eu.bandm.tools.dtm with parameters of type DTM.AttributeModifier and TypeMethodDescriptionprotected voidDTM.__Formatter.action(DTM.Attribute el) protected voidDTM.MATCH_ONLY_00.action(DTM.Attribute e0) protected voidDTM.Rewriter.action(DTM.Attribute e0) protected voidDTM.SinglePathVisitor.action(DTM.Attribute e0) protected voidDTM.Visitor.action(DTM.Attribute e0) protected voidDTM.Visitor.descend(DTM.Attribute e0) voidDTM.MATCH_ONLY_00.match(DTM.Attribute e0) protected voidDTM.Visitor.post(DTM.Attribute e0) protected voidDTM.Visitor.pre(DTM.Attribute e0) voidDTM.Element.put_attrs(NamespaceName key0, DTM.Attribute value) Convenience un-Currying method.protected voidDTM.Rewriter.rewriteFields(DTM.Attribute clone) protected FormatDTM.__Formatter.toFormat(DTM.Attribute el) booleanDTM.Attribute.x_equals(DTM.Attribute e0) Method parameters in eu.bandm.tools.dtm with type arguments of type DTM.AttributeModifier 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.booleanDTM.Element.set_attrs(CheckedMap_RD<NamespaceName, DTM.Attribute> val) Generated by umod; model author's documentation MISSING.