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 TypeMethodDescriptionvoidContentSimplifier.action(DTD.Choice choice) protected voidDTD.__Formatter.action(DTD.Choice el) voidDTD.__SAX_Writer.action(DTD.Choice e0) protected voidDTD.CoRewriter.action(DTD.Choice e0) protected voidDTD.Dump.action(DTD.Choice e0) protected voidDTD.MATCH_ONLY_00.action(DTD.Choice e0) protected voidDTD.Rewriter.action(DTD.Choice e0) protected voidDTD.SinglePathVisitor.action(DTD.Choice e0) protected voidDTD.Visitor.action(DTD.Choice e0) protected voidDTD.Dump.descend(DTD.Choice e0) protected voidDTD.Visitor.descend(DTD.Choice e0) voidDTD.__SAX_Writer.dumpfields(DTD.Choice e0) voidDTD.__SAX_Parser.XMLPARSER_Choice.fillFields(DTD.Choice newobj) voidDTD.CoRewriter.follow_alts(DTD.Choice element) voidDTD.Dump.follow_alts(DTD.Choice element) voidDTD.Rewriter.follow_alts(DTD.Choice element) voidDTD.SinglePathVisitor.follow_alts(DTD.Choice element) voidDTD.Visitor.follow_alts(DTD.Choice element) voidDTD.MATCH_ONLY_00.followAll_alts(DTD.Choice element) voidDTD.MATCH_ONLY_00.match(DTD.Choice e0) voidDTD.__SAX_Parser.XMLPARSER_Choice.parsefields(DTD.Choice newobj) protected voidDTD.Visitor.post(DTD.Choice e0) protected voidDTD.Visitor.pre(DTD.Choice e0) protected voidDTD.Dump.printscalars(DTD.Choice e0) protected voidDTD.CoRewriter.rewriteFields(DTD.Choice clone) protected voidDTD.Rewriter.rewriteFields(DTD.Choice clone) protected FormatDTD.__Formatter.toFormat(DTD.Choice el) booleanDTD.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 TypeMethodDescriptionvoidContainerTemplate.ContentModelRenderer.action(DTD.Choice c) voidContainerTemplate.ContentProperties.action(DTD.Choice c) voidNameNumberer.action(DTD.Choice cp) voidTypedDOMGenerator.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)