| Package | Description |
|---|---|
| org.apache.axiom.om.impl.dom | |
| org.apache.axiom.soap.impl.dom |
| Modifier and Type | Method and Description |
|---|---|
protected DocumentImpl |
DocumentImpl.createClone(OMCloneOptions options) |
(package private) DocumentImpl |
NodeImpl.ownerDocument()
Get the owner document of this node.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
NodeImpl.setOwnerDocument(DocumentImpl document)
Sets the owner document.
|
| Constructor and Description |
|---|
AttrImpl(DocumentImpl ownerDocument,
OMFactory factory) |
AttrImpl(DocumentImpl ownerDocument,
java.lang.String name,
OMFactory factory) |
AttrImpl(DocumentImpl ownerDocument,
java.lang.String localName,
OMNamespace namespace,
OMFactory factory) |
AttrImpl(DocumentImpl ownerDocument,
java.lang.String localName,
OMNamespace ns,
java.lang.String value,
OMFactory factory) |
AttrImpl(DocumentImpl ownerDocument,
java.lang.String name,
java.lang.String value,
OMFactory factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
SOAPMessageImpl |
| Modifier and Type | Method and Description |
|---|---|
protected DocumentImpl |
SOAPMessageImpl.createClone(OMCloneOptions options) |