返回介绍

TokenIterator

发布于 2019-12-03 22:57:33 字数 3775 浏览 984 评论 0 收藏 0

This class provides an essay way to treat the document as a stream of tokens, and provides methods to iterate over these tokens.

Constructors

Creates a new token iterator object. The initial token index is set to the provided row and column coordinates.

sessionEditSessionRequired. The session to associate with
initialRowNumberRequired. The row to start the tokenizing at
initialColumnNumberRequired. The column to start the tokenizing at

Methods

  • TokenIterator.getCurrentToken()
  • 返回值: String

Returns the current tokenized string.

  • TokenIterator.getCurrentTokenColumn()
  • 返回值: Number

Returns the current column.

  • TokenIterator.getCurrentTokenRow()
  • 返回值: Number

Returns the current row.

  • TokenIterator.stepBackward()
  • 返回值: String

Tokenizes all the items from the current point to the row prior in the document.

  • TokenIterator.stepForward()
  • 返回值: String

Tokenizes all the items from the current point until the next row in the document. If the current point is at the end of the file, this function returns null. Otherwise, it returns the tokenized string.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文