net.aerith.misao.xml
Class XmlReported

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

public class XmlReported
extends XmlReported

The XmlReported 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.XmlReported
parentRNode, rContext, to
 
Constructor Summary
XmlReported()
           
 
Methods inherited from class net.aerith.misao.xml.relaxer.XmlReported
getParentRNode, getRContext, getRContextResolved, getRNodes, getTo, init, isMatch, isMatch, isMatchHungry, makeElement, setParentRNode, setRContext, setTo, 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

XmlReported

public XmlReported()