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

Packages that use OMProcessingInstruction
org.apache.axiom.om   
org.apache.axiom.om.impl.dom.factory   
org.apache.axiom.om.impl.llom   
org.apache.axiom.om.impl.llom.factory   
 

Uses of OMProcessingInstruction in org.apache.axiom.om
 

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

Uses of OMProcessingInstruction in org.apache.axiom.om.impl.dom.factory
 

Methods in org.apache.axiom.om.impl.dom.factory that return OMProcessingInstruction
 OMProcessingInstruction OMDOMFactory.createOMProcessingInstruction(OMContainer parent, java.lang.String piTarget, java.lang.String piData)
           
 

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

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

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

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