Uses of Interface
org.apache.axis2.om.OMProcessingInstruction

Packages that use OMProcessingInstruction
org.apache.axis2.om   
org.apache.axis2.om.impl.llom   
org.apache.axis2.om.impl.llom.factory   
 

Uses of OMProcessingInstruction in org.apache.axis2.om
 

Methods in org.apache.axis2.om that return OMProcessingInstruction
 OMProcessingInstruction OMFactory.createOMProcessingInstruction(OMContainer parent, java.lang.String piTarget, java.lang.String piData)
          create a PI
 

Uses of OMProcessingInstruction in org.apache.axis2.om.impl.llom
 

Classes in org.apache.axis2.om.impl.llom that implement OMProcessingInstruction
 class OMProcessingInstructionImpl
           
 

Uses of OMProcessingInstruction in org.apache.axis2.om.impl.llom.factory
 

Methods in org.apache.axis2.om.impl.llom.factory that return OMProcessingInstruction
 OMProcessingInstruction OMLinkedListImplFactory.createOMProcessingInstruction(OMContainer parent, java.lang.String piTarget, java.lang.String piData)
          create a PI