net.aerith.misao.xml
Class XmlConfiguration

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

public class XmlConfiguration
extends XmlConfiguration

The XmlConfiguration 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.XmlConfiguration
catalogPath, imageConfig, parentRNode, rContext
 
Constructor Summary
XmlConfiguration()
           
 
Methods inherited from class net.aerith.misao.xml.relaxer.XmlConfiguration
addCatalogPath, getCatalogPath, getImageConfig, getParentRNode, getRContext, getRContextResolved, getRNodes, init, isMatch, isMatch, isMatchHungry, makeElement, setCatalogPath, setImageConfig, setParentRNode, setRContext, 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

XmlConfiguration

public XmlConfiguration()