Uses of Class
eu.bandm.tools.dtm.DTM.ProcessingInstruction
Packages that use DTM.ProcessingInstruction
Package
Description
Canonical model of a W3C DTD with evaluated semantics; 
  plus utility applications.
- 
Uses of DTM.ProcessingInstruction in eu.bandm.tools.dtm
Fields in eu.bandm.tools.dtm with type parameters of type DTM.ProcessingInstructionModifier and TypeFieldDescriptionprotected CheckedMap_RD<String, CheckedList<DTM.ProcessingInstruction>> DTM.Dtd.instructionsGenerated by umod; model author's documentation MISSING.Methods in eu.bandm.tools.dtm with type parameters of type DTM.ProcessingInstructionModifier and TypeMethodDescriptionprotected <T extends DTM.ProcessingInstruction>
TDTM.Rewriter.breakLoop(T e0) Methods in eu.bandm.tools.dtm that return DTM.ProcessingInstructionModifier and TypeMethodDescriptionDTM.ProcessingInstruction.doclone()Clones this object.Copies values of all common fields from the argument.Methods in eu.bandm.tools.dtm that return types with arguments of type DTM.ProcessingInstructionModifier and TypeMethodDescriptionstatic Pattern<DTM.ProcessingInstruction> Lifts a pattern which matches the field value to one which matches this whole object.DTM.Dtd.get_instructions()Generated by umod; model author's documentation MISSING.static Pattern<DTM.ProcessingInstruction> DTM.ProcessingInstruction.get_target(Pattern<? super String> p) Lifts a pattern which matches the field value to one which matches this whole object.static Pattern<DTM.ProcessingInstruction> DTM.__Patterns.term_ProcessingInstruction(Pattern<Object> superpattern, Pattern<? super String> p_target, Pattern<? super String> p_body) Methods in eu.bandm.tools.dtm with parameters of type DTM.ProcessingInstructionModifier and TypeMethodDescriptionprotected voidDTM.__Formatter.action(DTM.ProcessingInstruction el) protected voidDTM.MATCH_ONLY_00.action(DTM.ProcessingInstruction e0) protected voidDTM.Rewriter.action(DTM.ProcessingInstruction e0) protected voidDTM.SinglePathVisitor.action(DTM.ProcessingInstruction e0) protected voidDTM.Visitor.action(DTM.ProcessingInstruction e0) voidDTM.Dtd.add_instructions(String key0, DTM.ProcessingInstruction value) Convenience un-Currying method.protected voidDTM.Visitor.descend(DTM.ProcessingInstruction e0) voidDTM.MATCH_ONLY_00.match(DTM.ProcessingInstruction e0) protected voidDTM.Visitor.post(DTM.ProcessingInstruction e0) protected voidDTM.Visitor.pre(DTM.ProcessingInstruction e0) protected voidDTM.Rewriter.rewriteFields(DTM.ProcessingInstruction clone) protected FormatDTM.__Formatter.toFormat(DTM.ProcessingInstruction el) Method parameters in eu.bandm.tools.dtm with type arguments of type DTM.ProcessingInstructionModifier and TypeMethodDescriptionDTM.__Patterns.cast_ProcessingInstruction(Pattern<? super DTM.ProcessingInstruction> p) DTM.Dtd.get_instructions(Pattern<? super CheckedMap_RD<String, CheckedList<DTM.ProcessingInstruction>>> p) Lifts a pattern which matches the field value to one which matches this whole object.voidDTM.Dtd.put_instructions(String key0, CheckedList<DTM.ProcessingInstruction> value) Convenience un-Currying method.booleanDTM.Dtd.set_instructions(CheckedMap_RD<String, CheckedList<DTM.ProcessingInstruction>> val) Generated by umod; model author's documentation MISSING.