Interface AuthorNodeRendererCustomizerContext

All Known Subinterfaces:
DITAMapNodeRendererCustomizerContext

@API(type=NOT_EXTENDABLE, src=PUBLIC) public interface AuthorNodeRendererCustomizerContext
Offers access to the current Author node (the one for which we are customizing the renderer).
Since:
20.1
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the current Author node, i.e.
  • Method Details

    • getAuthorNode

      AuthorNode getAuthorNode()
      Get the current Author node, i.e. the node for which we are customizing the rendering.
      Returns:
      the current Author node.