net.aerith.misao.xml
Class XmlCoor

java.lang.Object
  |
  +--net.aerith.misao.xml.IONode
        |
        +--net.aerith.misao.xml.relaxer.XmlCoor
              |
              +--net.aerith.misao.xml.XmlCoor

public class XmlCoor
extends XmlCoor

The XmlCoor is an application side implementation of the class that the relaxer generated automatically.

See Also:
Serialized Form

Fields inherited from class net.aerith.misao.xml.relaxer.XmlCoor
decl, parentRNode, ra, rContext
 
Constructor Summary
XmlCoor()
           
 
Method Summary
 Coor getCoor()
          Gets the R.A.
 
Methods inherited from class net.aerith.misao.xml.relaxer.XmlCoor
getDecl, getParentRNode, getRa, getRContext, getRContextResolved, getRNodes, init, isMatch, isMatch, isMatchHungry, makeElement, setDecl, setParentRNode, setRa, setRContext, setup, setup, setup
 
Methods inherited from class net.aerith.misao.xml.IONode
read, read, translateFrom, translateTo, write, write
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

XmlCoor

public XmlCoor()
Method Detail

getCoor

public Coor getCoor()
Gets the R.A. and Decl.
Returns:
the R.A. and Decl.