| Package | Description |
|---|---|
| org.apache.axiom.om |
Contains core interfaces of the Axiom API.
|
| org.apache.axiom.om.impl | |
| org.apache.axiom.om.impl.builder | |
| org.apache.axiom.om.impl.jaxp | |
| 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 |
OMFactory.createOMDocument(OMXMLParserWrapper builder) |
OMDocument |
OMXMLParserWrapper.getDocument()
Get the document being built by this builder.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
OMDocumentImplUtil.internalSerialize(OMDocument document,
XMLStreamWriter writer2,
boolean cache,
boolean includeXMLDeclaration) |
| Modifier and Type | Field and Description |
|---|---|
protected OMDocument |
StAXBuilder.document |
| Modifier and Type | Method and Description |
|---|---|
OMDocument |
SAXOMBuilder.getDocument() |
OMDocument |
StAXBuilder.getDocument() |
| Modifier and Type | Method and Description |
|---|---|
OMDocument |
OMResult.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 |
|---|---|
OMDocument |
StAXSOAPModelBuilder.getDocument() |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.