Uses of Class
eu.bandm.tools.dtm.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
-
Uses of DTM.CP in eu.bandm.tools.dtm
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.Modifier 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.Modifier 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.Modifier 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) Modifier 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
Modifier 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
Modifier and TypeClassDescription(package private) static class
Derived from DTM.Singleton, for imposing object identity.