接口 Node

    • 方法详细资料

      • getText

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

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

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