Package org.apache.axiom.om.impl.dom
Class CDATASectionImpl
- java.lang.Object
-
- org.apache.axiom.om.impl.dom.NodeImpl
-
- org.apache.axiom.om.impl.dom.ChildNode
-
- org.apache.axiom.om.impl.dom.LeafNode
-
- org.apache.axiom.om.impl.dom.TextNodeImpl
-
- org.apache.axiom.om.impl.dom.CDATASectionImpl
-
- All Implemented Interfaces:
org.apache.axiom.core.CoreCDATASection,org.apache.axiom.core.CoreCharacterDataContainer,org.apache.axiom.core.CoreCharacterDataContainingParentNode,org.apache.axiom.core.CoreCharacterDataSinkNode,org.apache.axiom.core.CoreCharacterDataSourceNode,org.apache.axiom.core.CoreChildNode,org.apache.axiom.core.CoreNode,org.apache.axiom.core.CoreParentNode,org.apache.axiom.dom.DOMCDATASection,org.apache.axiom.dom.DOMCharacterData,org.apache.axiom.dom.DOMChildNode,org.apache.axiom.dom.DOMLeafNode,org.apache.axiom.dom.DOMNode,org.apache.axiom.dom.DOMTextNode,org.apache.axiom.om.impl.intf.AxiomCDATASection,org.apache.axiom.om.impl.intf.AxiomChildNode,org.apache.axiom.om.impl.intf.AxiomCoreParentNode,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,org.apache.axiom.om.OMInformationItem,org.apache.axiom.om.OMNode,org.apache.axiom.om.OMSerializable,org.apache.axiom.om.OMText,CDATASection,CharacterData,Node,Text
public class CDATASectionImpl extends TextNodeImpl implements org.apache.axiom.dom.DOMCDATASection, org.apache.axiom.om.impl.intf.AxiomCDATASection
-
-
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 CDATASectionImpl()
-
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.AxiomChildNode
detach, getNextOMSibling, getParent, getPreviousOMSibling, insertSiblingAfter, insertSiblingBefore
-
Methods inherited from interface org.apache.axiom.om.impl.intf.AxiomCoreParentNode
build, isComplete
-
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.om.impl.intf.AxiomText
buildWithAttachments, getContentID, getDataHandler, getNamespace, getText, getTextAsQName, getTextCharacters, isBinary, isCharacters, isOptimized, setBinary, setContentID, setOptimize
-
Methods inherited from interface org.apache.axiom.core.CoreCDATASection
coreGetNodeType, init, serializeEndEvent, serializeStartEvent
-
Methods inherited from interface org.apache.axiom.core.CoreCharacterDataContainingParentNode
coreGetCharacterData
-
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, coreSetOwnerDocument, getRootOrOwnerDocument, internalDetach, internalSetNextSibling, internalSetParent, internalSetPreviousSibling, internalUnsetParent
-
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.DOMCDATASection
getNodeName, getNodeType, isElementContentWhitespace
-
Methods inherited from interface org.apache.axiom.dom.DOMCharacterData
appendData, deleteData, getData, getLength, getNodeValue, insertData, replaceData, setData, setNodeValue, substringData
-
Methods inherited from interface org.apache.axiom.dom.DOMChildNode
getNextSibling, getParentNode, getPreviousSibling
-
Methods inherited from interface org.apache.axiom.dom.DOMLeafNode
appendChild, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceContext, getNamespaceURI, getOwnerDocument, getPrefix, getTextContent, hasAttributes, hasChildNodes, insertBefore, normalizeRecursively, removeChild, replaceChild, setPrefix, setTextContent
-
-