Class OMNodeImpl

  • All Implemented Interfaces:
    org.apache.axiom.core.CoreChildNode, org.apache.axiom.core.CoreNode, org.apache.axiom.om.impl.intf.AxiomChildNode, org.apache.axiom.om.impl.intf.AxiomInformationItem, org.apache.axiom.om.impl.intf.AxiomSerializable, org.apache.axiom.om.OMInformationItem, org.apache.axiom.om.OMNode, org.apache.axiom.om.OMSerializable
    Direct Known Subclasses:
    OMElementImpl, OMLeafNode

    public abstract class OMNodeImpl
    extends OMSerializableImpl
    implements org.apache.axiom.om.impl.intf.AxiomChildNode
    Class OMNodeImpl
    • Field Summary

      • Fields inherited from interface org.apache.axiom.om.OMNode

        CDATA_SECTION_NODE, COMMENT_NODE, DTD_NODE, ELEMENT_NODE, ENTITY_REFERENCE_NODE, PI_NODE, SPACE_NODE, TEXT_NODE
    • Constructor Summary

      Constructors 
      Constructor Description
      OMNodeImpl()  
    • Method Summary

      • 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.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.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

        cloneChildrenIfNecessary, coreClone, coreCreateNode, coreGetNodeClass, coreGetNodeFactory, coreGetNodeType, coreGetOwnerDocument, coreHasSameOwnerDocument, init, initAncillaryData, internalClone, internalGetFlag, internalGetFlags, internalSerialize, internalSetFlag, internalSetFlags, shallowClone, updateFiliation
      • Methods inherited from interface org.apache.axiom.om.OMNode

        buildWithAttachments, discard, getType
      • Methods inherited from interface org.apache.axiom.om.OMSerializable

        build, close, isComplete, serialize
    • Constructor Detail

      • OMNodeImpl

        public OMNodeImpl()