Uses of Class
eu.bandm.tools.dtd.DTD.AttDef
Packages that use DTD.AttDef
-
Uses of DTD.AttDef in eu.bandm.tools.dtd
Fields in eu.bandm.tools.dtd with type parameters of type DTD.AttDefModifier and TypeFieldDescriptionfinal Map<DTD.Element, Set<DTD.AttDef>> Statistics.abstractCandidatesElements which have (nested) disjunctions of singletons as contents model.protected NonNullList<DTD.AttDef> DTD.Attlist.attsGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.dtd with type parameters of type DTD.AttDefMethods in eu.bandm.tools.dtd that return DTD.AttDefModifier and TypeMethodDescriptionprotected DTD.AttDefTunedDTDParser.attDef()Parsing function.DTD.AttDef.doclone()Clones this object.Copies values of all common fields from the argument.Methods in eu.bandm.tools.dtd that return types with arguments of type DTD.AttDefModifier and TypeMethodDescriptionDTD.Attlist.get_atts()Generated by umod; model author's documentation MISSING.static Pattern<DTD.AttDef> DTD.AttDef.get_location(Pattern<? super @Opt Location<XMLDocumentIdentifier>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<DTD.AttDef> DTD.AttDef.get_locations(Pattern<? super List<@Opt Location<XMLDocumentIdentifier>>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<DTD.AttDef> Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<DTD.AttDef> DTD.AttDef.get_type(Pattern<? super DTD.AttType> p) Lifts a pattern which matches the field value to one which matches this whole object.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.AttDef> DTD.__Patterns.term_AttDef(Pattern<Object> superpattern, Pattern<? super @Opt Location<XMLDocumentIdentifier>> p_location, Pattern<? super List<@Opt Location<XMLDocumentIdentifier>>> p_locations, Pattern<? super String> p_name, Pattern<? super DTD.AttType> p_type, Pattern<? super DTD.DefaultDecl> p_value) Methods in eu.bandm.tools.dtd with parameters of type DTD.AttDefModifier and TypeMethodDescriptionprotected voidDTD.__Formatter.action(DTD.AttDef el) protected voidDTD.CoRewriter.action(DTD.AttDef e0) protected voidDTD.Dump.action(DTD.AttDef e0) protected voidDTD.MATCH_ONLY_00.action(DTD.AttDef e0) protected voidDTD.Rewriter.action(DTD.AttDef e0) protected voidDTD.SinglePathVisitor.action(DTD.AttDef e0) protected voidDTD.Visitor.action(DTD.AttDef e0) static final StringUtilities.canonicalKey_att_name_type(DTD.AttDef attDef) Makes the string used as key into maps/sets which unify different kinds of markup declaration.protected voidDTD.Dump.descend(DTD.AttDef e0) protected voidDTD.Visitor.descend(DTD.AttDef e0) voidDTD.CoRewriter.follow_locations(DTD.AttDef element) voidDTD.Dump.follow_locations(DTD.AttDef element) voidDTD.Rewriter.follow_locations(DTD.AttDef element) voidDTD.SinglePathVisitor.follow_locations(DTD.AttDef element) voidDTD.Visitor.follow_locations(DTD.AttDef element) voidDTD.MATCH_ONLY_00.followAll_locations(DTD.AttDef element) voidDTD.MATCH_ONLY_00.match(DTD.AttDef e0) protected voidDTD.Visitor.post(DTD.AttDef e0) protected voidDTD.Visitor.pre(DTD.AttDef e0) protected voidDTD.Dump.printscalars(DTD.AttDef e0) protected voidDTD.CoRewriter.rewriteFields(DTD.AttDef clone) protected voidDTD.Rewriter.rewriteFields(DTD.AttDef clone) protected FormatDTD.__Formatter.toFormat(DTD.AttDef el) Method parameters in eu.bandm.tools.dtd with type arguments of type DTD.AttDefModifier and TypeMethodDescriptionDTD.__Patterns.cast_AttDef(Pattern<? super DTD.AttDef> p) static Pattern<DTD.Attlist> DTD.Attlist.get_atts(Pattern<? super NonNullList<DTD.AttDef>> p) Lifts a pattern which matches the field value to one which matches this whole object.booleanDTD.Attlist.set_atts(NonNullList<DTD.AttDef> val) Generated by umod; model author's documentation MISSING.