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

java.lang.Object
  上位を拡張 jp.hishidama.html.lexer.rule.HtLexerRule
      上位を拡張 jp.hishidama.html.lexer.rule.AttrRule

public class AttrRule
extends HtLexerRule

HtHtmlLexerルール(属性).

属性(属性名=属性値)の解釈を行う。

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

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

メソッドの詳細

parse

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

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