Class ElementImpl

  • All Implemented Interfaces:
    org.apache.axiom.core.CoreCharacterDataSinkNode, org.apache.axiom.core.CoreChildNode, org.apache.axiom.core.CoreElement, org.apache.axiom.core.CoreMixedContentContainer, org.apache.axiom.core.CoreNamedNode, org.apache.axiom.core.CoreNode, org.apache.axiom.core.CoreParentNode, org.apache.axiom.dom.DOMChildNode, org.apache.axiom.dom.DOMElement, org.apache.axiom.dom.DOMNamedNode, org.apache.axiom.dom.DOMNode, org.apache.axiom.dom.DOMParentNode, Element, Node, NodeList
    Direct Known Subclasses:
    NSAwareElement, NSUnawareElement

    public abstract class ElementImpl
    extends ParentNode
    implements org.apache.axiom.dom.DOMElement
    • Constructor Summary

      Constructors 
      Constructor Description
      ElementImpl()  
    • Method Summary

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

        coreAppendAttribute, coreGetAttribute, coreGetAttributesByType, coreGetFirstAttribute, coreGetLastAttribute, coreLookupNamespaceURI, coreLookupPrefix, corePromote, coreRemoveAttribute, coreSetAttribute, coreSetAttribute, getImplicitNamespaceURI, getImplicitPrefix, init, initSource, internalSetFirstAttribute
      • Methods inherited from interface org.apache.axiom.core.CoreMixedContentContainer

        coreGetCharacterData
      • Methods inherited from interface org.apache.axiom.core.CoreNamedNode

        initName
      • Methods inherited from interface org.apache.axiom.core.CoreNode

        coreClone, coreCreateNode, coreGetNodeClass, coreGetNodeFactory, coreGetNodeType, 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, serializeEndEvent, serializeStartEvent
      • Methods inherited from interface org.apache.axiom.dom.DOMChildNode

        getNextSibling, getParentNode, getPreviousSibling
      • Methods inherited from interface org.apache.axiom.dom.DOMElement

        getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getElementsByTagName, getElementsByTagNameNS, getNamespaceContext, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getSchemaTypeInfo, getTagName, getTextContent, hasAttribute, hasAttributeNS, hasAttributes, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setNodeValue, setTextContent
      • Methods inherited from interface org.apache.axiom.dom.DOMNamedNode

        internalGetName
      • Methods inherited from interface org.apache.axiom.dom.DOMNode

        cloneNode, compareDocumentPosition, getBaseURI, getFeature, getUserData, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, setUserData
      • Methods inherited from interface org.apache.axiom.dom.DOMParentNode

        appendChild, getChildNodes, getFirstChild, getLastChild, getLength, hasChildNodes, insertBefore, item, normalize, normalizeRecursively, removeChild, replaceChild
    • Constructor Detail

      • ElementImpl

        public ElementImpl()