net.aerith.misao.xml
Class XmlExposure

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

public class XmlExposure
extends XmlExposure

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

XmlExposure

public XmlExposure()