|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectcom.solesuite.team.xpriori.querytree.QueryTree
public class QueryTree
クエリツリークラス XML DB内の構造を表現する
フィールドの概要 | |
---|---|
java.util.List |
children
子供のList |
メソッドの概要 | |
---|---|
static QueryTree |
getQueryTree(XprioriCommunicator comm,
java.lang.String xpath)
クエリツリー取得関数 |
static void |
main(java.lang.String[] args)
getQueryTreeデバッグ用メイン |
クラス java.lang.Object から継承されたメソッド |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public java.util.List children
メソッドの詳細 |
---|
public static QueryTree getQueryTree(XprioriCommunicator comm, java.lang.String xpath)
comm
- XPriori通信オブジェクトxpath
- XPath
public static void main(java.lang.String[] args)
args
-
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |