|
DIG 1.1 Reasoners API, April 26, 2004 (12:45 PM) | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AsksDocument | |
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 AsksDocument in org.kr.dl.dig.reasoner.v1_1 |
Methods in org.kr.dl.dig.reasoner.v1_1 with parameters of type AsksDocument | |
ResponsesDocument |
Reasoner.asks(AsksDocument asks)
Returns the ResponsesDocument corresponding to the asks . |
Uses of AsksDocument in org.kr.dl.dig.reasoner.v1_1.impl |
Methods in org.kr.dl.dig.reasoner.v1_1.impl with parameters of type AsksDocument | |
ResponsesDocument |
FaCTPlusPlusReasoner.asks(AsksDocument asks)
Returns the ResponsesDocument corresponding to the asks . |
ResponsesDocument |
TReasoner.asks(AsksDocument asks)
Delegates to wrapped Reasoner . |
ResponsesDocument |
HTTPReasoner.asks(AsksDocument asks)
Returns the ResponsesDocument corresponding to the asks . |
Uses of AsksDocument in org.kr.dl.dig.v1_1 |
Methods in org.kr.dl.dig.v1_1 that return AsksDocument | |
static AsksDocument |
AsksDocument.Factory.newInstance()
|
static AsksDocument |
AsksDocument.Factory.newInstance(XmlOptions options)
|
static AsksDocument |
AsksDocument.Factory.parse(String s)
|
static AsksDocument |
AsksDocument.Factory.parse(String s,
XmlOptions options)
|
static AsksDocument |
AsksDocument.Factory.parse(File f)
|
static AsksDocument |
AsksDocument.Factory.parse(File f,
XmlOptions options)
|
static AsksDocument |
AsksDocument.Factory.parse(URL u)
|
static AsksDocument |
AsksDocument.Factory.parse(URL u,
XmlOptions options)
|
static AsksDocument |
AsksDocument.Factory.parse(InputStream is)
|
static AsksDocument |
AsksDocument.Factory.parse(InputStream is,
XmlOptions options)
|
static AsksDocument |
AsksDocument.Factory.parse(Reader r)
|
static AsksDocument |
AsksDocument.Factory.parse(Reader r,
XmlOptions options)
|
static AsksDocument |
AsksDocument.Factory.parse(Node node)
|
static AsksDocument |
AsksDocument.Factory.parse(Node node,
XmlOptions options)
|
static AsksDocument |
AsksDocument.Factory.parse(XMLInputStream xis)
|
static AsksDocument |
AsksDocument.Factory.parse(XMLInputStream xis,
XmlOptions options)
|
Uses of AsksDocument in org.kr.dl.dig.v1_1.impl |
Classes in org.kr.dl.dig.v1_1.impl that implement AsksDocument | |
class |
AsksDocumentImpl
A document containing one asks(@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 |