Class AbstractChildNode

    • Field Detail

      • parentNode

        protected org.w3c.dom.Node parentNode
        The parent node of this node.
      • previousSibling

        protected org.w3c.dom.Node previousSibling
        The previous sibling.
      • nextSibling

        protected org.w3c.dom.Node nextSibling
        Returns the next sibling.
    • Constructor Detail

      • AbstractChildNode

        public AbstractChildNode()