|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||
java.lang.Objectjp.hishidama.html.lexer.token.Token
jp.hishidama.html.lexer.token.AtomToken
public class AtomToken
HtHtmlLexerトークン(原子).
HtHtmlLexerトークンのうち、内部構造を持たないトークン。
ListToken| メソッドの概要 | |
|---|---|
AtomToken |
clone()
|
int |
getTextLength()
文字列長取得. |
void |
writeTo(StringBuilder sb)
文字列出力. |
void |
writeTo(Writer w)
文字列出力. |
| クラス jp.hishidama.html.lexer.token.Token から継承されたメソッド |
|---|
calcLine, getLine, getText |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| メソッドの詳細 |
|---|
public AtomToken clone()
throws CloneNotSupportedException
Token 内の cloneCloneNotSupportedExceptionpublic int getTextLength()
Token の記述:
Token 内の getTextLengthpublic void writeTo(StringBuilder sb)
Token の記述:保持しているトークンを文字列にして出力する。
Token 内の writeTosb - 出力先バッファー
public void writeTo(Writer w)
throws IOException
Token の記述:保持しているトークンを文字列にしてWriterに出力する。
Token 内の writeTow - Writer
IOException
|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||