Uses of Class
eu.bandm.tools.dtm.DTM.CP
Packages that use DTM.CP
Package
Description
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
Canonical model of a W3C DTD with evaluated semantics;
plus utility applications.
txsl = typed xslt 1.0 interpreter with "fragmented validation".
-
Uses of DTM.CP in eu.bandm.tools.d2d2.base
Methods in eu.bandm.tools.d2d2.base with parameters of type DTM.CP -
Uses of DTM.CP in eu.bandm.tools.dtm
Subclasses of DTM.CP in eu.bandm.tools.dtmModifier 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.Fields in eu.bandm.tools.dtm with type parameters of type DTM.CPModifier and TypeFieldDescriptionprotected CheckedList
<DTM.CP> DTM.Choice.alts
Generated by umod; model author's documentation MISSING.protected CheckedList
<DTM.CP> DTM.Sequence.elems
Generated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.dtm that return DTM.CPModifier and TypeMethodDescriptionDTM.CP.doclone()
Clones this object.Copies values of all common fields from the argument.DTM.CP.with_modifier
(EBNFModifier val) Generated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.dtm that return types with arguments of type DTM.CPModifier and TypeMethodDescriptionDTM.Choice.get_alts()
Generated by umod; model author's documentation MISSING.DTM.Sequence.get_elems()
Generated by umod; model author's documentation MISSING.DTM.CP.get_modifier
(Pattern<? super EBNFModifier> p) Lifts a pattern which matches the field value to one which matches this whole object.DTM.__Patterns.term_CP
(Pattern<? super DTM.Content> superpattern, Pattern<? super EBNFModifier> p_modifier) Methods in eu.bandm.tools.dtm with parameters of type DTM.CPModifier and TypeMethodDescriptionprotected void
protected void
protected void
protected void
protected void
protected void
void
protected void
protected void
protected void
DTM.Rewriter.rewriteFields
(DTM.CP clone) protected Format
Method parameters in eu.bandm.tools.dtm with type arguments of type DTM.CPModifier and TypeMethodDescriptionstatic Pattern
<DTM.Choice> DTM.Choice.get_alts
(Pattern<? super CheckedList<DTM.CP>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern
<DTM.Sequence> DTM.Sequence.get_elems
(Pattern<? super CheckedList<DTM.CP>> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern
<DTM.Choice> DTM.__Patterns.term_Choice
(Pattern<? super DTM.CP> superpattern, Pattern<? super CheckedList<DTM.CP>> p_alts) static Pattern
<DTM.Sequence> DTM.__Patterns.term_Sequence
(Pattern<? super DTM.CP> superpattern, Pattern<? super CheckedList<DTM.CP>> p_elems) static Pattern
<DTM.Singleton> DTM.__Patterns.term_Singleton
(Pattern<? super DTM.CP> superpattern, Pattern<? super DTM.ElementRef> p_ref) DTM.Choice.with_alts
(CheckedList<DTM.CP> val) Generated by umod; model author's documentation MISSING.DTM.Sequence.with_elems
(CheckedList<DTM.CP> val) Generated by umod; model author's documentation MISSING. -
Uses of DTM.CP in eu.bandm.tools.xslt.base
Subclasses of DTM.CP in eu.bandm.tools.xslt.baseModifier and TypeClassDescription(package private) static class
Derived from DTM.Singleton, for imposing object identity.Methods in eu.bandm.tools.xslt.base with parameters of type DTM.CP