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 class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.static class
Generated by umod; model author's documentation MISSING.Fields in eu.bandm.tools.dtd declared as DTD.ContentModelModifier and TypeFieldDescriptionstatic final DTD.ContentModel
DTD.ContentModel.ANY
protected DTD.ContentModel
DTD.Element.content
Generated by umod; model author's documentation MISSING.static final DTD.ContentModel
DTD.ContentModel.EMPTY
Methods 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.ContentModel
TunedDTDParser.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 void
DTD.__Formatter.action
(DTD.ContentModel el) void
DTD.__SAX_Writer.action
(DTD.ContentModel e0) protected void
DTD.CoRewriter.action
(DTD.ContentModel e0) protected void
DTD.Dump.action
(DTD.ContentModel e0) protected void
DTD.MATCH_ONLY_00.action
(DTD.ContentModel e0) protected void
DTD.Rewriter.action
(DTD.ContentModel e0) protected void
DTD.SinglePathVisitor.action
(DTD.ContentModel e0) protected void
DTD.Visitor.action
(DTD.ContentModel e0) protected void
DTD.Dump.descend
(DTD.ContentModel e0) protected void
DTD.Visitor.descend
(DTD.ContentModel e0) void
DTD.__SAX_Parser.XMLPARSER_ContentModel.fillFields
(DTD.ContentModel newobj) void
DTD.MATCH_ONLY_00.match
(DTD.ContentModel e0) protected void
DTD.Visitor.post
(DTD.ContentModel e0) protected void
DTD.Visitor.pre
(DTD.ContentModel e0) protected void
DTD.Dump.printscalars
(DTD.ContentModel e0) protected void
DTD.CoRewriter.rewriteFields
(DTD.ContentModel clone) protected void
DTD.Rewriter.rewriteFields
(DTD.ContentModel clone) boolean
DTD.Element.set_content
(DTD.ContentModel val) Generated by umod; model author's documentation MISSING.protected Format
DTD.__Formatter.toFormat
(DTD.ContentModel el) boolean
DTD.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.ContentModel
ContainerTemplate.contentModel()
ElementTemplate.contentModel()
SequenceTemplate.contentModel()
Methods in eu.bandm.tools.tdom with parameters of type DTD.ContentModelModifier and TypeMethodDescription(package private) String
ContainerTemplate.ContentModelRenderer.convert
(DTD.ContentModel cm) (package private) String
ContainerTemplate.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.currentContent
Methods in eu.bandm.tools.xantlr that return DTD.ContentModel