Interface DOOMText
-
- All Superinterfaces:
org.apache.axiom.om.impl.intf.AxiomCharacterDataNode,org.apache.axiom.om.impl.intf.AxiomChildNode,org.apache.axiom.om.impl.intf.AxiomCoreLeafNode,org.apache.axiom.om.impl.intf.AxiomInformationItem,org.apache.axiom.om.impl.intf.AxiomLeafNode,org.apache.axiom.om.impl.intf.AxiomSerializable,org.apache.axiom.om.impl.intf.AxiomText,CharacterData,org.apache.axiom.core.CoreCharacterDataContainer,org.apache.axiom.core.CoreCharacterDataNode,org.apache.axiom.core.CoreCharacterDataSinkNode,org.apache.axiom.core.CoreCharacterDataSourceNode,org.apache.axiom.core.CoreChildNode,org.apache.axiom.core.CoreLeafNode,org.apache.axiom.core.CoreNode,org.apache.axiom.dom.DOMCharacterData,org.apache.axiom.dom.DOMChildNode,org.apache.axiom.dom.DOMLeafNode,org.apache.axiom.dom.DOMNode,org.apache.axiom.dom.DOMText,org.apache.axiom.dom.DOMTextNode,DOOMChildNode,DOOMLeafNode,DOOMNode,DOOMTextNode,Node,org.apache.axiom.om.OMInformationItem,org.apache.axiom.om.OMNode,org.apache.axiom.om.OMSerializable,org.apache.axiom.om.OMText,Text
public interface DOOMText extends DOOMTextNode, org.apache.axiom.dom.DOMText, org.apache.axiom.om.impl.intf.AxiomCharacterDataNode
-
-
Field Summary
-
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.AxiomInformationItem
getMetaFactory, getNodeFactory
-
Methods inherited from interface org.w3c.dom.CharacterData
appendData, deleteData, getData, getLength, insertData, replaceData, setData, substringData
-
Methods inherited from interface org.apache.axiom.core.CoreCharacterDataNode
coreGetCharacterData, coreIsIgnorable, coreSetCharacterData, coreSetIgnorable
-
Methods inherited from interface org.apache.axiom.core.CoreCharacterDataSinkNode
coreSetCharacterData
-
Methods inherited from interface org.apache.axiom.core.CoreChildNode
coreClone, coreDetach, coreDetach, coreGetNextSibling, coreGetNextSibling, coreGetNextSiblingIfAvailable, coreGetParent, coreGetParentElement, coreGetPreviousSibling, coreGetPreviousSibling, coreHasParent, coreInsertSiblingAfter, coreInsertSiblingBefore, coreInsertSiblingsBefore, coreReplaceWith, internalDetach, internalSetNextSibling, internalSetParent, internalSetPreviousSibling, internalUnsetParent
-
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.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.OMNode
buildWithAttachments, detach, discard, getNextOMSibling, getParent, getPreviousOMSibling, getType, insertSiblingAfter, insertSiblingBefore
-
Methods inherited from interface org.apache.axiom.om.OMSerializable
build, close, isComplete, serialize, serialize, serializeAndConsume
-
Methods inherited from interface org.apache.axiom.om.OMText
getContentID, getDataHandler, getNamespace, getText, getTextAsQName, getTextCharacters, isBinary, isCharacters, isOptimized, setBinary, setContentID, setOptimize
-
Methods inherited from interface org.w3c.dom.Text
getWholeText, isElementContentWhitespace, replaceWholeText, splitText
-
-