Uses of Class
eu.bandm.tools.dtd.DTD.DefaultDecl
Package
Description
Model for w3c XML DTDs, with preserved syntax.
Generates typed models of XML documents,
see
meta-tools TDOM user documentation.
-
Uses of DTD.DefaultDecl in eu.bandm.tools.dtd
Modifier and TypeClassDescriptionstatic class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.Modifier and TypeFieldDescriptionstatic final DTD.DefaultDecl
DTD.DefaultDecl.IMPLIED
static final DTD.DefaultDecl
DTD.DefaultDecl.REQUIRED
protected DTD.DefaultDecl
DTD.AttDef.value
Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionprotected <T extends DTD.DefaultDecl>
TDTD.Rewriter.breakLoop
(T e0) Modifier and TypeMethodDescriptionprotected DTD.DefaultDecl
TunedDTDParser.defaultDecl()
Parsing function.DTD.DefaultDecl.doclone()
Clones this object.DTD.__SAX_Parser.fill_DefaultDecl
(Object res) DTD.AttDef.get_value()
Generated by umod; model author's documentation MISSING.Copies values of all common fields from the argument.DTD.__SAX_Parser.matchSAX_DefaultDecl()
Modifier and TypeMethodDescriptionstatic Pattern<DTD.DefaultDecl>
DTD.__Patterns.term_DefaultDecl
(Pattern<Object> superpattern) Modifier and TypeMethodDescriptionprotected void
DTD.__Formatter.action
(DTD.DefaultDecl el) void
DTD.__SAX_Writer.action
(DTD.DefaultDecl e0) protected void
DTD.CoRewriter.action
(DTD.DefaultDecl e0) protected void
DTD.Dump.action
(DTD.DefaultDecl e0) protected void
DTD.MATCH_ONLY_00.action
(DTD.DefaultDecl e0) protected void
DTD.Rewriter.action
(DTD.DefaultDecl e0) protected void
DTD.SinglePathVisitor.action
(DTD.DefaultDecl e0) protected void
DTD.Visitor.action
(DTD.DefaultDecl e0) protected void
DTD.Dump.descend
(DTD.DefaultDecl e0) protected void
DTD.Visitor.descend
(DTD.DefaultDecl e0) void
DTD.__SAX_Parser.XMLPARSER_DefaultDecl.fillFields
(DTD.DefaultDecl newobj) void
DTD.MATCH_ONLY_00.match
(DTD.DefaultDecl e0) protected void
DTD.Visitor.post
(DTD.DefaultDecl e0) protected void
DTD.Visitor.pre
(DTD.DefaultDecl e0) protected void
DTD.Dump.printscalars
(DTD.DefaultDecl e0) protected void
DTD.CoRewriter.rewriteFields
(DTD.DefaultDecl clone) protected void
DTD.Rewriter.rewriteFields
(DTD.DefaultDecl clone) boolean
DTD.AttDef.set_value
(DTD.DefaultDecl val) Generated by umod; model author's documentation MISSING.protected Format
DTD.__Formatter.toFormat
(DTD.DefaultDecl el) Modifier and TypeMethodDescriptionDTD.__Patterns.cast_DefaultDecl
(Pattern<? super DTD.DefaultDecl> p) static Pattern<DTD.AttDef>
DTD.AttDef.get_value
(Pattern<? super DTD.DefaultDecl> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<DTD.AttValue>
DTD.__Patterns.term_AttValue
(Pattern<? super DTD.DefaultDecl> superpattern, Pattern<? super Boolean> p_fixed, Pattern<? super String> p_value) static Pattern<DTD.DefaultDeclConstant>
DTD.__Patterns.term_DefaultDeclConstant
(Pattern<? super DTD.DefaultDecl> superpattern, Pattern<? super String> p_label) ModifierConstructorDescriptionAttDef
(Location<XMLDocumentIdentifier> location, String name, DTD.AttType type, DTD.DefaultDecl value) Constructor generated according to specification #99
Constructor defined according to directive "C 99/..".AttDef
(String name, DTD.AttType type, DTD.DefaultDecl value) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
Uses of DTD.DefaultDecl in eu.bandm.tools.tdom
Modifier and TypeMethodDescriptionprotected @Opt GeneratedField
TypedAttrsGenerator.reAdjustNormalEnum
(Location<XMLDocumentIdentifier> location, String piKey, GeneratedClass attrClass, GeneratedEnum valuesEnum, DTD.AttType type, boolean hasDefaultValue, DTD.DefaultDecl defaultValue) Creates additional source code for EnumerationAttribute-s.