|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||
java.lang.Objectorg.apache.tools.ant.types.EnumeratedAttribute
jp.hishidama.ant.types.htlex.HtmlEscapeEnum
public class HtmlEscapeEnum
HTMLエスケープ方法クラス.
HTMLエスケープの方法を管理するクラス。
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 |
| フィールドの詳細 |
|---|
public static final String BASE
public static final String DQ
public static final String SQ
public static final String ALL
| コンストラクタの詳細 |
|---|
public HtmlEscapeEnum()
public HtmlEscapeEnum(String s)
| メソッドの詳細 |
|---|
public String[] getValues()
org.apache.tools.ant.types.EnumeratedAttribute 内の getValuespublic boolean isDq()
public boolean isSq()
|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||