Uses of Class
eu.bandm.tools.dtm.DTM.Sequence
Packages that use DTM.Sequence
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.Sequence in eu.bandm.tools.d2d2.base
Methods in eu.bandm.tools.d2d2.base with parameters of type DTM.SequenceModifier and TypeMethodDescriptionprotected voidDtd2Def.Phase1.action(DTM.Sequence x) Translate a sequence of DTD contents into a sequence of d2d expressions. -
Uses of DTM.Sequence in eu.bandm.tools.dtm
Methods in eu.bandm.tools.dtm that return DTM.SequenceModifier and TypeMethodDescriptionDTM.Sequence.doclone()Clones this object.Copies values of all common fields from the argument.DTM.Sequence.with_elems(CheckedList<DTM.CP> val) Generated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.dtm that return types with arguments of type DTM.SequenceModifier and TypeMethodDescriptionstatic 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.Sequence> DTM.__Patterns.term_Sequence(Pattern<? super DTM.CP> superpattern, Pattern<? super CheckedList<DTM.CP>> p_elems) Methods in eu.bandm.tools.dtm with parameters of type DTM.SequenceModifier and TypeMethodDescriptionprotected voidDTM.__Formatter.action(DTM.Sequence el) protected voidDTM.MATCH_ONLY_00.action(DTM.Sequence e0) protected voidDTM.Rewriter.action(DTM.Sequence e0) protected voidDTM.SinglePathVisitor.action(DTM.Sequence e0) protected voidDTM.Visitor.action(DTM.Sequence e0) protected voidDTM.Visitor.descend(DTM.Sequence e0) voidDTM.Rewriter.follow_elems(DTM.Sequence element) voidDTM.SinglePathVisitor.follow_elems(DTM.Sequence element) voidDTM.Visitor.follow_elems(DTM.Sequence element) voidDTM.MATCH_ONLY_00.followAll_elems(DTM.Sequence element) voidDTM.MATCH_ONLY_00.match(DTM.Sequence e0) protected voidDTM.Visitor.post(DTM.Sequence e0) protected voidDTM.Visitor.pre(DTM.Sequence e0) protected voidDTM.Rewriter.rewriteFields(DTM.Sequence clone) protected FormatDTM.__Formatter.toFormat(DTM.Sequence el) booleanDTM.Sequence.x_equals(DTM.Sequence e0) Method parameters in eu.bandm.tools.dtm with type arguments of type DTM.Sequence -
Uses of DTM.Sequence in eu.bandm.tools.xslt.base
Methods in eu.bandm.tools.xslt.base with parameters of type DTM.Sequence