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

Packages that use OMProcessingInstruction
org.apache.axiom.om   
org.apache.axiom.om.util   
 

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.util
 

Methods in org.apache.axiom.om.util with parameters of type OMProcessingInstruction
 byte[] DigestGenerator.getDigest(OMProcessingInstruction pi, java.lang.String digestAlgorithm)
          This method is an overloaded method for the digest generation for OMProcessingInstruction