|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DocumentImpl in org.apache.axis2.om.impl.dom |
Fields in org.apache.axis2.om.impl.dom declared as DocumentImpl | |
protected DocumentImpl |
NodeImpl.ownerNode
|
Methods in org.apache.axis2.om.impl.dom with parameters of type DocumentImpl | |
protected void |
ElementImpl.setOwnerDocument(DocumentImpl document)
|
protected void |
NodeImpl.setOwnerDocument(DocumentImpl document)
Sets the owner document. |
Uses of DocumentImpl in org.apache.axis2.om.impl.dom.factory |
Fields in org.apache.axis2.om.impl.dom.factory declared as DocumentImpl | |
protected DocumentImpl |
OMDOMFactory.document
|
Methods in org.apache.axis2.om.impl.dom.factory that return DocumentImpl | |
DocumentImpl |
OMDOMFactory.getDocument()
|
Methods in org.apache.axis2.om.impl.dom.factory with parameters of type DocumentImpl | |
void |
OMDOMFactory.setDocument(DocumentImpl document)
Configure this factory to use the given document. |
Constructors in org.apache.axis2.om.impl.dom.factory with parameters of type DocumentImpl | |
OMDOMFactory(DocumentImpl doc)
|
Uses of DocumentImpl in org.apache.axis2.saaj |
Methods in org.apache.axis2.saaj with parameters of type DocumentImpl | |
TextImpl |
AttachmentPartImpl.getText(DocumentImpl doc)
|
Uses of DocumentImpl in org.apache.axis2.security.util |
Methods in org.apache.axis2.security.util with parameters of type DocumentImpl | |
static SOAPEnvelope |
Axis2Util.getSOAPEnvelopeFromDOOMDocument(DocumentImpl doc)
|
Uses of DocumentImpl in org.apache.axis2.soap.impl.dom |
Subclasses of DocumentImpl in org.apache.axis2.soap.impl.dom | |
class |
SOAPMessageImpl
|
Constructors in org.apache.axis2.soap.impl.dom with parameters of type DocumentImpl | |
SOAPEnvelopeImpl(DocumentImpl doc,
OMXMLParserWrapper builder,
SOAPFactory factory)
|
|
SOAPElement(DocumentImpl doc,
String localName,
OMNamespace ns)
|
|
SOAPElement(DocumentImpl ownerDocument,
String tagName,
NamespaceImpl ns,
OMXMLParserWrapper builder)
|
Uses of DocumentImpl in org.apache.axis2.soap.impl.dom.factory |
Constructors in org.apache.axis2.soap.impl.dom.factory with parameters of type DocumentImpl | |
DOMSOAPFactory(DocumentImpl doc)
|
Uses of DocumentImpl in org.apache.axis2.soap.impl.dom.soap11 |
Constructors in org.apache.axis2.soap.impl.dom.soap11 with parameters of type DocumentImpl | |
SOAP11Factory(DocumentImpl doc)
|
Uses of DocumentImpl in org.apache.axis2.soap.impl.dom.soap12 |
Constructors in org.apache.axis2.soap.impl.dom.soap12 with parameters of type DocumentImpl | |
SOAP12Factory(DocumentImpl doc)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |