|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of DocumentImpl in org.apache.axiom.om.impl.dom |
---|
Fields in org.apache.axiom.om.impl.dom declared as DocumentImpl | |
---|---|
protected DocumentImpl |
NodeImpl.ownerNode
|
Methods in org.apache.axiom.om.impl.dom with parameters of type DocumentImpl | |
---|---|
protected void |
NodeImpl.setOwnerDocument(DocumentImpl document)
Sets the owner document. |
protected void |
ElementImpl.setOwnerDocument(DocumentImpl document)
|
Constructors in org.apache.axiom.om.impl.dom with parameters of type DocumentImpl | |
---|---|
AttrImpl(DocumentImpl ownerDocument,
org.apache.axiom.om.OMFactory factory)
|
|
AttrImpl(DocumentImpl ownerDocument,
java.lang.String name,
org.apache.axiom.om.OMFactory factory)
|
|
AttrImpl(DocumentImpl ownerDocument,
java.lang.String localName,
org.apache.axiom.om.OMNamespace namespace,
org.apache.axiom.om.OMFactory factory)
|
|
AttrImpl(DocumentImpl ownerDocument,
java.lang.String localName,
org.apache.axiom.om.OMNamespace ns,
java.lang.String value,
org.apache.axiom.om.OMFactory factory)
|
|
AttrImpl(DocumentImpl ownerDocument,
java.lang.String name,
java.lang.String value,
org.apache.axiom.om.OMFactory factory)
|
|
CharacterImpl(DocumentImpl ownerNode,
org.apache.axiom.om.OMFactory factory)
|
|
CharacterImpl(DocumentImpl ownerNode,
java.lang.String value,
org.apache.axiom.om.OMFactory factory)
|
|
ChildNode(DocumentImpl ownerDocument,
org.apache.axiom.om.OMFactory factory)
|
|
CommentImpl(DocumentImpl ownerNode,
org.apache.axiom.om.OMFactory factory)
|
|
CommentImpl(DocumentImpl ownerNode,
java.lang.String value,
org.apache.axiom.om.OMFactory factory)
|
|
DocumentFragmentImpl(DocumentImpl ownerDocument,
org.apache.axiom.om.OMFactory factory)
|
|
DocumentImpl(DocumentImpl ownerDocument,
org.apache.axiom.om.OMFactory factory)
|
|
ElementImpl(DocumentImpl ownerDocument,
java.lang.String tagName,
NamespaceImpl ns,
org.apache.axiom.om.OMFactory factory)
Creates a new element with the namespace. |
|
ElementImpl(DocumentImpl ownerDocument,
java.lang.String tagName,
NamespaceImpl ns,
org.apache.axiom.om.OMXMLParserWrapper builder,
org.apache.axiom.om.OMFactory factory)
|
|
ElementImpl(DocumentImpl ownerDocument,
java.lang.String tagName,
org.apache.axiom.om.OMFactory factory)
|
|
NodeImpl(DocumentImpl ownerDocument,
org.apache.axiom.om.OMFactory factory)
|
|
ParentNode(DocumentImpl ownerDocument,
org.apache.axiom.om.OMFactory factory)
|
|
TextImpl(DocumentImpl ownerNode,
char[] value,
org.apache.axiom.om.OMFactory factory)
|
|
TextImpl(DocumentImpl ownerNode,
java.lang.Object dataHandler,
boolean optimize,
org.apache.axiom.om.OMFactory factory)
|
|
TextImpl(DocumentImpl ownerNode,
org.apache.axiom.om.OMFactory factory)
|
|
TextImpl(DocumentImpl ownerNode,
java.lang.String value,
org.apache.axiom.om.OMFactory factory)
|
|
TextImpl(DocumentImpl ownerNode,
java.lang.String value,
java.lang.String mimeType,
boolean optimize,
org.apache.axiom.om.OMFactory factory)
|
Uses of DocumentImpl in org.apache.axiom.om.impl.dom.factory |
---|
Fields in org.apache.axiom.om.impl.dom.factory declared as DocumentImpl | |
---|---|
protected DocumentImpl |
OMDOMFactory.document
|
Methods in org.apache.axiom.om.impl.dom.factory that return DocumentImpl | |
---|---|
DocumentImpl |
OMDOMFactory.getDocument()
|
Methods in org.apache.axiom.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.axiom.om.impl.dom.factory with parameters of type DocumentImpl | |
---|---|
OMDOMFactory(DocumentImpl doc)
|
Uses of DocumentImpl in org.apache.axiom.soap.impl.dom |
---|
Subclasses of DocumentImpl in org.apache.axiom.soap.impl.dom | |
---|---|
class |
SOAPMessageImpl
|
Constructors in org.apache.axiom.soap.impl.dom with parameters of type DocumentImpl | |
---|---|
SOAPElement(DocumentImpl ownerDocument,
java.lang.String tagName,
NamespaceImpl ns,
org.apache.axiom.om.OMXMLParserWrapper builder,
org.apache.axiom.soap.SOAPFactory factory)
|
|
SOAPElement(DocumentImpl doc,
java.lang.String localName,
org.apache.axiom.om.OMNamespace ns,
org.apache.axiom.soap.SOAPFactory factory)
|
|
SOAPEnvelopeImpl(DocumentImpl doc,
org.apache.axiom.om.OMXMLParserWrapper builder,
org.apache.axiom.soap.SOAPFactory factory)
|
Uses of DocumentImpl in org.apache.axiom.soap.impl.dom.factory |
---|
Constructors in org.apache.axiom.soap.impl.dom.factory with parameters of type DocumentImpl | |
---|---|
DOMSOAPFactory(DocumentImpl doc)
|
Uses of DocumentImpl in org.apache.axiom.soap.impl.dom.soap11 |
---|
Constructors in org.apache.axiom.soap.impl.dom.soap11 with parameters of type DocumentImpl | |
---|---|
SOAP11Factory(DocumentImpl doc)
|
Uses of DocumentImpl in org.apache.axiom.soap.impl.dom.soap12 |
---|
Constructors in org.apache.axiom.soap.impl.dom.soap12 with parameters of type DocumentImpl | |
---|---|
SOAP12Factory(DocumentImpl doc)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |