net.aerith.misao.xml
Class XmlSystem

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

public class XmlSystem
extends XmlSystem

The XmlSystem 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.XmlSystem
examinedDate, modifiedDate, parentRNode, rContext, version
 
Constructor Summary
XmlSystem()
           
 
Method Summary
 void setExaminedJD(JulianDay jd)
          Sets the examined date.
 void setModifiedJD(JulianDay jd)
          Sets the modified date.
 
Methods inherited from class net.aerith.misao.xml.relaxer.XmlSystem
getExaminedDate, getModifiedDate, getParentRNode, getRContext, getRContextResolved, getRNodes, getVersion, init, isMatch, isMatch, isMatchHungry, makeElement, setExaminedDate, setModifiedDate, setParentRNode, setRContext, setup, setup, setup, setVersion
 
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

XmlSystem

public XmlSystem()
Method Detail

setExaminedJD

public void setExaminedJD(JulianDay jd)
Sets the examined date.
Parameters:
jd - the examined date.

setModifiedJD

public void setModifiedJD(JulianDay jd)
Sets the modified date.
Parameters:
jd - the modified date.