Package | Description |
---|---|
org.apache.axiom.om |
Contains core interfaces of the Axiom API.
|
org.apache.axiom.om.impl.builder | |
org.apache.axiom.om.util | |
org.apache.axiom.soap | |
org.apache.axiom.soap.impl.builder |
Modifier and Type | Method and Description |
---|---|
OMDocument |
OMFactory.createOMDocument()
Creates a new OMDocument.
|
OMDocument |
OMXMLParserWrapper.getDocument()
Get the document being built by this builder.
|
Modifier and Type | Field and Description |
---|---|
protected OMDocument |
StAXBuilder.document |
Modifier and Type | Method and Description |
---|---|
protected OMDocument |
StAXOMBuilder.createDocument() |
protected abstract OMDocument |
StAXBuilder.createDocument() |
OMDocument |
OMFactoryEx.createOMDocument(OMXMLParserWrapper builder) |
OMDocument |
StAXBuilder.getDocument() |
Modifier and Type | Method and Description |
---|---|
boolean |
DigestGenerator.compareOMDocument(OMDocument document,
OMDocument comparingDocument,
String digestAlgorithm)
Compares two OMDocuments for the XML equality
|
byte[] |
DigestGenerator.getDigest(OMDocument document,
String digestAlgorithm)
This method is an overloaded method for the digest generation for OMDocument
|
Collection |
DigestGenerator.getValidElements(OMDocument document)
Gets the valid element collection of an OMDocument.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SOAPMessage |
Modifier and Type | Method and Description |
---|---|
protected OMDocument |
StAXSOAPModelBuilder.createDocument() |
Copyright © The Apache Software Foundation. All Rights Reserved.