クラス
jp.hishidama.html.lexer.token.AttributeToken の使用

AttributeToken を使用しているパッケージ
jp.hishidama.ant.types.htlex HtHtmlLexer用Ant独自データタイプ. 
jp.hishidama.ant.types.htlex.eval HtHtmlLexer用演算パッケージ. 
jp.hishidama.html.lexer.rule HtHtmlLexerルールパッケージ 
jp.hishidama.html.lexer.token HtHtmlLexerトークンパッケージ 
 

jp.hishidama.ant.types.htlex での AttributeToken の使用
 

AttributeToken 型の引数を持つ型を返す jp.hishidama.ant.types.htlex のメソッド
 List<AttributeToken> TagType.getTokenList()
          処理対象属性一覧取得.
 

AttributeToken 型のパラメータを持つ jp.hishidama.ant.types.htlex のメソッド
 boolean AttrRepType.convert(Tag tag, AttributeToken a)
           
 void AttrType.doSetProperty(AttributeToken a)
          プロパティー設定処理.
 boolean AttrType.matches(AttributeToken a)
          マッチング判断.
 

jp.hishidama.ant.types.htlex.eval での AttributeToken の使用
 

AttributeToken を返す jp.hishidama.ant.types.htlex.eval のメソッド
 AttributeToken HtLexerPropertyHelper.getAttributeToken()
          属性トークン取得.
 

AttributeToken 型のパラメータを持つ jp.hishidama.ant.types.htlex.eval のメソッド
 void HtLexerPropertyHelper.pushAttributeToken(AttributeToken a)
          属性トークン保持.
 

jp.hishidama.html.lexer.rule での AttributeToken の使用
 

AttributeToken を返す jp.hishidama.html.lexer.rule のメソッド
 AttributeToken AttrRule.parse()
           
 

jp.hishidama.html.lexer.token での AttributeToken の使用
 

AttributeToken を返す jp.hishidama.html.lexer.token のメソッド
 AttributeToken AttributeToken.clone()
           
 AttributeToken Tag.getAttribute(String name)
          属性取得.
 

AttributeToken 型の引数を持つ型を返す jp.hishidama.html.lexer.token のメソッド
 List<AttributeToken> XmlDeclare.getAttributeList()
          属性一覧取得.
 List<AttributeToken> Tag.getAttributeList()
          属性一覧取得.
 

AttributeToken 型のパラメータを持つ jp.hishidama.html.lexer.token のメソッド
 void XmlDeclare.addAttribute(AttributeToken attr)
          属性追加.
 void Tag.addAttribute(AttributeToken attr)
          属性追加.