org.thdl.tib.scanner
Class RemoteTibetanScanner

java.lang.Object
  |
  +--org.thdl.tib.scanner.RemoteTibetanScanner
All Implemented Interfaces:
TibetanScanner

public class RemoteTibetanScanner
extends Object
implements TibetanScanner

Used by applets and applications to access remote on-line dictionaries. Sends Tibetan text, and receives the words with their definitions. The RemoteScannerFilter receives the requests on the server.

Author:
Andrés Montano Pellegrini
See Also:
RemoteScannerFilter

Field Summary
 
Fields inherited from interface org.thdl.tib.scanner.TibetanScanner
aboutUnicode, copyrightASCII, copyrightHTML, copyrightUnicode
 
Constructor Summary
RemoteTibetanScanner(String url)
           
 
Method Summary
 void clearTokens()
           
 void finishUp()
          does not do anything
 String[] getDictionaryDescriptions()
           
 org.thdl.tib.scanner.DictionarySource getDictionarySource()
           
 org.thdl.tib.scanner.Token[] getTokenArray()
           
 org.thdl.tib.scanner.LinkedList getTokenLinkedList()
           
 void scanBody(String linea)
           
 void scanLine(String linea)
          dont use
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteTibetanScanner

public RemoteTibetanScanner(String url)
                     throws Exception
Method Detail

scanLine

public void scanLine(String linea)
dont use

Specified by:
scanLine in interface TibetanScanner

scanBody

public void scanBody(String linea)
Specified by:
scanBody in interface TibetanScanner

getTokenLinkedList

public org.thdl.tib.scanner.LinkedList getTokenLinkedList()
Specified by:
getTokenLinkedList in interface TibetanScanner

clearTokens

public void clearTokens()
Specified by:
clearTokens in interface TibetanScanner

getTokenArray

public org.thdl.tib.scanner.Token[] getTokenArray()
Specified by:
getTokenArray in interface TibetanScanner

finishUp

public void finishUp()
does not do anything

Specified by:
finishUp in interface TibetanScanner

getDictionarySource

public org.thdl.tib.scanner.DictionarySource getDictionarySource()
Specified by:
getDictionarySource in interface TibetanScanner

getDictionaryDescriptions

public String[] getDictionaryDescriptions()
Specified by:
getDictionaryDescriptions in interface TibetanScanner


These API docs were created 02/02/2003 08:19 PM.
Copyright © 2001-2002 Tibetan and Himalayan Digital Library. All Rights Reserved.
Hosted by SourceForge_Logo