net.aerith.misao.xml
Class XmlCatalog

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

public class XmlCatalog
extends XmlCatalog

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

XmlCatalog

public XmlCatalog()