jp.hishidama.ant.types.htlex
クラス AttrDelType

java.lang.Object
  上位を拡張 org.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.AttrDelType
すべての実装されたインタフェース:
Cloneable

public class AttrDelType
extends AttrOpeType

HtHtmlLexerタグ属性削除タイプ.

HTMLファイル内のタグの属性の削除を行うデータタイプ。

導入されたバージョン:
2009.01.23
バージョン:
2009.02.01
作成者:
ひしだま

コンストラクタの概要
AttrDelType()
           
 
メソッドの概要
 
クラス jp.hishidama.ant.types.htlex.AttrOpeType から継承されたメソッド
convert, validate
 
クラス 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
 

コンストラクタの詳細

AttrDelType

public AttrDelType()