net.aerith.misao.xml
Class XmlMag

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

public class XmlMag
extends XmlMag

The XmlMag 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.XmlMag
content, inaccurate, order, parentRNode, rContext, upperLimit
 
Constructor Summary
XmlMag()
           
 
Method Summary
 void blend(XmlMag mag)
          Blends the specified magnitude into this magnitude.
 int getAccuracyOrder()
          Gets the order of accuracy, as number of digits under decimal points.
 java.lang.String getOutputString()
          Returns a string representation of the state of this object.
 void setAccuracyOrder(int order)
          Sets the order of accuracy, as number of digits under decimal points.
 
Methods inherited from class net.aerith.misao.xml.relaxer.XmlMag
getContent, getInaccurate, getOrder, getParentRNode, getRContext, getRContextResolved, getRNodes, getUpperLimit, init, isMatch, isMatch, isMatchHungry, makeElement, setContent, setInaccurate, setOrder, setParentRNode, setRContext, setup, setup, setup, setUpperLimit
 
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

XmlMag

public XmlMag()
Method Detail

getAccuracyOrder

public int getAccuracyOrder()
Gets the order of accuracy, as number of digits under decimal points.
Returns:
the order of accuracy.

setAccuracyOrder

public void setAccuracyOrder(int order)
Sets the order of accuracy, as number of digits under decimal points.
Parameters:
order - the order of accuracy.

blend

public void blend(XmlMag mag)
Blends the specified magnitude into this magnitude.
Parameters:
mag - the magnitude to be blended.

getOutputString

public java.lang.String getOutputString()
Returns a string representation of the state of this object.
Returns:
a string representation of the state of this object.