Uses of Class
eu.bandm.tools.dtd.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
Modifier and TypeMethodDescription(package private) void
Def2Dtd.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
Modifier and TypeMethodDescriptionprotected DTD.Attlist
TunedDTDParser.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.Attlist
object for a given element name ("tag").Copies values of all common fields from the argument.DTD.__SAX_Parser.matchSAX_Attlist()
Modifier 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) Modifier and TypeMethodDescriptionprotected void
DTD.__Formatter.action
(DTD.Attlist el) void
DTD.__SAX_Writer.action
(DTD.Attlist e0) protected void
DTD.CoRewriter.action
(DTD.Attlist e0) protected void
DTD.Dump.action
(DTD.Attlist e0) protected void
DTD.MATCH_ONLY_00.action
(DTD.Attlist e0) protected void
DTD.Rewriter.action
(DTD.Attlist e0) protected void
DTD.SinglePathVisitor.action
(DTD.Attlist e0) protected void
DTD.Visitor.action
(DTD.Attlist e0) static final String
Utilities.canonicalKey
(DTD.Attlist attribute) Makes the string used as key into maps/sets which unify different kinds of markup declaration.protected void
DTD.Dump.descend
(DTD.Attlist e0) protected void
DTD.Visitor.descend
(DTD.Attlist e0) void
DTD.__SAX_Writer.dumpfields
(DTD.Attlist e0) void
DTD.__SAX_Parser.XMLPARSER_Attlist.fillFields
(DTD.Attlist newobj) void
DTD.CoRewriter.follow_atts
(DTD.Attlist element) void
DTD.Dump.follow_atts
(DTD.Attlist element) void
DTD.Rewriter.follow_atts
(DTD.Attlist element) void
DTD.SinglePathVisitor.follow_atts
(DTD.Attlist element) void
DTD.Visitor.follow_atts
(DTD.Attlist element) void
DTD.MATCH_ONLY_00.followAll_atts
(DTD.Attlist element) void
DTD.MATCH_ONLY_00.match
(DTD.Attlist e0) void
DTD.__SAX_Parser.XMLPARSER_Attlist.parsefields
(DTD.Attlist newobj) protected void
DTD.Visitor.post
(DTD.Attlist e0) protected void
DTD.Visitor.pre
(DTD.Attlist e0) protected void
DTD.Dump.printscalars
(DTD.Attlist e0) protected void
DTD.CoRewriter.rewriteFields
(DTD.Attlist clone) protected void
DTD.Rewriter.rewriteFields
(DTD.Attlist clone) protected Format
DTD.__Formatter.toFormat
(DTD.Attlist el) -
Uses of DTD.Attlist in eu.bandm.tools.dtm
Modifier and TypeMethodDescriptionprotected DTD.Attlist
HtmlRenderer.attlistDecl()
Parsing AND rendering function, DEEPLY CHANGED COPY of super(): Entities can appear anywhere and cover more than one "column".Modifier and TypeMethodDescriptionstatic final String
HtmlRenderer.anchorName
(DTD.Attlist a, int count) protected String
HtmlRenderer.expandedText
(DTD.Attlist a) -
Uses of DTD.Attlist in eu.bandm.tools.tdom
Modifier and TypeMethodDescriptionvoid
TypedDOMGenerator.action
(DTD.Attlist attlist) Does do nothing.DumperTemplate.addDumpMethod
(MetaType type, String name, DTD.Attlist attlist) (package private) void
TypedAttrsGenerator.processOneAttlist
(DTD.Attlist attlist, @Opt ElementTemplate elementTemplate) Generate source code for all Definitions in one Attlist.