DIG 1.1 Reasoners API, April 26, 2004 (12:45 PM)

Uses of Interface
org.kr.dl.dig.v1_1.TellsDocument

Packages that use TellsDocument
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 TellsDocument in org.kr.dl.dig.reasoner.v1_1
 

Methods in org.kr.dl.dig.reasoner.v1_1 with parameters of type TellsDocument
 ResponseDocument Reasoner.tells(TellsDocument tells)
          Returns the ResponseDocument corresponding to the tells.
 

Uses of TellsDocument in org.kr.dl.dig.reasoner.v1_1.impl
 

Methods in org.kr.dl.dig.reasoner.v1_1.impl with parameters of type TellsDocument
 ResponseDocument FaCTPlusPlusReasoner.tells(TellsDocument tells)
          Returns the ResponseDocument corresponding to the tells.
 ResponseDocument TReasoner.tells(TellsDocument tells)
          Delegates to wrapped Reasoner.
 ResponseDocument HTTPReasoner.tells(TellsDocument tells)
          Returns the ResponseDocument corresponding to the tells.
 

Uses of TellsDocument in org.kr.dl.dig.v1_1
 

Methods in org.kr.dl.dig.v1_1 that return TellsDocument
static TellsDocument TellsDocument.Factory.newInstance()
           
static TellsDocument TellsDocument.Factory.newInstance(XmlOptions options)
           
static TellsDocument TellsDocument.Factory.parse(String s)
           
static TellsDocument TellsDocument.Factory.parse(String s, XmlOptions options)
           
static TellsDocument TellsDocument.Factory.parse(File f)
           
static TellsDocument TellsDocument.Factory.parse(File f, XmlOptions options)
           
static TellsDocument TellsDocument.Factory.parse(URL u)
           
static TellsDocument TellsDocument.Factory.parse(URL u, XmlOptions options)
           
static TellsDocument TellsDocument.Factory.parse(InputStream is)
           
static TellsDocument TellsDocument.Factory.parse(InputStream is, XmlOptions options)
           
static TellsDocument TellsDocument.Factory.parse(Reader r)
           
static TellsDocument TellsDocument.Factory.parse(Reader r, XmlOptions options)
           
static TellsDocument TellsDocument.Factory.parse(Node node)
           
static TellsDocument TellsDocument.Factory.parse(Node node, XmlOptions options)
           
static TellsDocument TellsDocument.Factory.parse(XMLInputStream xis)
           
static TellsDocument TellsDocument.Factory.parse(XMLInputStream xis, XmlOptions options)
           
 

Uses of TellsDocument in org.kr.dl.dig.v1_1.impl
 

Classes in org.kr.dl.dig.v1_1.impl that implement TellsDocument
 class TellsDocumentImpl
          A document containing one tells(@http://dl.kr.org/dig/2003/02/lang) element.
 


DIG 1.1 Reasoners API, April 26, 2004 (12:45 PM)