クラス
jp.morpho.config.Node の使用

Node を使用しているパッケージ
jp.morpho.config このパッケージは、配備記述子の読み込みとオブジェクトを形成するために提供されます。 
 

jp.morpho.config での Node の使用
 

jp.morpho.config での Node のサブクラス
 class AddNode
           AddNode クラスは、add タグを表します。
 class ArgNode
           ArgNode クラスは、arg タグを表します。
 class CallNode
           CallNode クラスは、call タグを表します。
 class ConfigureNode
           ConfigureNode クラスは、configure タグを表します。
 class GetNode
           GetNode クラスは、get タグを表します。
 class NewNode
           NewNode クラスは、new タグを表します。
 class PutNode
           PutNode クラスは、put タグを表します。
 class SetNode
           SetNode クラスは、set タグを表します。
 class SystemPropertyNode
           SystemPropertyNode クラスは、SystemProperty タグを表します。
 

Node を返す jp.morpho.config のメソッド
 jp.morpho.config.Node Node.getParent()
           このノードの親ノードを取得します。
 

Node 型のパラメータを持つ jp.morpho.config のコンストラクタ
NewNode(jp.morpho.config.Node parent, org.xml.sax.Attributes attributes)
           親ノードとノードの属性を指定して NewNode オブジェクトを作成します。
PutNode(jp.morpho.config.Node parent, org.xml.sax.Attributes attributes)
           親ノードとノードの属性を指定して PutNode オブジェクトを作成します。
Node(jp.morpho.config.Node parent, org.xml.sax.Attributes attributes)
           親ノードとノードの属性を指定して Node オブジェクトを作成します。
GetNode(jp.morpho.config.Node parent, org.xml.sax.Attributes attributes)
           親ノードとノードの属性を指定して GetNode オブジェクトを作成します。
CallNode(jp.morpho.config.Node parent, org.xml.sax.Attributes attributes)
           親ノードとノードの属性を指定して CallNode オブジェクトを作成します。
ArgNode(jp.morpho.config.Node parent, org.xml.sax.Attributes attributes)
           親ノードとノードの属性を指定して ArgNode オブジェクトを作成します。
AddNode(jp.morpho.config.Node parent, org.xml.sax.Attributes attributes)
           親ノードとノードの属性を指定して AddNode オブジェクトを作成します。
SystemPropertyNode(jp.morpho.config.Node parent, org.xml.sax.Attributes attributes)
           親ノードとノードの属性を指定して SystemPropertyNode オブジェクトを作成します。
SetNode(jp.morpho.config.Node parent, org.xml.sax.Attributes attributes)
           親ノードとノードの属性を指定して SetNode オブジェクトを作成します。
SetNode(jp.morpho.config.Node parent, org.xml.sax.Attributes attributes, java.lang.String prefix)
           親ノードとノードの属性、メソッドのプレフィックス (例えば set) を指定して SetNode オブジェクトを作成します。
ConfigureNode(jp.morpho.config.Node parent, org.xml.sax.Attributes attributes)
           親ノードとノードの属性を指定して ConfigureNode オブジェクトを作成します。