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.abstractCandidates
Elements which have (nested) disjunctions of singletons as contents model.protected CheckedList
<DTD.AttDef> DTD.Attlist.atts
Generated 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.AttDef
TunedDTDParser.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 void
DTD.__Formatter.action
(DTD.AttDef el) void
DTD.__SAX_Writer.action
(DTD.AttDef e0) protected void
DTD.CoRewriter.action
(DTD.AttDef e0) protected void
DTD.Dump.action
(DTD.AttDef e0) protected void
DTD.MATCH_ONLY_00.action
(DTD.AttDef e0) protected void
DTD.Rewriter.action
(DTD.AttDef e0) protected void
DTD.SinglePathVisitor.action
(DTD.AttDef e0) protected void
DTD.Visitor.action
(DTD.AttDef e0) static final String
Utilities.canonicalKey_att_name_type
(DTD.AttDef attDef) Makes the string used as key into maps/sets which unify different kinds of markup declaration.protected void
DTD.Dump.descend
(DTD.AttDef e0) protected void
DTD.Visitor.descend
(DTD.AttDef e0) void
DTD.__SAX_Writer.dumpfields
(DTD.AttDef e0) void
DTD.__SAX_Parser.XMLPARSER_AttDef.fillFields
(DTD.AttDef newobj) void
DTD.CoRewriter.follow_locations
(DTD.AttDef element) void
DTD.Dump.follow_locations
(DTD.AttDef element) void
DTD.Rewriter.follow_locations
(DTD.AttDef element) void
DTD.SinglePathVisitor.follow_locations
(DTD.AttDef element) void
DTD.Visitor.follow_locations
(DTD.AttDef element) void
DTD.MATCH_ONLY_00.followAll_locations
(DTD.AttDef element) void
DTD.MATCH_ONLY_00.match
(DTD.AttDef e0) void
DTD.__SAX_Parser.XMLPARSER_AttDef.parsefields
(DTD.AttDef newobj) protected void
DTD.Visitor.post
(DTD.AttDef e0) protected void
DTD.Visitor.pre
(DTD.AttDef e0) protected void
DTD.Dump.printscalars
(DTD.AttDef e0) protected void
DTD.CoRewriter.rewriteFields
(DTD.AttDef clone) protected void
DTD.Rewriter.rewriteFields
(DTD.AttDef clone) protected Format
DTD.__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.boolean
DTD.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 boolean
TypedAttrsGenerator.AttrsBase.equal
(DTD.AttDef a, DTD.AttDef b) (package private) void
TypedAttrsGenerator.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