Uses of Interface
org.w3c.dom.ProcessingInstruction
Packages that use ProcessingInstruction
-
Uses of ProcessingInstruction in org.w3c.dom
Methods in org.w3c.dom that return ProcessingInstructionModifier and TypeMethodDescriptionDocument.createProcessingInstruction
(String target, String data) Creates aProcessingInstruction
node given the specified name and data strings.