|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.sourceforge.sqs_xml.reader.model.RContext
コンストラクタの概要 | |
RContext()
Creates a RContext by the File file . |
|
RContext(java.io.File file)
Creates a RContext by the File file . |
|
RContext(java.lang.String uri)
Creates a RContext by the File file . |
|
RContext(java.net.URL url)
Creates a RContext by the URL url . |
メソッドの概要 | |
java.net.URL |
getBaseURL()
Gets the java.net.URL property baseURL. |
IRNode |
getIRNode(java.lang.String id)
gets IRNode by ID. |
java.lang.Object |
getProperty(java.lang.String key)
Gets a property value. |
java.lang.String |
makeAutoID()
Geneates a id string. |
void |
setBaseURL(java.net.URL baseURL)
Sets the java.net.URL property baseURL. |
void |
setIRNode(java.lang.String id,
IRNode node)
sets IRNode with ID. |
void |
setProperty(java.lang.String key,
java.lang.Object value)
Sets a property value. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public RContext()
RContext
by the File file
.
public RContext(java.io.File file) throws java.net.MalformedURLException
RContext
by the File file
.
file
-
java.net.MalformedURLException
public RContext(java.net.URL url)
RContext
by the URL url
.
url
- public RContext(java.lang.String uri) throws java.net.MalformedURLException
RContext
by the File file
.
uri
-
java.net.MalformedURLException
メソッドの詳細 |
public java.lang.Object getProperty(java.lang.String key)
key
-
public void setProperty(java.lang.String key, java.lang.Object value)
key
- value
- public java.lang.String makeAutoID()
public final java.net.URL getBaseURL()
public final void setBaseURL(java.net.URL baseURL)
baseURL
- public IRNode getIRNode(java.lang.String id)
id
-
public void setIRNode(java.lang.String id, IRNode node)
id
- node
-
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |