|
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.opengion.plugin.table.JspTakeoutEntity
public class JspTakeoutEntity
取り出したJSPのタグ情報
| コンストラクタの概要 | |
|---|---|
JspTakeoutEntity()
|
|
| メソッドの概要 | |
|---|---|
void |
addChild(ArrayList<JspTakeoutEntity> child)
下位のタグを追加 |
ArrayList<JspTakeoutEntity> |
getChild()
下位のタグを全て取得。 |
String |
getElement(String key)
要素をキーを指定して取得 |
HashMap<String,String> |
getElements()
要素を取得 |
String |
getName()
タグの名称を取得 |
String |
getText()
テキストを取得 |
void |
setElements(HashMap<String,String> elements)
要素を設定 |
void |
setName(String name)
タグの名称を設定 |
void |
setText(String text)
テキストを設定 |
String |
toString()
全ての内容を文字列課 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public JspTakeoutEntity()
| メソッドの詳細 |
|---|
public void setName(String name)
name - public String getName()
public void setText(String text)
text - public String getText()
public void setElements(HashMap<String,String> elements)
elements - public HashMap<String,String> getElements()
public String getElement(String key)
key -
public void addChild(ArrayList<JspTakeoutEntity> child)
child - public ArrayList<JspTakeoutEntity> getChild()
public String toString()
Object 内の toString
|
openGion 5.1.6.0 | ||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||