public interface DDBean| 修飾子と型 | メソッドと説明 |
|---|---|
void | addXpathListener(StringSE xpath, XpathListener xpl) 特定の XPath のリスナーを登録します。 |
StringSE[] | getAttributeNames()XML 要素に関連付けられた属性名のリストを返します。 |
StringSE | getAttributeValue(StringSE attrName) 名前付き属性の文字列値を返します。 |
DDBean[] | getChildBean(StringSE xpath)XPath に基づいて DDBean のリストを返します。 |
StringSE | getId() デプロイ記述子の要素の属性 ID のツール固有の参照を返します。 |
DDBeanRoot | getRoot() この DDBean のルート要素を返します。 |
StringSE | getText() この Bean による XML テキストを返します。 |
StringSE[] | getText(StringSE xpath) デプロイ記述子で指定された XPath のテキスト値のリストを返します。 |
StringSE | getXpath()DConfigBean によって提供された元の xpath 文字列を返します。 |
void | removeXpathListener(StringSE xpath, XpathListener xpl) 特定の XPath のリスナーを登録解除します。 |
StringSE getXpath()
StringSE getText()
StringSE getId()
DDBeanRoot getRoot()
DDBean[] getChildBean(StringSE xpath)
xpath - この標準 Bean と同じデプロイ記述子内の場所を参照する XPath 文字列。StringSE[] getText(StringSE xpath)
xpath - XPath。void addXpathListener(StringSE xpath, XpathListener xpl)
xpath - このリスナーが登録される XPath。xpl - リスナーオブジェクト。void removeXpathListener(StringSE xpath, XpathListener xpl)
xpath - このリスナーを登録解除する XPath。xpl - リスナーオブジェクト。StringSE[] getAttributeNames()
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.