jp.hishidama.html.lexer.rule
クラス MarkupRule

java.lang.Object
  上位を拡張 jp.hishidama.html.lexer.rule.HtLexerRule
      上位を拡張 jp.hishidama.html.lexer.rule.MarkupRule
直系の既知のサブクラス:
CDataRule, CommentRule, MarkDeclRule, TagRule, XmlDeclRule

public class MarkupRule
extends HtLexerRule

HtHtmlLexerルール(マークアップ).

マークアップ(タグや宣言・コメント等)の解釈を行う。

導入されたバージョン:
2009.01.10
作成者:
ひしだま

メソッドの概要
 Markup parse()
          ルールに従った解釈を行う。
 
クラス jp.hishidama.html.lexer.rule.HtLexerRule から継承されたメソッド
skipSpace
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

parse

public Markup parse()
             throws IOException
クラス HtLexerRule の記述:
ルールに従った解釈を行う。

定義:
クラス HtLexerRule 内の parse
戻り値:
トークン
例外:
IOException