net.aerith.misao.xml
Class XmlOutput

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

public class XmlOutput
extends XmlOutput

The XmlOutput 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.XmlOutput
content, parentRNode, rContext, type
 
Constructor Summary
XmlOutput()
           
 
Methods inherited from class net.aerith.misao.xml.relaxer.XmlOutput
getContent, getParentRNode, getRContext, getRContextResolved, getRNodes, getType, init, isMatch, isMatch, isMatchHungry, makeElement, setContent, setParentRNode, setRContext, setType, 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

XmlOutput

public XmlOutput()