Uses of Class
eu.bandm.tools.dtd.DTD.ContentModel
Packages that use DTD.ContentModel
Package
Description
Model for w3c XML DTDs, with preserved syntax.
Generates typed models of XML documents,
see
meta-tools TDOM user documentation.
Versatile export of ASTs recognized by antlr as SAX events,
cf user documentation.
-
Uses of DTD.ContentModel in eu.bandm.tools.dtd
Subclasses of DTD.ContentModel in eu.bandm.tools.dtdModifier and TypeClassDescriptionstatic classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.static classGenerated by umod; model author's documentation MISSING.Fields in eu.bandm.tools.dtd declared as DTD.ContentModelModifier and TypeFieldDescriptionstatic final DTD.ContentModelDTD.ContentModel.ANYprotected DTD.ContentModelDTD.Element.contentGenerated by umod; model author's documentation MISSING.static final DTD.ContentModelDTD.ContentModel.EMPTYMethods in eu.bandm.tools.dtd with type parameters of type DTD.ContentModelModifier and TypeMethodDescriptionprotected <T extends DTD.ContentModel>
TDTD.Rewriter.breakLoop(T e0) Methods in eu.bandm.tools.dtd that return DTD.ContentModelModifier and TypeMethodDescriptionprotected DTD.ContentModelTunedDTDParser.content()Parsing function.DTD.ContentModel.doclone()Clones this object.DTD.__SAX_Parser.fill_ContentModel(Object res) DTD.Element.get_content()Generated by umod; model author's documentation MISSING.Copies values of all common fields from the argument.DTD.__SAX_Parser.matchSAX_ContentModel()Methods in eu.bandm.tools.dtd that return types with arguments of type DTD.ContentModelModifier and TypeMethodDescriptionstatic Pattern<DTD.ContentModel> DTD.__Patterns.term_ContentModel(Pattern<Object> superpattern) Methods in eu.bandm.tools.dtd with parameters of type DTD.ContentModelModifier and TypeMethodDescriptionprotected voidDTD.__Formatter.action(DTD.ContentModel el) voidDTD.__SAX_Writer.action(DTD.ContentModel e0) protected voidDTD.CoRewriter.action(DTD.ContentModel e0) protected voidDTD.Dump.action(DTD.ContentModel e0) protected voidDTD.MATCH_ONLY_00.action(DTD.ContentModel e0) protected voidDTD.Rewriter.action(DTD.ContentModel e0) protected voidDTD.SinglePathVisitor.action(DTD.ContentModel e0) protected voidDTD.Visitor.action(DTD.ContentModel e0) protected voidDTD.Dump.descend(DTD.ContentModel e0) protected voidDTD.Visitor.descend(DTD.ContentModel e0) voidDTD.__SAX_Parser.XMLPARSER_ContentModel.fillFields(DTD.ContentModel newobj) voidDTD.MATCH_ONLY_00.match(DTD.ContentModel e0) protected voidDTD.Visitor.post(DTD.ContentModel e0) protected voidDTD.Visitor.pre(DTD.ContentModel e0) protected voidDTD.Dump.printscalars(DTD.ContentModel e0) protected voidDTD.CoRewriter.rewriteFields(DTD.ContentModel clone) protected voidDTD.Rewriter.rewriteFields(DTD.ContentModel clone) booleanDTD.Element.set_content(DTD.ContentModel val) Generated by umod; model author's documentation MISSING.protected FormatDTD.__Formatter.toFormat(DTD.ContentModel el) booleanDTD.ContentModel.x_equals(DTD.ContentModel e0) Method parameters in eu.bandm.tools.dtd with type arguments of type DTD.ContentModelModifier and TypeMethodDescriptionDTD.__Patterns.cast_ContentModel(Pattern<? super DTD.ContentModel> p) static Pattern<DTD.Element> DTD.Element.get_content(Pattern<? super DTD.ContentModel> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<DTD.ContentModelConstant> DTD.__Patterns.term_ContentModelConstant(Pattern<? super DTD.ContentModel> superpattern, Pattern<? super String> p_label) DTD.__Patterns.term_CP(Pattern<? super DTD.ContentModel> superpattern, Pattern<? super Integer> p_modifier) DTD.__Patterns.term_Mixed(Pattern<? super DTD.ContentModel> superpattern, Pattern<? super CheckedList<String>> p_names) Constructors in eu.bandm.tools.dtd with parameters of type DTD.ContentModelModifierConstructorDescriptionElement(Location<XMLDocumentIdentifier> location, String name, DTD.ContentModel content) Constructor generated according to specification #99
Constructor defined according to directive "C 99/..".Element(String name, DTD.ContentModel content) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". -
Uses of DTD.ContentModel in eu.bandm.tools.tdom
Methods in eu.bandm.tools.tdom that return DTD.ContentModelModifier and TypeMethodDescriptionAltTemplate.contentModel()ChoiceTemplate.contentModel()protected abstract DTD.ContentModelContainerTemplate.contentModel()ElementTemplate.contentModel()SequenceTemplate.contentModel()Methods in eu.bandm.tools.tdom with parameters of type DTD.ContentModelModifier and TypeMethodDescription(package private) StringContainerTemplate.ContentModelRenderer.convert(DTD.ContentModel cm) (package private) StringContainerTemplate.ContentModelRenderer.convert_htmlWrapped(DTD.ContentModel cm) -
Uses of DTD.ContentModel in eu.bandm.tools.xantlr
Fields in eu.bandm.tools.xantlr with type parameters of type DTD.ContentModelModifier and TypeFieldDescription(package private) HashMap<String, DTD.ContentModel> DTDGenerator.currentContentMethods in eu.bandm.tools.xantlr that return DTD.ContentModel