Uses of Class
eu.bandm.tools.dtd.DTD.Attlist
Packages that use DTD.Attlist
Package
Description
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.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.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.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 NonNullList<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 NonNullList<DTD.AttDef>> p_atts) Methods in eu.bandm.tools.dtd with parameters of type DTD.AttlistModifier and TypeMethodDescriptionprotected voidDTD.__Formatter.action(DTD.Attlist el) 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.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) 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.