jp.sourceforge.sqs_xml.editor.model
インタフェース IRNode

既知のサブインタフェースの一覧:
IBlockmoduleChoice, IInlinemoduleMixed, IInlinemoduleMixedChoice
既知の実装クラスの一覧:
Blockmodule, Body, Br, H, Head, Html, Inlinemodule, P, RString, Section, Strong

public interface IRNode

バージョン:
sqs.rng 1.0 (Thu Jul 22 18:24:57 GMT+09:00 2004)
作成者:
Relaxer 1.1b (http://www.relaxer.org)

メソッドの概要
 IRNode rGetParentRNode()
          Gets parent RNode.
 IRNode[] rGetRNodes()
          Gets child RNodes.
 void rSetParentRNode(IRNode parent)
          Sets parent RNode.
 

メソッドの詳細

rSetParentRNode

public void rSetParentRNode(IRNode parent)
Sets parent RNode.

パラメータ:
parent -

rGetParentRNode

public IRNode rGetParentRNode()
Gets parent RNode.

戻り値:
IRNode

rGetRNodes

public IRNode[] rGetRNodes()
Gets child RNodes.

戻り値:
IRNode[]