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

既知のサブインタフェースの一覧:
IFormElementsChoice
既知の実装クラスの一覧:
FormElements, FormElementsMarkarea, FormElementsTextarea, ImageFiles, ImageFilesImagefile, Page, ReadingState, ScanFrame, TextareaImage

public interface IRNode

バージョン:
reader.rng 1.0 (Fri Aug 06 03:48:33 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[]