Interface AuthorParentNode

    • Method Detail

      • getContentNodes

        java.util.List<AuthorNode> getContentNodes()
        Returns the list with all children of this element.
        Returns:
        The list that contains all children of this node without text nodes. Warning: Used to iterate a node's children. Do not modify. Never null.
      • getParentElement

        AuthorElementBaseInterface getParentElement()
        Get the parent element of the node. Skips nodes which should be considered as transparent when matching the CSS selectors like reference nodes.
        Returns:
        The parent element, or null.
        Since:
        13.2