Uses of Class
eu.bandm.tools.dtd.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
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionprotected <T extends DTD.ContentModel>
TDTD.Rewriter.breakLoop
(T e0) Modifier 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()
Modifier and TypeMethodDescriptionstatic Pattern<DTD.ContentModel>
DTD.__Patterns.term_ContentModel
(Pattern<Object> superpattern) Modifier 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) Modifier 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) ModifierConstructorDescriptionElement
(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
Modifier and TypeMethodDescriptionAltTemplate.contentModel()
ChoiceTemplate.contentModel()
protected abstract DTD.ContentModel
ContainerTemplate.contentModel()
ElementTemplate.contentModel()
SequenceTemplate.contentModel()
Modifier and TypeMethodDescription(package private) String
ContainerTemplate.ContentModelRenderer.convert
(DTD.ContentModel cm) -
Uses of DTD.ContentModel in eu.bandm.tools.xantlr
Modifier and TypeFieldDescription(package private) HashMap<String,
DTD.ContentModel> DTDGenerator.currentContent