Uses of Interface
org.apache.axiom.om.OMDocument
Packages that use OMDocument
Package
Description
Contains core interfaces of the Axiom API.
-
Uses of OMDocument in org.apache.axiom.om
Methods in org.apache.axiom.om that return OMDocumentModifier and TypeMethodDescriptionOMFactory.createOMDocument()
Creates a new OMDocument.OMXMLParserWrapper.getDocument()
Get the document being built by this builder. -
Uses of OMDocument in org.apache.axiom.om.util
Methods in org.apache.axiom.om.util with parameters of type OMDocumentModifier and TypeMethodDescriptionboolean
DigestGenerator.compareOMDocument
(OMDocument document, OMDocument comparingDocument, String digestAlgorithm) Compares two OMDocuments for the XML equalitybyte[]
DigestGenerator.getDigest
(OMDocument document, String digestAlgorithm) This method is an overloaded method for the digest generation for OMDocumentDigestGenerator.getValidElements
(OMDocument document) Gets the valid element collection of an OMDocument. -
Uses of OMDocument in org.apache.axiom.soap
Subinterfaces of OMDocument in org.apache.axiom.soap