Class LeafNode

  • All Implemented Interfaces:
    org.apache.axiom.core.CoreChildNode, org.apache.axiom.core.CoreNode, org.apache.axiom.dom.DOMChildNode, org.apache.axiom.dom.DOMLeafNode, org.apache.axiom.dom.DOMNode, 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, Node
    Direct Known Subclasses:
    CommentImpl, DocumentTypeImpl, ProcessingInstructionImpl, TextNodeImpl

    public abstract class LeafNode
    extends ChildNode
    implements org.apache.axiom.dom.DOMLeafNode
    • Constructor Summary

      Constructors 
      Constructor Description
      LeafNode()  
    • 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.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
      • 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.om.OMNode

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

        build, close, isComplete, serialize
    • Constructor Detail

      • LeafNode

        public LeafNode()