|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||
java.lang.Objectjp.hishidama.html.lexer.rule.HtLexerRule
jp.hishidama.html.lexer.rule.MarkupRule
jp.hishidama.html.lexer.rule.TagRule
public class TagRule
HtHtmlLexerルール(タグ).
タグ(<tag〜>や</tag>)の解釈を行う。
| メソッドの概要 | |
|---|---|
boolean |
isStart(jp.hishidama.html.lexer.rule.HtLexerRule.Chars cs)
タグ開始判断. |
Tag |
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 Tag parse()
throws IOException
MarkupRule 内の parseIOException
ClassCastExceptionMarkupRule
|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||