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

java.lang.Object
  上位を拡張 org.apache.tools.ant.types.EnumeratedAttribute
      上位を拡張 jp.hishidama.ant.types.htlex.HtmlEscapeEnum

public class HtmlEscapeEnum
extends org.apache.tools.ant.types.EnumeratedAttribute

HTMLエスケープ方法クラス.

HTMLエスケープの方法を管理するクラス。

導入されたバージョン:
2009.01.25
バージョン:
2009.02.01
作成者:
ひしだま
関連項目:
HtmlEscape

フィールドの概要
static String ALL
          "all":全て
static String BASE
          "base":基本
static String DQ
          "dq":基本+ダブルクォーテーション
static String SQ
          "sq":基本+シングルクォーテーション
 
コンストラクタの概要
HtmlEscapeEnum()
           
HtmlEscapeEnum(String s)
           
 
メソッドの概要
 String[] getValues()
           
 boolean isDq()
           
 boolean isSq()
           
 
クラス org.apache.tools.ant.types.EnumeratedAttribute から継承されたメソッド
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

BASE

public static final String BASE
"base":基本

関連項目:
定数フィールド値

DQ

public static final String DQ
"dq":基本+ダブルクォーテーション

関連項目:
定数フィールド値

SQ

public static final String SQ
"sq":基本+シングルクォーテーション

関連項目:
定数フィールド値

ALL

public static final String ALL
"all":全て

関連項目:
定数フィールド値
コンストラクタの詳細

HtmlEscapeEnum

public HtmlEscapeEnum()

HtmlEscapeEnum

public HtmlEscapeEnum(String s)
メソッドの詳細

getValues

public String[] getValues()
定義:
クラス org.apache.tools.ant.types.EnumeratedAttribute 内の getValues

isDq

public boolean isDq()
戻り値:
ダブルクォーテーションを変換する場合、true

isSq

public boolean isSq()
戻り値:
シングルクォーテーションを変換する場合、true