|
|||||||||||
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. |
Constructors in org.apache.axis2.om.impl.dom with parameters of type DocumentImpl | |
ElementImpl(DocumentImpl ownerDocument,
String tagName,
org.apache.ws.commons.om.OMFactory factory)
|
|
ElementImpl(DocumentImpl ownerDocument,
String tagName,
NamespaceImpl ns,
org.apache.ws.commons.om.OMFactory factory)
Creates a new element with the namespace. |
|
ElementImpl(DocumentImpl ownerDocument,
String tagName,
NamespaceImpl ns,
org.apache.ws.commons.om.OMXMLParserWrapper builder,
org.apache.ws.commons.om.OMFactory factory)
|
|
NodeImpl(DocumentImpl ownerDocument,
org.apache.ws.commons.om.OMFactory factory)
|
|
TextImpl(DocumentImpl ownerNode,
org.apache.ws.commons.om.OMFactory factory)
|
|
TextImpl(DocumentImpl ownerNode,
String value,
org.apache.ws.commons.om.OMFactory factory)
|
|
TextImpl(DocumentImpl ownerNode,
String value,
String mimeType,
boolean optimize,
org.apache.ws.commons.om.OMFactory factory)
|
|
AttrImpl(DocumentImpl ownerDocument,
org.apache.ws.commons.om.OMFactory factory)
|
|
AttrImpl(DocumentImpl ownerDocument,
String localName,
org.apache.ws.commons.om.OMNamespace ns,
String value,
org.apache.ws.commons.om.OMFactory factory)
|
|
AttrImpl(DocumentImpl ownerDocument,
String name,
String value,
org.apache.ws.commons.om.OMFactory factory)
|
|
AttrImpl(DocumentImpl ownerDocument,
String name,
org.apache.ws.commons.om.OMFactory factory)
|
|
AttrImpl(DocumentImpl ownerDocument,
String localName,
org.apache.ws.commons.om.OMNamespace namespace,
org.apache.ws.commons.om.OMFactory factory)
|
|
ChildNode(DocumentImpl ownerDocument,
org.apache.ws.commons.om.OMFactory factory)
|
|
CommentImpl(DocumentImpl ownerNode,
org.apache.ws.commons.om.OMFactory factory)
|
|
CommentImpl(DocumentImpl ownerNode,
String value,
org.apache.ws.commons.om.OMFactory factory)
|
|
DocumentFragmentimpl(DocumentImpl ownerDocument,
org.apache.ws.commons.om.OMFactory factory)
|
|
CharacterImpl(DocumentImpl ownerNode,
org.apache.ws.commons.om.OMFactory factory)
|
|
CharacterImpl(DocumentImpl ownerNode,
String value,
org.apache.ws.commons.om.OMFactory factory)
|
|
DocumentImpl(DocumentImpl ownerDocument,
org.apache.ws.commons.om.OMFactory factory)
|
|
ParentNode(DocumentImpl ownerDocument,
org.apache.ws.commons.om.OMFactory factory)
|
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.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,
org.apache.ws.commons.om.OMXMLParserWrapper builder,
org.apache.ws.commons.soap.SOAPFactory factory)
|
|
SOAPElement(DocumentImpl doc,
String localName,
org.apache.ws.commons.om.OMNamespace ns,
org.apache.ws.commons.soap.SOAPFactory factory)
|
|
SOAPElement(DocumentImpl ownerDocument,
String tagName,
NamespaceImpl ns,
org.apache.ws.commons.om.OMXMLParserWrapper builder,
org.apache.ws.commons.soap.SOAPFactory factory)
|
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 |