Uses of Class
eu.maveniverse.domtrip.ProcessingInstruction
Packages that use ProcessingInstruction
-
Uses of ProcessingInstruction in eu.maveniverse.domtrip
Methods in eu.maveniverse.domtrip that return ProcessingInstructionModifier and TypeMethodDescriptionProcessingInstruction.clone()Deprecated.ProcessingInstruction.copy()Creates a deep copy of this node.static ProcessingInstructionCreates a processing instruction with only a target (no data).static ProcessingInstructionCreates a processing instruction with the specified target and data.ProcessingInstruction.parent(ContainerNode parent) Sets the parent container node of this node.ProcessingInstruction.precedingWhitespace(String whitespace) Sets the whitespace that precedes this node.static ProcessingInstructionElement.processingInstruction(String target, String data) Creates a processing instruction.Methods in eu.maveniverse.domtrip with parameters of type ProcessingInstructionModifier and TypeMethodDescriptiondefault DomTripVisitor.ActionDomTripVisitor.visitProcessingInstruction(ProcessingInstruction pi) Called for processing instruction nodes during traversal.Method parameters in eu.maveniverse.domtrip with type arguments of type ProcessingInstructionModifier and TypeMethodDescriptionTreeWalker.onProcessingInstruction(Function<ProcessingInstruction, DomTripVisitor.Action> handler) Sets the callback invoked for each processing instruction node.
ProcessingInstruction.copy()instead.