|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||
java.lang.Objectjp.hishidama.html.lexer.token.Token
jp.hishidama.html.lexer.token.ListToken
jp.hishidama.html.lexer.token.Markup
jp.hishidama.html.lexer.token.Comment
public class Comment
HtHtmlLexerトークン(コメント).
コメント(<!--〜-->)を保持するトークン。
| コンストラクタの概要 | |
|---|---|
Comment()
コンストラクター. |
|
| メソッドの概要 | |
|---|---|
Comment |
clone()
|
String |
getComment()
コメント取得. |
TextToken |
getCommentToken()
コメント取得. |
String |
getTag2()
タグ閉じ取得. |
AtomToken |
getTag2Atom()
タグ閉じ取得. |
void |
setComment(TextToken text)
コメント設定. |
void |
setTag2(StringBuilder sb)
タグ閉じ設定. |
| クラス jp.hishidama.html.lexer.token.Markup から継承されたメソッド |
|---|
addSkip, getTag1, getTag1Atom, setTag1 |
| クラス jp.hishidama.html.lexer.token.ListToken から継承されたメソッド |
|---|
add, add, calcLine, cut, cut, cutWithPreSkip, get, getLast, getTextLength, iterator, remove, set, size, writeTo, writeTo |
| クラス jp.hishidama.html.lexer.token.Token から継承されたメソッド |
|---|
getLine, getText |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public Comment()
| メソッドの詳細 |
|---|
public Comment clone()
throws CloneNotSupportedException
Markup 内の cloneCloneNotSupportedExceptionpublic void setComment(TextToken text)
text - コメントpublic String getComment()
public TextToken getCommentToken()
public void setTag2(StringBuilder sb)
Markup の記述:
Markup 内の setTag2sb - TAGCpublic String getTag2()
Markup の記述:
Markup 内の getTag2public AtomToken getTag2Atom()
Markup の記述:
Markup 内の getTag2Atom
|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||