Uses of Class
eu.bandm.tools.dtd.DTD.DefaultDecl
Packages that use 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
Subclasses of DTD.DefaultDecl in eu.bandm.tools.dtdModifier and TypeClassDescriptionstatic classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.Fields in eu.bandm.tools.dtd declared as DTD.DefaultDeclModifier and TypeFieldDescriptionstatic final DTD.DefaultDeclDTD.DefaultDecl.IMPLIEDstatic final DTD.DefaultDeclDTD.DefaultDecl.REQUIREDprotected DTD.DefaultDeclDTD.AttDef.valueGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.dtd with type parameters of type DTD.DefaultDeclModifier and TypeMethodDescriptionprotected <T extends DTD.DefaultDecl>
TDTD.Rewriter.breakLoop(T e0) Methods in eu.bandm.tools.dtd that return DTD.DefaultDeclModifier and TypeMethodDescriptionprotected DTD.DefaultDeclTunedDTDParser.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()Methods in eu.bandm.tools.dtd that return types with arguments of type DTD.DefaultDeclModifier and TypeMethodDescriptionstatic Pattern<DTD.DefaultDecl> DTD.__Patterns.term_DefaultDecl(Pattern<Object> superpattern) Methods in eu.bandm.tools.dtd with parameters of type DTD.DefaultDeclModifier and TypeMethodDescriptionprotected voidDTD.__Formatter.action(DTD.DefaultDecl el) voidDTD.__SAX_Writer.action(DTD.DefaultDecl e0) protected voidDTD.CoRewriter.action(DTD.DefaultDecl e0) protected voidDTD.Dump.action(DTD.DefaultDecl e0) protected voidDTD.MATCH_ONLY_00.action(DTD.DefaultDecl e0) protected voidDTD.Rewriter.action(DTD.DefaultDecl e0) protected voidDTD.SinglePathVisitor.action(DTD.DefaultDecl e0) protected voidDTD.Visitor.action(DTD.DefaultDecl e0) protected voidDTD.Dump.descend(DTD.DefaultDecl e0) protected voidDTD.Visitor.descend(DTD.DefaultDecl e0) voidDTD.__SAX_Parser.XMLPARSER_DefaultDecl.fillFields(DTD.DefaultDecl newobj) voidDTD.MATCH_ONLY_00.match(DTD.DefaultDecl e0) protected voidDTD.Visitor.post(DTD.DefaultDecl e0) protected voidDTD.Visitor.pre(DTD.DefaultDecl e0) protected voidDTD.Dump.printscalars(DTD.DefaultDecl e0) protected voidDTD.CoRewriter.rewriteFields(DTD.DefaultDecl clone) protected voidDTD.Rewriter.rewriteFields(DTD.DefaultDecl clone) booleanDTD.AttDef.set_value(DTD.DefaultDecl val) Generated by umod; model author's documentation MISSING.protected FormatDTD.__Formatter.toFormat(DTD.DefaultDecl el) Method parameters in eu.bandm.tools.dtd with type arguments of type DTD.DefaultDeclModifier 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) Constructors in eu.bandm.tools.dtd with parameters of type DTD.DefaultDeclModifierConstructorDescriptionAttDef(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
Methods in eu.bandm.tools.tdom with parameters of type DTD.DefaultDeclModifier and TypeMethodDescriptionprotected @Opt GeneratedFieldTypedAttrsGenerator.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.