net.aerith.misao.xml.relaxer
Interface IRNode

All Known Implementing Classes:
XmlAstrometricError, XmlAstrometry, XmlBaseCatalog, XmlBatch, XmlBlending, XmlCatalog, XmlCatalogPath, XmlCenter, XmlConfiguration, XmlCoor, XmlData, XmlDiscarded, XmlDistortionField, XmlExposure, XmlFov, XmlImage, XmlImageConfig, XmlImported, XmlInformation, XmlInformationHolder, XmlInstruction, XmlItem, XmlMag, XmlMagRecord, XmlMagRecordHolder, XmlOutput, XmlPhotometry, XmlPixelSize, XmlPixy, XmlPosition, XmlPositionRecord, XmlPositionRecordHolder, XmlPreempted, XmlRecord, XmlRecordHolder, XmlReport, XmlReported, XmlReversedImage, XmlRotation, XmlSbigImage, XmlSize, XmlStar, XmlStarCount, XmlSystem, XmlUnofficial, XmlVariability, XmlVariabilityHolder

public interface IRNode


Method Summary
 IRNode getParentRNode()
          Gets parent RNode.
 RContext getRContext()
          Gets the RContext property rContext.
 RContext getRContextResolved()
          Gets the property "rContext" which is resolved recursively.
 IRNode[] getRNodes()
          Gets child RNodes.
 void setParentRNode(IRNode parent)
          Sets parent RNode.
 void setRContext(RContext rContext)
          Sets the RContext property rContext.
 

Method Detail

setParentRNode

public void setParentRNode(IRNode parent)
Sets parent RNode.
Parameters:
parent -  

getParentRNode

public IRNode getParentRNode()
Gets parent RNode.
Returns:
IRNode

getRNodes

public IRNode[] getRNodes()
Gets child RNodes.
Returns:
IRNode[]

getRContext

public RContext getRContext()
Gets the RContext property rContext.
Returns:
RContext

setRContext

public void setRContext(RContext rContext)
Sets the RContext property rContext.
Parameters:
rContext -  

getRContextResolved

public RContext getRContextResolved()
Gets the property "rContext" which is resolved recursively.
Returns:
RContext