Uses of Class
eu.bandm.tools.dtm.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
Modifier and TypeMethodDescriptionprotected void
Dtd2Def.Phase1.AttConverter.action
(DTM.AttributeValue v) Sets only the flag. -
Uses of DTM.AttributeValue in eu.bandm.tools.dtm
Modifier 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.Modifier 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) Modifier and TypeMethodDescriptionprotected void
DTM.__Formatter.action
(DTM.AttributeValue el) protected void
DTM.MATCH_ONLY_00.action
(DTM.AttributeValue e0) protected void
DTM.Rewriter.action
(DTM.AttributeValue e0) protected void
DTM.SinglePathVisitor.action
(DTM.AttributeValue e0) protected void
DTM.Visitor.action
(DTM.AttributeValue e0) protected void
DTM.Visitor.descend
(DTM.AttributeValue e0) void
DTM.MATCH_ONLY_00.match
(DTM.AttributeValue e0) protected void
DTM.Visitor.post
(DTM.AttributeValue e0) protected void
DTM.Visitor.pre
(DTM.AttributeValue e0) protected void
DTM.Rewriter.rewriteFields
(DTM.AttributeValue clone) protected Format
DTM.__Formatter.toFormat
(DTM.AttributeValue el) boolean
DTM.AttributeValue.x_equals
(DTM.AttributeValue e0) Modifier and TypeMethodDescriptionDTM.__Patterns.cast_AttributeValue
(Pattern<? super DTM.AttributeValue> p)