Uses of Class
eu.bandm.tools.dtm.DTM.AttributeValue
Packages that use DTM.AttributeValue
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.AttributeValue in eu.bandm.tools.d2d2.base
Methods in eu.bandm.tools.d2d2.base with parameters of type DTM.AttributeValueModifier and TypeMethodDescriptionprotected voidDtd2Def.Phase1.AttConverter.action(DTM.AttributeValue v) Sets only the flag. - 
Uses of DTM.AttributeValue in eu.bandm.tools.dtm
Methods in eu.bandm.tools.dtm that return DTM.AttributeValueModifier and TypeMethodDescriptionDTM.AttributeValue.doclone()Clones this object.Copies values of all common fields from the argument.DTM.AttributeValue.with_fixed(boolean val) Generated by umod; model author's documentation MISSING.DTM.AttributeValue.with_value(String val) Generated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.dtm that return types with arguments of type DTM.AttributeValueModifier and TypeMethodDescriptionstatic Pattern<DTM.AttributeValue> Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<DTM.AttributeValue> Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<DTM.AttributeValue> DTM.__Patterns.term_AttributeValue(Pattern<? super DTM.AttributeDefault> superpattern, Pattern<? super Boolean> p_fixed, Pattern<? super String> p_value) Methods in eu.bandm.tools.dtm with parameters of type DTM.AttributeValueModifier and TypeMethodDescriptionprotected voidDTM.__Formatter.action(DTM.AttributeValue el) protected voidDTM.MATCH_ONLY_00.action(DTM.AttributeValue e0) protected voidDTM.Rewriter.action(DTM.AttributeValue e0) protected voidDTM.SinglePathVisitor.action(DTM.AttributeValue e0) protected voidDTM.Visitor.action(DTM.AttributeValue e0) protected voidDTM.Visitor.descend(DTM.AttributeValue e0) voidDTM.MATCH_ONLY_00.match(DTM.AttributeValue e0) protected voidDTM.Visitor.post(DTM.AttributeValue e0) protected voidDTM.Visitor.pre(DTM.AttributeValue e0) protected voidDTM.Rewriter.rewriteFields(DTM.AttributeValue clone) protected FormatDTM.__Formatter.toFormat(DTM.AttributeValue el) booleanDTM.AttributeValue.x_equals(DTM.AttributeValue e0) Method parameters in eu.bandm.tools.dtm with type arguments of type DTM.AttributeValueModifier and TypeMethodDescriptionDTM.__Patterns.cast_AttributeValue(Pattern<? super DTM.AttributeValue> p)