Uses of Class
eu.bandm.tools.dtd.DTD.AttDef
Packages that use DTD.AttDef
Package
Description
Model for w3c XML DTDs, with preserved syntax.
Generates typed models of XML documents,
see
meta-tools TDOM user documentation.
Versatile export of ASTs recognized by antlr as SAX events,
cf user documentation.
-
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 CheckedList<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.DTD.__SAX_Parser.fill_AttDef(Object res) Copies values of all common fields from the argument.DTD.__SAX_Parser.matchSAX_AttDef()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 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<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.protected CheckedList<DTD.AttDef> DTD.__SAX_Parser.parse_5()static Pattern<DTD.AttDef> DTD.__Patterns.term_AttDef(Pattern<Object> superpattern, Pattern<? super Location<XMLDocumentIdentifier>> p_location, Pattern<? super List<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) voidDTD.__SAX_Writer.action(DTD.AttDef e0) 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.__SAX_Writer.dumpfields(DTD.AttDef e0) voidDTD.__SAX_Parser.XMLPARSER_AttDef.fillFields(DTD.AttDef newobj) 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) voidDTD.__SAX_Parser.XMLPARSER_AttDef.parsefields(DTD.AttDef newobj) 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 CheckedList<DTD.AttDef>> p) Lifts a pattern which matches the field value to one which matches this whole object.booleanDTD.Attlist.set_atts(CheckedList<DTD.AttDef> val) Generated by umod; model author's documentation MISSING. -
Uses of DTD.AttDef in eu.bandm.tools.tdom
Methods in eu.bandm.tools.tdom with parameters of type DTD.AttDefModifier and TypeMethodDescriptionprotected booleanTypedAttrsGenerator.AttrsBase.equal(DTD.AttDef a, DTD.AttDef b) (package private) voidTypedAttrsGenerator.processOneAttDef(DTD.AttDef attDef, @Opt ElementTemplate elementTemplate) Generate source code for one particular Attribute definition. -
Uses of DTD.AttDef in eu.bandm.tools.xantlr
Fields in eu.bandm.tools.xantlr with type parameters of type DTD.AttDefModifier and TypeFieldDescription(package private) final Map<String, DTD.AttDef> DTDGenerator.currentEnums