org.basex.build.xml
Class XMLScanner

java.lang.Object
  extended by org.basex.core.Progress
      extended by org.basex.build.xml.XMLScanner

public final class XMLScanner
extends Progress

This class scans an XML document and creates atomic tokens.

Author:
Workgroup DBIS, University of Konstanz 2005-10, ISC License, Christian Gruen, Andreas Weiler

Constructor Summary
XMLScanner(IO f, Prop pr)
          Initializes the scanner.
 
Method Summary
 String det()
          Returns short information on this process.
 double prog()
          Returns progress information.
 
Methods inherited from class org.basex.core.Progress
abort, checkStop, detail, progress, progress, stop, tit, title
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLScanner

public XMLScanner(IO f,
                  Prop pr)
           throws IOException
Initializes the scanner.

Parameters:
f - input file
pr - database properties
Throws:
IOException - I/O exception
Method Detail

det

public String det()
Description copied from class: Progress
Returns short information on this process.

Overrides:
det in class Progress
Returns:
header information

prog

public double prog()
Description copied from class: Progress
Returns progress information. Can be overwritten to give more detailed information.

Overrides:
prog in class Progress
Returns:
header information