net.aerith.misao.xml
Class XmlUnofficial

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

public class XmlUnofficial
extends XmlUnofficial

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

XmlUnofficial

public XmlUnofficial()