Package org.apache.axiom.om.impl.dom
Class DocumentImpl
- java.lang.Object
-
- org.apache.axiom.om.impl.dom.NodeImpl
-
- org.apache.axiom.om.impl.dom.ParentNode
-
- org.apache.axiom.om.impl.dom.DocumentImpl
-
- All Implemented Interfaces:
org.apache.axiom.core.CoreDocument,org.apache.axiom.core.CoreNode,org.apache.axiom.core.CoreParentNode,org.apache.axiom.dom.DOMDocument,org.apache.axiom.dom.DOMNode,org.apache.axiom.dom.DOMParentNode,org.apache.axiom.dom.DOMRootNode,org.apache.axiom.om.impl.intf.AxiomContainer,org.apache.axiom.om.impl.intf.AxiomCoreParentNode,org.apache.axiom.om.impl.intf.AxiomDocument,org.apache.axiom.om.impl.intf.AxiomInformationItem,org.apache.axiom.om.impl.intf.AxiomSerializable,org.apache.axiom.om.OMContainer,org.apache.axiom.om.OMDocument,org.apache.axiom.om.OMInformationItem,org.apache.axiom.om.OMSerializable,Document,Node,NodeList
- Direct Known Subclasses:
SOAPMessageImpl
public class DocumentImpl extends ParentNode implements org.apache.axiom.dom.DOMDocument, org.apache.axiom.om.impl.intf.AxiomDocument
-
-
Field Summary
-
Fields inherited from interface org.apache.axiom.core.CoreParentNode
ATTRIBUTES_PENDING, COMPACT, COMPLETE, DISCARDED, DISCARDING, INCOMPLETE
-
Fields inherited from interface org.w3c.dom.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
-
-
Constructor Summary
Constructors Constructor Description DocumentImpl()
-
Method Summary
-
Methods inherited from class org.apache.axiom.om.impl.dom.NodeImpl
coreGetNodeFactory, getMetaFactory
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.axiom.om.impl.intf.AxiomContainer
addChild, close, defaultGetXMLStreamReader, getBuilder, getChildren, getChildrenWithLocalName, getChildrenWithName, getChildrenWithNamespaceURI, getFirstChildWithName, getFirstOMChild, getSAXResult, getSAXSource, getXMLStreamReader, getXMLStreamReader, getXMLStreamReader, getXMLStreamReaderWithoutCaching, getXOPEncodedStreamReader, prepareNewChild, removeChildren, serialize, serialize, serialize, serialize, serialize, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume
-
Methods inherited from interface org.apache.axiom.om.impl.intf.AxiomCoreParentNode
build, isComplete
-
Methods inherited from interface org.apache.axiom.om.impl.intf.AxiomDocument
checkChild, checkDocumentElement, getCharsetEncoding, getContextElement, getDescendants, getOMDocumentElement, getXMLEncoding, getXMLVersion, isStandalone, setCharsetEncoding, setOMDocumentElement, setStandalone, setXMLEncoding, setXMLVersion
-
Methods inherited from interface org.apache.axiom.om.impl.intf.AxiomInformationItem
clone, getMetaFactory, getOMFactory
-
Methods inherited from interface org.apache.axiom.om.impl.intf.AxiomSerializable
serialize, serializeAndConsume
-
Methods inherited from interface org.apache.axiom.core.CoreDocument
coreGetDocumentElement, coreGetInputEncoding, coreGetNodeType, coreGetStandalone, coreGetXmlEncoding, coreGetXmlVersion, coreSetInputEncoding, coreSetOwnerDocument, coreSetStandalone, coreSetXmlEncoding, coreSetXmlVersion, getRootOrOwnerDocument, init, serializeEndEvent, serializeStartEvent
-
Methods inherited from interface org.apache.axiom.core.CoreNode
coreClone, coreCreateNode, coreGetNodeClass, coreGetNodeFactory, coreGetOwnerDocument, coreHasSameOwnerDocument, initAncillaryData, internalClone, internalGetFlag, internalGetFlags, internalSetFlag, internalSetFlags, shallowClone, updateFiliation
-
Methods inherited from interface org.apache.axiom.core.CoreParentNode
cloneChildrenIfNecessary, completed, coreAppendChild, coreAppendChildren, coreBuild, coreDiscard, coreGetBuilder, coreGetElements, coreGetFirstChild, coreGetFirstChild, coreGetFirstChildIfAvailable, coreGetInputContext, coreGetLastChild, coreGetLastChild, coreGetLastKnownChild, coreGetNodes, coreGetReader, coreMoveChildrenFrom, coreRemoveChildren, coreSetCharacterData, coreSetInputContext, coreSetState, forceExpand, getState, internalAppendChildWithoutBuild, internalBuildNext, internalCheckNewChild, internalGetCharacterData, internalGetContent, internalGetContent, internalSerialize, internalSetContent, isExpanded
-
Methods inherited from interface org.apache.axiom.dom.DOMDocument
adoptNode, createAttribute, createAttributeNS, createCDATASection, createComment, createDocumentFragment, createElement, createElementNS, createEntityReference, createProcessingInstruction, createTextNode, getAttributes, getDoctype, getDocumentElement, getDocumentURI, getDomConfig, getElementById, getElementsByTagName, getElementsByTagNameNS, getImplementation, getInputEncoding, getLocalName, getNamespaceContext, getNamespaceURI, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getPrefix, getStrictErrorChecking, getTextContent, getXmlEncoding, getXmlStandalone, getXmlVersion, hasAttributes, importNode, normalize, normalizeDocument, renameNode, setDocumentURI, setNodeValue, setPrefix, setStrictErrorChecking, setTextContent, setXmlStandalone, setXmlVersion
-
Methods inherited from interface org.apache.axiom.dom.DOMNode
cloneNode, compareDocumentPosition, getBaseURI, getFeature, getUserData, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, setUserData
-
-