Interface Node

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDebugText()
      Get a string representation of this node usable for debug logging or similar.
      java.lang.String getRenderableText()
      Build the node's representation for use in the resulting rendering.
      java.lang.String getText()
      Get the intrinsic text of this node.
    • Method Detail

      • getText

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

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

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