Uses of Interface
org.eclipse.emf.ecore.xml.type.ProcessingInstruction

Packages that use ProcessingInstruction
org.eclipse.emf.ecore.xml.type   
org.eclipse.emf.ecore.xml.type.impl   
org.eclipse.emf.ecore.xml.type.util   
 

Uses of ProcessingInstruction in org.eclipse.emf.ecore.xml.type
 

Methods in org.eclipse.emf.ecore.xml.type that return ProcessingInstruction
 ProcessingInstruction XMLTypeFactory.createProcessingInstruction()
          Returns a new object of class 'Processing Instruction'
 

Uses of ProcessingInstruction in org.eclipse.emf.ecore.xml.type.impl
 

Classes in org.eclipse.emf.ecore.xml.type.impl that implement ProcessingInstruction
 class ProcessingInstructionImpl
          An implementation of the model object 'Processing Instruction Type'
 

Methods in org.eclipse.emf.ecore.xml.type.impl that return ProcessingInstruction
 ProcessingInstruction XMLTypeFactoryImpl.createProcessingInstruction()
           
 

Methods in org.eclipse.emf.ecore.xml.type.impl that return types with arguments of type ProcessingInstruction
 EList<ProcessingInstruction> XMLTypeDocumentRootImpl.getProcessingInstruction()
           
 

Uses of ProcessingInstruction in org.eclipse.emf.ecore.xml.type.util
 

Fields in org.eclipse.emf.ecore.xml.type.util declared as ProcessingInstruction
protected  ProcessingInstruction XMLTypeResourceImpl.FrameFactory.ProcessingInstructionStackFrame.theProcessingInstruction
           
 

Methods in org.eclipse.emf.ecore.xml.type.util that return ProcessingInstruction
protected  ProcessingInstruction XMLTypeResourceImpl.FrameFactory.ProcessingInstructionStackFrame.popProcessingInstruction()
           
 ProcessingInstruction XMLTypeResourceImpl.FrameFactory.popProcessingInstruction(XMLTypeResourceImpl.FrameFactory.ProcessingInstructionStackFrame processingInstruction)
           
 

Methods in org.eclipse.emf.ecore.xml.type.util with parameters of type ProcessingInstruction
 boolean XMLTypeValidator.validateProcessingInstruction(ProcessingInstruction processingInstruction, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.