Interface Node

    • Method Detail

      • getText

        String getText()
        Get the intrinsic text of this node.
        Returns:
        The node's text.
      • getDebugText

        String getDebugText()
        Get a string representation of this node usable for debug logging or similar.
        Returns:
        The node's debugging text.
      • getRenderableText

        String getRenderableText()
        Build the node's representation for use in the resulting rendering.
        Returns:
        The text for use in the translated output.