Interface DOOMDocument
-
- All Superinterfaces:
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.core.CoreDocument,org.apache.axiom.core.CoreNode,org.apache.axiom.core.CoreParentNode,Document,org.apache.axiom.dom.DOMDocument,org.apache.axiom.dom.DOMNode,org.apache.axiom.dom.DOMParentNode,org.apache.axiom.dom.DOMRootNode,DOOMNode,DOOMParentNode,Node,NodeList,org.apache.axiom.om.OMContainer,org.apache.axiom.om.OMDocument,org.apache.axiom.om.OMInformationItem,org.apache.axiom.om.OMSerializable
- All Known Subinterfaces:
DOOMSOAPMessage
public interface DOOMDocument extends DOOMParentNode, 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
-
-
Method Summary
-
Methods inherited from interface org.apache.axiom.om.impl.intf.AxiomContainer
checkChild, defaultGetXMLStreamReader, getContextElement, prepareNewChild
-
Methods inherited from interface org.apache.axiom.om.impl.intf.AxiomInformationItem
getMetaFactory, getNodeFactory
-
Methods inherited from interface org.apache.axiom.core.CoreDocument
coreGetDocumentElement, coreGetInputEncoding, coreGetStandalone, coreGetXmlEncoding, coreGetXmlVersion, coreSetInputEncoding, coreSetStandalone, coreSetXmlEncoding, coreSetXmlVersion
-
Methods inherited from interface org.apache.axiom.core.CoreNode
cloneChildrenIfNecessary, coreClone, coreGetNodeClass, coreGetNodeFactory, coreGetNodeType, coreGetOwnerDocument, coreHasSameOwnerDocument, coreSetOwnerDocument, getRootOrOwnerDocument, init, initAncillaryData, internalClone, internalGetFlag, internalGetFlags, internalSerialize, internalSetFlag, internalSetFlags
-
Methods inherited from interface org.apache.axiom.core.CoreParentNode
coreAppendChild, coreAppendChildren, coreBuild, coreDiscard, coreGetBuilder, coreGetElements, coreGetFirstChild, coreGetFirstChild, coreGetFirstChildIfAvailable, coreGetInputContext, coreGetLastChild, coreGetLastChild, coreGetNodes, coreGetReader, coreMoveChildrenFrom, coreRemoveChildren, coreSetCharacterData, coreSetInputContext, coreSetState, forceExpand, getState, internalAppendChildWithoutBuild, internalBuildNext, internalCheckNewChild, internalGetCharacterData, internalGetContent, internalGetContent, internalSetContent, isExpanded, serializeEndEvent, serializeStartEvent
-
Methods inherited from interface org.w3c.dom.Document
adoptNode, createAttribute, createAttributeNS, createCDATASection, createComment, createDocumentFragment, createElement, createElementNS, createEntityReference, createProcessingInstruction, createTextNode, getDoctype, getDocumentElement, getDocumentURI, getDomConfig, getElementById, getElementsByTagName, getElementsByTagNameNS, getImplementation, getInputEncoding, getStrictErrorChecking, getXmlEncoding, getXmlStandalone, getXmlVersion, importNode, normalizeDocument, renameNode, setDocumentURI, setStrictErrorChecking, setXmlStandalone, setXmlVersion
-
Methods inherited from interface org.apache.axiom.dom.DOMNode
getDOMNodeFactory, getNamespaceContext, normalizeRecursively
-
Methods inherited from interface org.w3c.dom.Node
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData
-
Methods inherited from interface org.apache.axiom.om.OMContainer
addChild, getBuilder, getChildren, getChildrenWithLocalName, getChildrenWithName, getChildrenWithNamespaceURI, getFirstChildWithName, getFirstOMChild, getSAXResult, getSAXSource, getXMLStreamReader, getXMLStreamReader, getXMLStreamReader, getXMLStreamReaderWithoutCaching, getXOPEncodedStreamReader, removeChildren, serialize, serialize, serialize, serialize, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume
-
-