|
|||||||||||
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 | |
ParentNode(DocumentImpl ownerDocument,
OMFactory factory)
|
|
CharacterImpl(DocumentImpl ownerNode,
OMFactory factory)
|
|
CharacterImpl(DocumentImpl ownerNode,
java.lang.String value,
OMFactory factory)
|
|
NodeImpl(DocumentImpl ownerDocument,
OMFactory factory)
|
|
AttrImpl(DocumentImpl ownerDocument,
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)
|
|
AttrImpl(DocumentImpl ownerDocument,
java.lang.String name,
OMFactory factory)
|
|
AttrImpl(DocumentImpl ownerDocument,
java.lang.String localName,
OMNamespace namespace,
OMFactory factory)
|
|
DocumentImpl(DocumentImpl ownerDocument,
OMFactory factory)
|
|
CommentImpl(DocumentImpl ownerNode,
OMFactory factory)
|
|
CommentImpl(DocumentImpl ownerNode,
java.lang.String value,
OMFactory factory)
|
|
ChildNode(DocumentImpl ownerDocument,
OMFactory factory)
|
|
ElementImpl(DocumentImpl ownerDocument,
java.lang.String tagName,
OMFactory factory)
|
|
ElementImpl(DocumentImpl ownerDocument,
java.lang.String tagName,
NamespaceImpl ns,
OMFactory factory)
Creates a new element with the namespace. |
|
ElementImpl(DocumentImpl ownerDocument,
java.lang.String tagName,
NamespaceImpl ns,
OMXMLParserWrapper builder,
OMFactory factory)
|
|
DocumentFragmentimpl(DocumentImpl ownerDocument,
OMFactory factory)
|
|
TextImpl(DocumentImpl ownerNode,
java.lang.Object dataHandler,
boolean optimize,
OMFactory factory)
|
|
TextImpl(DocumentImpl ownerNode,
OMFactory factory)
|
|
TextImpl(DocumentImpl ownerNode,
java.lang.String value,
OMFactory factory)
|
|
TextImpl(DocumentImpl ownerNode,
java.lang.String value,
java.lang.String mimeType,
boolean optimize,
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 doc,
java.lang.String localName,
OMNamespace ns,
SOAPFactory factory)
|
|
SOAPElement(DocumentImpl ownerDocument,
java.lang.String tagName,
NamespaceImpl ns,
OMXMLParserWrapper builder,
SOAPFactory factory)
|
|
SOAPEnvelopeImpl(DocumentImpl doc,
OMXMLParserWrapper builder,
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 |