|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.types.DataType
jp.hishidama.ant.types.htlex.AttrType
jp.hishidama.ant.types.htlex.AttrCondType
public class AttrCondType
HtHtmlLexerタグ属性タイプ.
HTMLファイル内のタグの属性の条件判断を行うデータタイプ。
| コンストラクタの概要 | |
|---|---|
AttrCondType()
|
|
| メソッドの概要 | |
|---|---|
boolean |
eval()
条件判断実行. |
void |
validate(TagType tag)
精査実行. |
| クラス 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 AttrCondType()
| メソッドの詳細 |
|---|
public void validate(TagType tag)
throws org.apache.tools.ant.BuildException
tag - タグタイプ
org.apache.tools.ant.BuildException - 精査エラー時public boolean eval()
org.apache.tools.ant.taskdefs.condition.Condition 内の eval
|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||