|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||
java.lang.Objectjp.hishidama.html.lexer.rule.HtLexerRule
jp.hishidama.html.lexer.rule.MarkupRule
jp.hishidama.html.lexer.rule.CommentRule
public class CommentRule
HtHtmlLexerルール(コメント).
マークアップ(タグや宣言・コメント等)の解釈を行う。
| メソッドの概要 | |
|---|---|
boolean |
isStart(jp.hishidama.html.lexer.rule.HtLexerRule.Chars cs)
コメント開始判断. |
Comment |
parse()
推奨されていません。 解釈対象がコメント以外の場合に例外が発生する。 |
| クラス jp.hishidama.html.lexer.rule.HtLexerRule から継承されたメソッド |
|---|
skipSpace |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| メソッドの詳細 |
|---|
public boolean isStart(jp.hishidama.html.lexer.rule.HtLexerRule.Chars cs)
throws IOException
cs - 文字列
IOException
@Deprecated
public Comment parse()
throws IOException
MarkupRule 内の parseIOException
ClassCastExceptionMarkupRule
|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||