| Constructor and Description |
|---|
DocumentImpl(OMDocument doc,
WrapperFactory fac) |
| 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 |
StAXBuilder.getDocument() |
OMDocument |
SAXOMXMLParserWrapper.getDocument() |
OMDocument |
SAXOMBuilder.getDocument() |
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentImpl |
| Modifier and Type | Method and Description |
|---|---|
OMDocument |
OMDOMFactory.createOMDocument() |
OMDocument |
OMDOMFactory.createOMDocument(OMXMLParserWrapper builder) |
| Modifier and Type | Method and Description |
|---|---|
OMDocument |
OMResult.getDocument() |
| Modifier and Type | Class and Description |
|---|---|
class |
OMDocumentImpl
Class OMDocumentImpl
|
| Modifier and Type | Method and Description |
|---|---|
OMDocument |
OMLinkedListImplFactory.createOMDocument() |
OMDocument |
OMLinkedListImplFactory.createOMDocument(OMXMLParserWrapper builder) |
| 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() |
| Modifier and Type | Class and Description |
|---|---|
class |
SOAPMessageImpl |
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.