|
DIG 1.1 Reasoners API, April 26, 2004 (12:45 PM) | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ResponseDocument | |
| org.kr.dl.dig.reasoner.v1_1 | DIG 1.1 reasoner interfaces. |
| org.kr.dl.dig.reasoner.v1_1.impl | Implementations of the DIG 1.1 reasoner interfaces. |
| org.kr.dl.dig.v1_1 | |
| org.kr.dl.dig.v1_1.impl | |
| Uses of ResponseDocument in org.kr.dl.dig.reasoner.v1_1 |
| Methods in org.kr.dl.dig.reasoner.v1_1 that return ResponseDocument | |
ResponseDocument |
Reasoner.tells(TellsDocument tells)
Returns the ResponseDocument corresponding to the tells. |
| Uses of ResponseDocument in org.kr.dl.dig.reasoner.v1_1.impl |
| Methods in org.kr.dl.dig.reasoner.v1_1.impl that return ResponseDocument | |
ResponseDocument |
FaCTPlusPlusReasoner.tells(TellsDocument tells)
Returns the ResponseDocument corresponding to the tells. |
ResponseDocument |
FaCTPlusPlusReasoner.parseResponse(String responseString)
Parses the reasoner responseString
into a ResponseDocument. |
ResponseDocument |
TReasoner.tells(TellsDocument tells)
Delegates to wrapped Reasoner. |
ResponseDocument |
HTTPReasoner.tells(TellsDocument tells)
Returns the ResponseDocument corresponding to the tells. |
ResponseDocument |
HTTPReasoner.parseResponse(URLConnection connection)
Parses the reasoner response at connection
into a ResponseDocument. |
| Uses of ResponseDocument in org.kr.dl.dig.v1_1 |
| Methods in org.kr.dl.dig.v1_1 that return ResponseDocument | |
static ResponseDocument |
ResponseDocument.Factory.newInstance()
|
static ResponseDocument |
ResponseDocument.Factory.newInstance(XmlOptions options)
|
static ResponseDocument |
ResponseDocument.Factory.parse(String s)
|
static ResponseDocument |
ResponseDocument.Factory.parse(String s,
XmlOptions options)
|
static ResponseDocument |
ResponseDocument.Factory.parse(File f)
|
static ResponseDocument |
ResponseDocument.Factory.parse(File f,
XmlOptions options)
|
static ResponseDocument |
ResponseDocument.Factory.parse(URL u)
|
static ResponseDocument |
ResponseDocument.Factory.parse(URL u,
XmlOptions options)
|
static ResponseDocument |
ResponseDocument.Factory.parse(InputStream is)
|
static ResponseDocument |
ResponseDocument.Factory.parse(InputStream is,
XmlOptions options)
|
static ResponseDocument |
ResponseDocument.Factory.parse(Reader r)
|
static ResponseDocument |
ResponseDocument.Factory.parse(Reader r,
XmlOptions options)
|
static ResponseDocument |
ResponseDocument.Factory.parse(Node node)
|
static ResponseDocument |
ResponseDocument.Factory.parse(Node node,
XmlOptions options)
|
static ResponseDocument |
ResponseDocument.Factory.parse(XMLInputStream xis)
|
static ResponseDocument |
ResponseDocument.Factory.parse(XMLInputStream xis,
XmlOptions options)
|
| Uses of ResponseDocument in org.kr.dl.dig.v1_1.impl |
| Classes in org.kr.dl.dig.v1_1.impl that implement ResponseDocument | |
class |
ResponseDocumentImpl
A document containing one response(@http://dl.kr.org/dig/2003/02/lang) element. |
|
DIG 1.1 Reasoners API, April 26, 2004 (12:45 PM) | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||