Uses of Interface
com.google.gwt.xml.client.ProcessingInstruction
Packages that use ProcessingInstruction
Package
Description
Basic classes used in XML DOM parsing and XML document generation.
-
Uses of ProcessingInstruction in com.google.gwt.xml.client
Methods in com.google.gwt.xml.client that return ProcessingInstructionModifier and TypeMethodDescriptionDocument.createProcessingInstruction
(String target, String data) This method creates a newProcessingInstruction
.