Uses of Class
eu.bandm.tools.dtd.DTD.CP
Packages that use 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
Fields in eu.bandm.tools.d2d2.base declared as DTD.CPMethods in eu.bandm.tools.d2d2.base that return types with arguments of type DTD.CPModifier and TypeMethodDescriptionprotected CheckedList
<DTD.CP> Def2Dtd.translatesubs
(Collection<Expression> subs) -
Uses of DTD.CP in eu.bandm.tools.dtd
Subclasses of DTD.CP 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.Fields in eu.bandm.tools.dtd declared as DTD.CPModifier and TypeFieldDescriptionprotected DTD.CP
DTD.Abbrev.body
Generated by umod; model author's documentation MISSING.Fields in eu.bandm.tools.dtd with type parameters of type DTD.CPModifier 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.Methods in eu.bandm.tools.dtd that return DTD.CPModifier 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.Methods in eu.bandm.tools.dtd that return types with arguments of type DTD.CPModifier 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) Methods in eu.bandm.tools.dtd with parameters of type DTD.CPModifier 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.Method parameters in eu.bandm.tools.dtd with type arguments of type DTD.CPModifier 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.Constructors in eu.bandm.tools.dtd with parameters of type DTD.CPModifierConstructorDescriptionConstructor 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/.."
.Constructor parameters in eu.bandm.tools.dtd with type arguments of type DTD.CPModifierConstructorDescriptionChoice
(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
Methods in eu.bandm.tools.tdom that return DTD.CPMethods in eu.bandm.tools.tdom with parameters of type DTD.CPModifier 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) Constructors in eu.bandm.tools.tdom with parameters of type DTD.CPModifierConstructorDescriptionAltTemplate
(ChoiceTemplate parentContainer, int index, int total, DTD.CP cp) -
Uses of DTD.CP in eu.bandm.tools.tdom.runtime
Fields in eu.bandm.tools.tdom.runtime declared as DTD.CPMethods in eu.bandm.tools.tdom.runtime with parameters of type DTD.CPModifier 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) Constructors in eu.bandm.tools.tdom.runtime with parameters of type DTD.CPModifierConstructorDescription(package private)
ContentPath
(DTD.CP cp, ContentPath path) Repetition
(DTD.CP cp, ContentPath path) -
Uses of DTD.CP in eu.bandm.tools.xantlr
Methods in eu.bandm.tools.xantlr with parameters of type DTD.CP