Uses of Class
eu.bandm.tools.dtd.DTD.Attlist
Packages that use DTD.Attlist
Package
Description
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
Model for w3c XML DTDs, with preserved syntax.
Canonical model of a W3C DTD with evaluated semantics;
plus utility applications.
Generates typed models of XML documents,
see
meta-tools TDOM user documentation.
-
Uses of DTD.Attlist in eu.bandm.tools.d2d2.base
Methods in eu.bandm.tools.d2d2.base with parameters of type DTD.AttlistModifier and TypeMethodDescription(package private) voidDef2Dtd.addAtt(DTD.Attlist attlist, String qname, boolean isOptional) allows multiple occurences of d2d refs to one ddf-element, like in{xslt}template = ((name, match?)|(match,name?)), etc!!! Optional wins! -
Uses of DTD.Attlist in eu.bandm.tools.dtd
Fields in eu.bandm.tools.dtd with type parameters of type DTD.AttlistMethods in eu.bandm.tools.dtd that return DTD.AttlistModifier and TypeMethodDescriptionprotected DTD.AttlistTunedDTDParser.attlistDecl()Parsing function.DTD.Attlist.doclone()Clones this object.DTD.__SAX_Parser.fill_Attlist(Object res) AttlistIndex.getAttlist(String name) Return the (one and only, unified)DTD.Attlistobject for a given element name ("tag").Copies values of all common fields from the argument.DTD.__SAX_Parser.matchSAX_Attlist()Methods in eu.bandm.tools.dtd that return types with arguments of type DTD.AttlistModifier and TypeMethodDescriptionstatic 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.static Pattern<DTD.Attlist> DTD.Attlist.get_element(Pattern<? super String> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<DTD.Attlist> DTD.__Patterns.term_Attlist(Pattern<? super DTD.MarkupDecl> superpattern, Pattern<? super String> p_element, Pattern<? super CheckedList<DTD.AttDef>> p_atts) Methods in eu.bandm.tools.dtd with parameters of type DTD.AttlistModifier and TypeMethodDescriptionprotected voidDTD.__Formatter.action(DTD.Attlist el) voidDTD.__SAX_Writer.action(DTD.Attlist e0) protected voidDTD.CoRewriter.action(DTD.Attlist e0) protected voidDTD.Dump.action(DTD.Attlist e0) protected voidDTD.MATCH_ONLY_00.action(DTD.Attlist e0) protected voidDTD.Rewriter.action(DTD.Attlist e0) protected voidDTD.SinglePathVisitor.action(DTD.Attlist e0) protected voidDTD.Visitor.action(DTD.Attlist e0) static final StringUtilities.canonicalKey(DTD.Attlist attribute) Makes the string used as key into maps/sets which unify different kinds of markup declaration.protected voidDTD.Dump.descend(DTD.Attlist e0) protected voidDTD.Visitor.descend(DTD.Attlist e0) voidDTD.__SAX_Writer.dumpfields(DTD.Attlist e0) voidDTD.__SAX_Parser.XMLPARSER_Attlist.fillFields(DTD.Attlist newobj) voidDTD.CoRewriter.follow_atts(DTD.Attlist element) voidDTD.Dump.follow_atts(DTD.Attlist element) voidDTD.Rewriter.follow_atts(DTD.Attlist element) voidDTD.SinglePathVisitor.follow_atts(DTD.Attlist element) voidDTD.Visitor.follow_atts(DTD.Attlist element) voidDTD.MATCH_ONLY_00.followAll_atts(DTD.Attlist element) voidDTD.MATCH_ONLY_00.match(DTD.Attlist e0) voidDTD.__SAX_Parser.XMLPARSER_Attlist.parsefields(DTD.Attlist newobj) protected voidDTD.Visitor.post(DTD.Attlist e0) protected voidDTD.Visitor.pre(DTD.Attlist e0) protected voidDTD.Dump.printscalars(DTD.Attlist e0) protected voidDTD.CoRewriter.rewriteFields(DTD.Attlist clone) protected voidDTD.Rewriter.rewriteFields(DTD.Attlist clone) protected FormatDTD.__Formatter.toFormat(DTD.Attlist el) Method parameters in eu.bandm.tools.dtd with type arguments of type DTD.Attlist -
Uses of DTD.Attlist in eu.bandm.tools.dtm
Methods in eu.bandm.tools.dtm that return DTD.AttlistModifier and TypeMethodDescriptionprotected DTD.AttlistHtmlRenderer.attlistDecl()Parsing AND rendering function, DEEPLY CHANGED COPY of super(): Entities can appear anywhere and cover more than one "column".Methods in eu.bandm.tools.dtm with parameters of type DTD.AttlistModifier and TypeMethodDescriptionstatic final StringHtmlRenderer.anchorName(DTD.Attlist a, int count) protected StringHtmlRenderer.expandedText(DTD.Attlist a) -
Uses of DTD.Attlist in eu.bandm.tools.tdom
Methods in eu.bandm.tools.tdom with parameters of type DTD.AttlistModifier and TypeMethodDescriptionvoidTypedDOMGenerator.action(DTD.Attlist attlist) Does do nothing.DumperTemplate.addDumpMethod(MetaType type, String name, DTD.Attlist attlist) (package private) voidTypedAttrsGenerator.processOneAttlist(DTD.Attlist attlist, @Opt ElementTemplate elementTemplate) Generate source code for all Definitions in one Attlist.