| Modifier and Type | Field | Description |
|---|---|---|
protected SOAPDocumentImpl |
SOAPPartImpl.document |
| Modifier and Type | Method | Description |
|---|---|---|
protected abstract SOAPDocumentImpl |
SOAPFactoryImpl.createDocument() |
|
SOAPDocumentImpl |
SOAPDocument.getDocument() |
|
SOAPDocumentImpl |
SOAPDocumentImpl.getDocument() |
|
SOAPDocumentImpl |
SOAPPartImpl.getDocument() |
| Constructor | Description |
|---|---|
SOAPDocumentFragment(SOAPDocumentImpl ownerDoc) |
|
SOAPDocumentFragment(SOAPDocumentImpl soapDocument,
DocumentFragment documentFragment) |
| Modifier and Type | Method | Description |
|---|---|---|
protected SOAPDocumentImpl |
SOAPFactoryDynamicImpl.createDocument() |
| Modifier and Type | Method | Description |
|---|---|---|
SOAPDocumentImpl |
ElementImpl.getSoapDocument() |
|
SOAPDocumentImpl |
TextImpl.getSoapDocument() |
| Modifier and Type | Method | Description |
|---|---|---|
static SOAPElement |
ElementFactory.createElement(SOAPDocumentImpl ownerDocument,
String localName,
String prefix,
String namespaceUri) |
|
static SOAPElement |
ElementFactory.createElement(SOAPDocumentImpl ownerDocument,
QName name) |
|
static SOAPElement |
ElementFactory.createElement(SOAPDocumentImpl ownerDocument,
Name name) |
|
static SOAPElement |
ElementFactory.createElement(SOAPDocumentImpl ownerDocument,
Element element) |
Create element wrapper for existing DOM element.
|
protected CDATASection |
CDATAImpl.createN(SOAPDocumentImpl ownerDoc,
String text) |
|
protected CDATASection |
CDATAImpl.createN(SOAPDocumentImpl ownerDoc,
CharacterData data) |
|
protected Comment |
SOAPCommentImpl.createN(SOAPDocumentImpl ownerDoc,
String text) |
|
protected Comment |
SOAPCommentImpl.createN(SOAPDocumentImpl ownerDoc,
CharacterData data) |
|
protected Text |
SOAPTextImpl.createN(SOAPDocumentImpl ownerDoc,
String text) |
|
protected Text |
SOAPTextImpl.createN(SOAPDocumentImpl ownerDoc,
CharacterData data) |
|
protected abstract T |
TextImpl.createN(SOAPDocumentImpl ownerDoc,
String text) |
|
protected abstract T |
TextImpl.createN(SOAPDocumentImpl ownerDoc,
CharacterData data) |
|
static SOAPElement |
ElementFactory.createNamedElement(SOAPDocumentImpl ownerDocument,
String localName,
String prefix,
String namespaceUri) |
| Modifier and Type | Method | Description |
|---|---|---|
protected SOAPDocumentImpl |
SOAPFactory1_1Impl.createDocument() |
| Modifier and Type | Method | Description |
|---|---|---|
protected SOAPDocumentImpl |
SOAPFactory1_2Impl.createDocument() |
Copyright © 2018 Oracle. All rights reserved.