|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.types.DataType
jp.hishidama.ant.types.htlex.AttrType
jp.hishidama.ant.types.htlex.AttrOpeType
jp.hishidama.ant.types.htlex.AttrNewType
public class AttrNewType
HtHtmlLexerタグ属性変換タイプ.
HTMLファイル内のタグの属性の変換を行うデータタイプ。
| コンストラクタの概要 | |
|---|---|
AttrNewType()
|
|
| メソッドの概要 | |
|---|---|
void |
setNewLet(String s)
変換代入記号設定. |
void |
setNewName(String name)
変換名前設定. |
void |
setNewNameCase(CaseEnum c)
名前ケース変換設定. |
void |
setNewNameOperation(StringOpeEnum ope)
名前置換方法設定. |
void |
setNewQuote(String s)
変換クォーテーション設定. |
void |
setNewValue(String s)
変換属性値設定. |
void |
setNewValueCase(CaseEnum c)
属性値ケース変換設定. |
void |
setNewValueHtmlEscape(HtmlEscapeEnum esc)
属性値HTMLエスケープ設定. |
void |
setNewValueOperation(StringOpeEnum ope)
属性値置換方法設定. |
void |
validate()
精査実行. |
| クラス jp.hishidama.ant.types.htlex.AttrOpeType から継承されたメソッド |
|---|
convert |
| クラス jp.hishidama.ant.types.htlex.AttrType から継承されたメソッド |
|---|
addConfiguredParam, doSetProperty, initHtLexerConverter, matches, setIf, setLet, setName, setNameMatch, setPropertyName, setQuote, setValue, setValueMatch |
| クラス org.apache.tools.ant.types.DataType から継承されたメソッド |
|---|
clone, getRefid, invokeCircularReferenceCheck, isReference, setRefid, toString |
| クラス org.apache.tools.ant.ProjectComponent から継承されたメソッド |
|---|
getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public AttrNewType()
| メソッドの詳細 |
|---|
public void setNewName(String name)
name - 属性名public void setNewNameOperation(StringOpeEnum ope)
ope - 置換方法public void setNewNameCase(CaseEnum c)
c - 変換方法public void setNewLet(String s)
s - 代入記号public void setNewValue(String s)
s - 属性値public void setNewValueOperation(StringOpeEnum ope)
ope - 置換方法public void setNewValueCase(CaseEnum c)
c - 変換方法public void setNewValueHtmlEscape(HtmlEscapeEnum esc)
esc - エスケープ方法public void setNewQuote(String s)
s - クォーテーション
public void validate()
throws org.apache.tools.ant.BuildException
AttrOpeType の記述:
AttrOpeType 内の validateorg.apache.tools.ant.BuildException - 精査エラー時
|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||