Uses of Class
eu.bandm.tools.dtm.DTM.Singleton
Packages that use DTM.Singleton
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.Singleton in eu.bandm.tools.d2d2.base
Methods in eu.bandm.tools.d2d2.base with parameters of type DTM.SingletonModifier and TypeMethodDescriptionprotected voidDtd2Def.Phase1.action(DTM.Singleton x) Translate a singleton content particle into the d2d singleton reference. - 
Uses of DTM.Singleton in eu.bandm.tools.dtm
Methods in eu.bandm.tools.dtm that return DTM.SingletonModifier and TypeMethodDescriptionDTM.Singleton.doclone()Clones this object.Copies values of all common fields from the argument.DTM.Singleton.with_ref(DTM.ElementRef val) Generated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.dtm that return types with arguments of type DTM.SingletonModifier and TypeMethodDescriptionstatic Pattern<DTM.Singleton> DTM.Singleton.get_ref(Pattern<? super DTM.ElementRef> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<DTM.Singleton> DTM.__Patterns.term_Singleton(Pattern<? super DTM.CP> superpattern, Pattern<? super DTM.ElementRef> p_ref) Methods in eu.bandm.tools.dtm with parameters of type DTM.SingletonModifier and TypeMethodDescriptionprotected voidDTM.__Formatter.action(DTM.Singleton el) protected voidDTM.MATCH_ONLY_00.action(DTM.Singleton e0) protected voidDTM.Rewriter.action(DTM.Singleton e0) protected voidDTM.SinglePathVisitor.action(DTM.Singleton e0) protected voidDTM.Visitor.action(DTM.Singleton e0) protected voidDTM.Visitor.descend(DTM.Singleton e0) voidDTM.MATCH_ONLY_00.match(DTM.Singleton e0) protected voidDTM.Visitor.post(DTM.Singleton e0) protected voidDTM.Visitor.pre(DTM.Singleton e0) protected voidDTM.Rewriter.rewriteFields(DTM.Singleton clone) protected FormatDTM.__Formatter.toFormat(DTM.Singleton el) booleanDTM.Singleton.x_equals(DTM.Singleton e0) Method parameters in eu.bandm.tools.dtm with type arguments of type DTM.SingletonModifier and TypeMethodDescriptionDTM.__Patterns.cast_Singleton(Pattern<? super DTM.Singleton> p)  - 
Uses of DTM.Singleton in eu.bandm.tools.xslt.base
Subclasses of DTM.Singleton in eu.bandm.tools.xslt.baseModifier and TypeClassDescription(package private) static classDerived from DTM.Singleton, for imposing object identity.Fields in eu.bandm.tools.xslt.base with type parameters of type DTM.SingletonModifier and TypeFieldDescription(package private) final Map<DTM.Singleton, Integer> PathMap.grammar2codeMethods in eu.bandm.tools.xslt.base with parameters of type DTM.SingletonModifier and TypeMethodDescriptionvoidPathMap.action(DTM.Singleton sing) voidPathMap.MakeDifferent.action(DTM.Singleton orig)