|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--net.aerith.misao.xml.IONode
|
+--net.aerith.misao.xml.relaxer.XmlMag
|
+--net.aerith.misao.xml.XmlMag
The XmlMag is an application side implementation
of the class that the relaxer generated automatically.
| 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 |
|
| Constructor Detail |
public XmlMag()
| Method Detail |
public int getAccuracyOrder()
public void setAccuracyOrder(int order)
order - the order of accuracy.public void blend(XmlMag mag)
mag - the magnitude to be blended.public java.lang.String getOutputString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||