net.sf.sqs_xml.reader.model
Interface IRNode

All Known Subinterfaces:
IFormElementsChoice
All Known Implementing Classes:
FormElements, FormElementsMarkarea, FormElementsTextarea, ImageFiles, ImageFilesImagefile, Page, ReadingState, ScanFrame, TextareaImage

public interface IRNode

Version:
reader.rng 1.0 (Fri Aug 06 03:48:33 GMT+09:00 2004)
Author:
Relaxer 1.1b (http://www.relaxer.org)

Method Summary
 IRNode rGetParentRNode()
          Gets parent RNode.
 IRNode[] rGetRNodes()
          Gets child RNodes.
 void rSetParentRNode(IRNode parent)
          Sets parent RNode.
 

Method Detail

rSetParentRNode

public void rSetParentRNode(IRNode parent)
Sets parent RNode.

Parameters:
parent -

rGetParentRNode

public IRNode rGetParentRNode()
Gets parent RNode.

Returns:
IRNode

rGetRNodes

public IRNode[] rGetRNodes()
Gets child RNodes.

Returns:
IRNode[]