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

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

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

TextToken 型のパラメータを持つ jp.hishidama.ant.types.htlex のメソッド
 boolean TextType.convert(TextToken token, HtElement he)
          テキスト変換実行.
 boolean FileCondType.convertText(TextToken text, HtElement he)
          テキスト変換.
 boolean TextType.TextEnum.isType(TextToken token)
          テキスト種類判断.
 

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

TextToken を返す jp.hishidama.html.lexer.rule のメソッド
 TextToken TextRule.parse()
           
 TextToken HtLexer.parseText()
          テキスト解釈.
 

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

jp.hishidama.html.lexer.token での TextToken のサブクラス
 class ScriptToken
          HtHtmlLexerトークン(スクリプトテキスト).
 class SkipToken
          HtHtmlLexerトークン(区切り文字).
 

TextToken を返す jp.hishidama.html.lexer.token のメソッド
 TextToken TextToken.clone()
           
 TextToken Comment.getCommentToken()
          コメント取得.
 TextToken CData.getDataToken()
          テキスト取得.
 TextToken ValueToken.getValueToken()
          値取得.
 

TextToken 型のパラメータを持つ jp.hishidama.html.lexer.token のメソッド
 void Comment.setComment(TextToken text)
          コメント設定.
 void CData.setData(TextToken text)
          テキスト設定.
 void TextToken.setText(TextToken text)
          文字列設定.
 void ValueToken.setValue(TextToken text)
          値設定.