RContext

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()