Uses of Interface
org.apache.axiom.om.OMProcessingInstruction
-
Packages that use OMProcessingInstruction Package Description org.apache.axiom.om Contains core interfaces of the Axiom API.org.apache.axiom.om.util -
-
Uses of OMProcessingInstruction in org.apache.axiom.om
Methods in org.apache.axiom.om that return OMProcessingInstruction Modifier and Type Method Description OMProcessingInstruction
OMFactory. 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 Modifier and Type Method Description byte[]
DigestGenerator. getDigest(OMProcessingInstruction pi, String digestAlgorithm)
This method is an overloaded method for the digest generation for OMProcessingInstruction
-