RContext

java.lang. Object
+Object()
<clinit>() :void
#clone() :Object
+equals(Object ) :boolean
#finalize() :void
+getClass() :Class
+hashCode() :int
+notify() :void
+notifyAll() :void
-registerNatives() :void
+toString() :String
+wait() :void
+wait(long ) :void
+wait(long , int ) :void
net.aerith.misao.xml.relaxer. RContext
-baseURL :URL
-idMap :Map
+RContext()
+RContext(File file)
+RContext(URL url)
+RContext(String uri)
+getBaseURL() :URL
+setBaseURL(URL baseURL) :void
+getIRNode(String id) :IRNode
+setIRNode(String id, IRNode node) :void
net.aerith.misao.xml. RContext
+RContext()