Uses of Class
eu.bandm.tools.dtd.DTD.CP
Package
Description
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
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.
Versatile export of ASTs recognized by antlr as SAX events,
cf user documentation.
-
Uses of DTD.CP in eu.bandm.tools.d2d2.base
Modifier and TypeMethodDescriptionprotected CheckedList<DTD.CP>
Def2Dtd.translatesubs
(Collection<Expression> subs) -
Uses of DTD.CP 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.Modifier and TypeFieldDescriptionprotected DTD.CP
DTD.Abbrev.body
Generated by umod; model author's documentation MISSING.Modifier and TypeFieldDescriptionprotected CheckedList<DTD.CP>
DTD.Choice.alts
Generated by umod; model author's documentation MISSING.protected CheckedList<DTD.CP>
DTD.Seq.elems
Generated by umod; model author's documentation MISSING.TunedDTDParser.nicePE
Catalog of all those parameter entities which can be used as content model.Modifier and TypeMethodDescriptionprotected DTD.CP
TunedDTDParser.children()
Parsing function.protected DTD.CP
TunedDTDParser.cp()
Parsing function.DTD.CP.doclone()
Clones this object.DTD.Abbrev.get_body()
Generated by umod; model author's documentation MISSING.EntityClassifier.CPEntityType.get_cp()
The content model parsed, null in case of error!Copies values of all common fields from the argument.DTD.__SAX_Parser.matchSAX_CP()
protected DTD.CP
TunedDTDParser.modifierOpt
(DTD.CP cp) Parsing function.DTD.Abbrev.modify
(int modifier) DTD.Choice.modify
(int modifier) DTD.CP.modify
(int modifier) DTD.Seq.modify
(int modifier) DTD.Singleton.modify
(int modifier) protected DTD.CP
TunedDTDParser.niceEntityValue()
Auxiliary parsing function to test whether a replacement text of an entity is a well-formed content model.Nondestructive, returns a new content model which is the simplification of the argument.DTD.CP.with_modifier
(int val) Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionDTD.Choice.get_alts()
Generated by umod; model author's documentation MISSING.DTD.Seq.get_elems()
Generated by umod; model author's documentation MISSING.DTD.CP.get_modifier
(Pattern<? super Integer> p) Lifts a pattern which matches the field value to one which matches this whole object.protected CheckedList<DTD.CP>
DTD.__SAX_Parser.parse_1()
protected CheckedList<DTD.CP>
DTD.__SAX_Parser.parse_2()
DTD.__Patterns.term_CP
(Pattern<? super DTD.ContentModel> superpattern, Pattern<? super Integer> p_modifier) Modifier and TypeMethodDescriptionprotected void
void
protected void
protected void
protected void
protected void
protected void
protected void
protected void
protected void
void
DTD.__SAX_Writer.dumpfields
(DTD.CP e0) void
DTD.__SAX_Parser.XMLPARSER_CP.fillFields
(DTD.CP newobj) void
protected DTD.CP
TunedDTDParser.modifierOpt
(DTD.CP cp) Parsing function.void
DTD.__SAX_Parser.XMLPARSER_CP.parsefields
(DTD.CP newobj) protected void
protected void
protected void
DTD.Dump.printscalars
(DTD.CP e0) protected void
DTD.CoRewriter.rewriteFields
(DTD.CP clone) protected void
DTD.Rewriter.rewriteFields
(DTD.CP clone) Nondestructive, returns a new content model which is the simplification of the argument.protected Format
Generated by umod; model author's documentation MISSING.Modifier 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.Abbrev>
Lifts a pattern which matches the field value to one which matches this whole object.DTD.Seq.get_elems
(Pattern<? super CheckedList<DTD.CP>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<DTD.Abbrev>
DTD.__Patterns.term_Abbrev
(Pattern<? super DTD.CP> superpattern, Pattern<? super String> p_name, Pattern<? super DTD.CP> p_body) static Pattern<DTD.Choice>
DTD.__Patterns.term_Choice
(Pattern<? super DTD.CP> superpattern, Pattern<? super CheckedList<DTD.CP>> p_alts) DTD.__Patterns.term_Seq
(Pattern<? super DTD.CP> superpattern, Pattern<? super CheckedList<DTD.CP>> p_elems) static Pattern<DTD.Singleton>
DTD.__Patterns.term_Singleton
(Pattern<? super DTD.CP> superpattern, Pattern<? super String> p_name) DTD.Choice.with_alts
(CheckedList<DTD.CP> val) Generated by umod; model author's documentation MISSING.DTD.Seq.with_elems
(CheckedList<DTD.CP> val) Generated by umod; model author's documentation MISSING.ModifierConstructorDescriptionConstructor generated according to specification #0
Constructor defined according to directive "C 0/..".Constructor generated according to specification #1
Constructor defined according to directive "C 1/..".ModifierConstructorDescriptionChoice
(int modifier, CheckedList<DTD.CP> alts) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".Choice
(CheckedList<DTD.CP> alts) Constructor generated according to specification #1
Constructor defined according to directive "C 1/..".Seq
(int modifier, CheckedList<DTD.CP> elems) Constructor generated according to specification #0
Constructor defined according to directive "C 0/..".Seq
(CheckedList<DTD.CP> elems) Constructor generated according to specification #1
Constructor defined according to directive "C 1/..". -
Uses of DTD.CP in eu.bandm.tools.tdom
Modifier and TypeMethodDescriptionContentParserGenerator.analyze
(Location<XMLDocumentIdentifier> location, String element, DTD.CP root) ContentParserGenerator.createRule
(Location<XMLDocumentIdentifier> location, String element, DTD.CP root) (package private) DTD.Singleton
PackageTemplate.getAbstractReference
(DTD.CP cp) void
ContainerTemplate.setNumbering
(DTD.CP cp) ModifierConstructorDescriptionAltTemplate
(ChoiceTemplate parentContainer, int index, int total, DTD.CP cp) -
Uses of DTD.CP in eu.bandm.tools.tdom.runtime
Modifier and TypeMethodDescriptionDefaultErrorHandler.ambiguousContentMatching
(String tagName, DTD.CP contentModel, Element... content) ErrorHandler.ambiguousContentMatching
(String tagName, DTD.CP contentModel, Element... content) DefaultErrorHandler.noContentMatching
(String tagName, DTD.CP contentModel, Element... content) ErrorHandler.noContentMatching
(String tagName, DTD.CP contentModel, Element... content) ModifierConstructorDescription(package private)
ContentPath
(DTD.CP cp, ContentPath path) Repetition
(DTD.CP cp, ContentPath path) -
Uses of DTD.CP in eu.bandm.tools.xantlr