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

NameAtom を使用しているパッケージ
jp.hishidama.html.lexer.rule HtHtmlLexerルールパッケージ 
jp.hishidama.html.lexer.token HtHtmlLexerトークンパッケージ 
 

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

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

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

NameAtom を返す jp.hishidama.html.lexer.token のメソッド
 NameAtom NameAtom.clone()
           
 NameAtom NamedMarkup.getNameAtom()
          名前取得.
 NameAtom AttributeToken.getNameAtom()
          属性名取得.
 

NameAtom 型のパラメータを持つ jp.hishidama.html.lexer.token のメソッド
 void NamedMarkup.setName(NameAtom atom)
          名前設定.
 void AttributeToken.setName(NameAtom name)
          属性名設定.