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

Packages that use OMProcessingInstruction
org.apache.axiom.c14n.omwrapper   
org.apache.axiom.om Contains core interfaces of the Axiom API. 
org.apache.axiom.om.impl.dom   
org.apache.axiom.om.impl.dom.factory   
org.apache.axiom.om.impl.llom   
org.apache.axiom.om.impl.llom.factory   
org.apache.axiom.om.util   
 

Uses of OMProcessingInstruction in org.apache.axiom.c14n.omwrapper
 

Constructors in org.apache.axiom.c14n.omwrapper with parameters of type OMProcessingInstruction
ProcessingInstructionImpl(OMProcessingInstruction pi, WrapperFactory fac)
           
 

Uses of OMProcessingInstruction in org.apache.axiom.om
 

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

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

Classes in org.apache.axiom.om.impl.dom that implement OMProcessingInstruction
 class ProcessingInstructionImpl
           
 

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, String piTarget, 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, String piTarget, 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, String digestAlgorithm)
          This method is an overloaded method for the digest generation for OMProcessingInstruction
 



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.