org.basex.build.xml
Class XMLScanner

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

public final class XMLScanner
extends java.lang.Object

This class scans an XML document and creates atomic tokens.

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

Constructor Summary
XMLScanner(IO f)
          Initializes the scanner.
 
Method Summary
 java.lang.String det()
          Returns detail info on the scanning process.
 double percent()
          Returns per cent info on the scanning process.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLScanner

public XMLScanner(IO f)
           throws java.io.IOException
Initializes the scanner.

Parameters:
f - input file
Throws:
java.io.IOException - I/O Exception
Method Detail

det

public java.lang.String det()
Returns detail info on the scanning process.

Returns:
info string

percent

public double percent()
Returns per cent info on the scanning process.

Returns:
per cent