Uses of Class
eu.bandm.tools.dtm.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
Modifier and TypeFieldDescriptionprotected CheckedMap_RD<String,
CheckedList<DTM.ProcessingInstruction>> DTM.Dtd.instructions
Generated by umod; model author's documentation MISSING.Modifier and TypeMethodDescriptionprotected <T extends DTM.ProcessingInstruction>
TDTM.Rewriter.breakLoop
(T e0) Modifier and TypeMethodDescriptionDTM.ProcessingInstruction.doclone()
Clones this object.Copies values of all common fields from the argument.Modifier 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) Modifier and TypeMethodDescriptionprotected void
DTM.__Formatter.action
(DTM.ProcessingInstruction el) protected void
DTM.MATCH_ONLY_00.action
(DTM.ProcessingInstruction e0) protected void
DTM.Rewriter.action
(DTM.ProcessingInstruction e0) protected void
DTM.SinglePathVisitor.action
(DTM.ProcessingInstruction e0) protected void
DTM.Visitor.action
(DTM.ProcessingInstruction e0) void
DTM.Dtd.add_instructions
(String key0, DTM.ProcessingInstruction value) Convenience un-Currying method.protected void
DTM.Visitor.descend
(DTM.ProcessingInstruction e0) void
DTM.MATCH_ONLY_00.match
(DTM.ProcessingInstruction e0) protected void
DTM.Visitor.post
(DTM.ProcessingInstruction e0) protected void
DTM.Visitor.pre
(DTM.ProcessingInstruction e0) protected void
DTM.Rewriter.rewriteFields
(DTM.ProcessingInstruction clone) protected Format
DTM.__Formatter.toFormat
(DTM.ProcessingInstruction el) Modifier 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.void
DTM.Dtd.put_instructions
(String key0, CheckedList<DTM.ProcessingInstruction> value) Convenience un-Currying method.boolean
DTM.Dtd.set_instructions
(CheckedMap_RD<String, CheckedList<DTM.ProcessingInstruction>> val) Generated by umod; model author's documentation MISSING.