Uses of Class
eu.bandm.tools.dtd.DTD.Choice
Packages that use DTD.Choice
Package
Description
Model for w3c XML DTDs, with preserved syntax.
Generates typed models of XML documents,
see
meta-tools TDOM user documentation.
Contains base and auxiliary classes for code generated by tdom.
-
Uses of DTD.Choice in eu.bandm.tools.dtd
Methods in eu.bandm.tools.dtd that return DTD.ChoiceModifier and TypeMethodDescriptionDTD.Choice.doclone()
Clones this object.DTD.__SAX_Parser.fill_Choice
(Object res) Copies values of all common fields from the argument.DTD.__SAX_Parser.matchSAX_Choice()
DTD.Choice.with_alts
(CheckedList<DTD.CP> val) Generated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.dtd that return types with arguments of type DTD.ChoiceModifier and TypeMethodDescriptionstatic Pattern
<DTD.Choice> DTD.Choice.get_alts
(Pattern<? super CheckedList<DTD.CP>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern
<DTD.Choice> DTD.__Patterns.term_Choice
(Pattern<? super DTD.CP> superpattern, Pattern<? super CheckedList<DTD.CP>> p_alts) Methods in eu.bandm.tools.dtd with parameters of type DTD.ChoiceModifier and TypeMethodDescriptionvoid
ContentSimplifier.action
(DTD.Choice choice) protected void
DTD.__Formatter.action
(DTD.Choice el) void
DTD.__SAX_Writer.action
(DTD.Choice e0) protected void
DTD.CoRewriter.action
(DTD.Choice e0) protected void
DTD.Dump.action
(DTD.Choice e0) protected void
DTD.MATCH_ONLY_00.action
(DTD.Choice e0) protected void
DTD.Rewriter.action
(DTD.Choice e0) protected void
DTD.SinglePathVisitor.action
(DTD.Choice e0) protected void
DTD.Visitor.action
(DTD.Choice e0) protected void
DTD.Dump.descend
(DTD.Choice e0) protected void
DTD.Visitor.descend
(DTD.Choice e0) void
DTD.__SAX_Writer.dumpfields
(DTD.Choice e0) void
DTD.__SAX_Parser.XMLPARSER_Choice.fillFields
(DTD.Choice newobj) void
DTD.CoRewriter.follow_alts
(DTD.Choice element) void
DTD.Dump.follow_alts
(DTD.Choice element) void
DTD.Rewriter.follow_alts
(DTD.Choice element) void
DTD.SinglePathVisitor.follow_alts
(DTD.Choice element) void
DTD.Visitor.follow_alts
(DTD.Choice element) void
DTD.MATCH_ONLY_00.followAll_alts
(DTD.Choice element) void
DTD.MATCH_ONLY_00.match
(DTD.Choice e0) void
DTD.__SAX_Parser.XMLPARSER_Choice.parsefields
(DTD.Choice newobj) protected void
DTD.Visitor.post
(DTD.Choice e0) protected void
DTD.Visitor.pre
(DTD.Choice e0) protected void
DTD.Dump.printscalars
(DTD.Choice e0) protected void
DTD.CoRewriter.rewriteFields
(DTD.Choice clone) protected void
DTD.Rewriter.rewriteFields
(DTD.Choice clone) protected Format
DTD.__Formatter.toFormat
(DTD.Choice el) boolean
DTD.Choice.x_equals
(DTD.Choice e0) Method parameters in eu.bandm.tools.dtd with type arguments of type DTD.Choice -
Uses of DTD.Choice in eu.bandm.tools.tdom
Methods in eu.bandm.tools.tdom with parameters of type DTD.ChoiceModifier and TypeMethodDescriptionvoid
ContainerTemplate.ContentModelRenderer.action
(DTD.Choice c) void
ContainerTemplate.ContentProperties.action
(DTD.Choice c) void
NameNumberer.action
(DTD.Choice cp) void
TypedDOMGenerator.action
(DTD.Choice cp) Constructors in eu.bandm.tools.tdom with parameters of type DTD.ChoiceModifierConstructorDescriptionChoiceTemplate
(ContainerTemplate parentContainer, DTD.Choice choice, int numbering) -
Uses of DTD.Choice in eu.bandm.tools.tdom.runtime
Constructors in eu.bandm.tools.tdom.runtime with parameters of type DTD.ChoiceModifierConstructorDescriptionChoice
(DTD.Choice cp, int index, ContentPath path) End
(DTD.Choice cp, int index, ContentPath path)