net.aerith.misao.xml
Class XmlCatalogPath

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

public class XmlCatalogPath
extends XmlCatalogPath

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

XmlCatalogPath

public XmlCatalogPath()