Uses of Interface
org.eclipse.gmt.modisco.xml.ProcessingInstruction

Packages that use ProcessingInstruction
org.eclipse.gmt.modisco.xml.emf   
org.eclipse.gmt.modisco.xml.emf.util   
 

Uses of ProcessingInstruction in org.eclipse.gmt.modisco.xml.emf
 

Methods in org.eclipse.gmt.modisco.xml.emf that return ProcessingInstruction
 ProcessingInstruction MoDiscoXMLFactory.createProcessingInstruction()
          Returns a new object of class 'Processing Instruction'.
 

Uses of ProcessingInstruction in org.eclipse.gmt.modisco.xml.emf.util
 

Methods in org.eclipse.gmt.modisco.xml.emf.util with parameters of type ProcessingInstruction
 T MoDiscoXMLSwitch.caseProcessingInstruction(ProcessingInstruction object)
          Returns the result of interpreting the object as an instance of 'Processing Instruction'.