Interface AuthorParentNode

All Superinterfaces:
AuthorNode
All Known Subinterfaces:
AuthorDocument, AuthorElement, AuthorElementBaseInterface, AuthorReferenceNode

@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface AuthorParentNode extends AuthorNode
An author parent node contains a list of children.
  • Method Details

    • getContentNodes

      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