Uses of Class
eu.bandm.tools.dtd.DTD.ContentModel
Packages that use DTD.ContentModel
Package
Description
Model for w3c XML DTDs, with preserved syntax.
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.Element.get_content()Generated by umod; model author's documentation MISSING.Copies values of all common fields from the argument.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) 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.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 NonNullList<String>> p_names) Constructors in eu.bandm.tools.dtd with parameters of type DTD.ContentModelModifierConstructorDescriptionElement(@Opt Location<XMLDocumentIdentifier> location, String name, DTD.ContentModel content) Constructor defined according to directive »C 99/..«.
Element(String name, DTD.ContentModel content) Constructor defined according to directive »C 0/..«.
-
Uses of DTD.ContentModel in eu.bandm.tools.xantlr
Methods in eu.bandm.tools.xantlr that return DTD.ContentModel