Uses of Interface
org.apache.ws.commons.om.OMProcessingInstruction

Packages that use OMProcessingInstruction
org.apache.ws.commons.om   
org.apache.ws.commons.om.impl.llom   
org.apache.ws.commons.om.impl.llom.factory   
 

Uses of OMProcessingInstruction in org.apache.ws.commons.om
 

Methods in org.apache.ws.commons.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.ws.commons.om.impl.llom
 

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

Uses of OMProcessingInstruction in org.apache.ws.commons.om.impl.llom.factory
 

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