net.aerith.misao.xml
Class XmlBlending

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

public class XmlBlending
extends XmlBlending

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

XmlBlending

public XmlBlending()